| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | loopctl.t | 48 my $first_time = 1; 50 if (!$first_time) { 55 $first_time = 0; 72 my $first_time = 1; 75 if (!$first_time) { 80 $first_time = 0; 96 my $first_time = 1; 101 if (!$first_time) { 106 $first_time = 0; 122 my $first_time = 1; [all …]
|
| H A D | goto.t | 745 my $first_time = 1; 747 if ( $first_time ) { 749 if ( !$first_time ) { 752 $first_time--;
|
| /openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.c/ |
| H A D | omp_workshare4.c | 22 char first_time; in main() local 28 first_time = 'y'; in main() 34 firstprivate(first_time) in main() 38 if (first_time == 'y') in main() 41 first_time = 'n'; in main()
|
| /openbsd-src/gnu/usr.bin/perl/regen/ |
| H A D | charset_translations.pl | 215 my $first_time = $return eq ""; 218 $return .= " && " unless $first_time; 223 $return .= " /* $charset */" if $first_time; 226 $return .= " \\\n " if $first_time || $count % 5 == 0;
|
| H A D | regcharclass.pl | 1585 my $first_time = 1; 1598 $doit->($charset) unless $first_time; # This starts a new 1601 $first_time = 0;
|
| /openbsd-src/sbin/wsconsctl/ |
| H A D | keysym.c | 43 static int first_time = 1; variable 116 first_time = 0; in sort_ksym_tab() 126 if (first_time) in ksym2name() 155 if (first_time) in name2ksym()
|
| /openbsd-src/usr.bin/less/ |
| H A D | forwback.c | 120 static int first_time = 1; in forw() local 163 } else if (!first_time) { in forw() 220 if (first_time && pos == -1 && !top_scroll && in forw() 233 first_time = 0; in forw()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | loop-init.c | 46 static bool first_time = true; in loop_optimizer_init() local 48 if (first_time) in loop_optimizer_init() 50 first_time = false; in loop_optimizer_init()
|
| H A D | c-ppoutput.c | 39 bool first_time; /* pp_file_change hasn't been called yet. */ member 130 print.first_time = 1; in init_pp_output() 396 if (print.first_time) in pp_file_change() 401 print.first_time = 0; in pp_file_change()
|
| H A D | mips-tdump.c | 1516 int first_time = 1; in main() local 1522 if (first_time) in main() 1525 first_time = 0; in main()
|
| H A D | gcc.c | 2544 bool first_time; member 2555 if (!info->first_time) in add_to_obstack() 2560 info->first_time = false; in add_to_obstack() 2580 info.first_time = true; in build_search_list() 4280 int first_time; in set_collect_gcc_options() local 4287 first_time = TRUE; in set_collect_gcc_options() 4292 if (!first_time) in set_collect_gcc_options() 4295 first_time = FALSE; in set_collect_gcc_options()
|
| H A D | loop-iv.c | 248 bool first_time = (df == NULL); in iv_analysis_loop_init() local 253 if (first_time) in iv_analysis_loop_init()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | interps.c | 133 int first_time = 0; in interp_set() local 152 first_time = 1; in interp_set() 197 if (!first_time) in interp_set()
|
| H A D | monitor.c | 143 static int first_time = 0; /* is this the first time we're executing after variable 938 if (current_monitor->flags & MO_RUN_FIRST_TIME && first_time == 1) in monitor_resume() 940 first_time = 0; in monitor_resume() 2020 first_time = 1; in monitor_create_inferior()
|
| /openbsd-src/gnu/usr.bin/perl/t/ |
| H A D | loc_tools.pl | |
| /openbsd-src/gnu/gcc/gcc/config/m32r/ |
| H A D | m32r.c | 2304 int first_time; in m32r_output_block_move() local 2315 first_time = 1; in m32r_output_block_move() 2321 if (first_time) in m32r_output_block_move() 2348 if (first_time) in m32r_output_block_move() 2362 int dst_offset = first_time ? 0 : 4; in m32r_output_block_move() 2436 first_time = 0; in m32r_output_block_move()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/m32r/ |
| H A D | m32r.c | 2868 int first_time; local 2880 first_time = 1; 2886 if (first_time) 2913 if (first_time) 2927 int dst_offset = first_time ? 0 : 4; 2974 first_time = 0;
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | gcc.c | 2238 int first_time = TRUE; local 2252 if (!first_time) 2255 first_time = FALSE; 2265 if (! first_time) 2268 first_time = FALSE; 2276 if (! first_time) 2279 first_time = FALSE; 4026 int first_time; in set_collect_gcc_options() local 4033 first_time = TRUE; in set_collect_gcc_options() 4038 if (!first_time) in set_collect_gcc_options() [all …]
|
| H A D | mips-tdump.c | 1527 int first_time = 1; local 1533 if (first_time) 1536 first_time = 0;
|
| /openbsd-src/gnu/usr.bin/perl/t/porting/ |
| H A D | podcheck.t | 1553 my $first_time = 1; 1578 if ($first_time) { 1579 $first_time = 0;
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | locale.c | 925 bool first_time = TRUE; in S_update_PL_curlocales_i() 953 if (! first_time) { in S_update_PL_curlocales_i() 960 first_time = FALSE; in S_update_PL_curlocales_i() 9468 bool first_time = TRUE; /* Cleared after first loop iteration */ 9894 if (! first_time) { 9960 if (LIKELY(PL_strxfrm_is_behaved) && first_time) { 9992 first_time = FALSE; 5860 bool first_time = TRUE; /* Cleared after first loop iteration */ Perl_mem_collxfrm_() local 6486 bool first_time = TRUE; S_get_displayable_string() local
|
| H A D | regcomp.c | 10673 bool first_time = TRUE; /* First multi-char occurrence doesn't get in S_regclass() 10703 if (! first_time) { in S_regclass() 10706 first_time = FALSE; in S_regclass() 11810 bool first_time = TRUE; in S_optimize_regclass() 11817 if (first_time) { in S_optimize_regclass() 11822 first_time = FALSE; in S_optimize_regclass() 10574 bool first_time = TRUE; /* First multi-char occurrence doesn't get S_regclass() local 11711 bool first_time = TRUE; S_optimize_regclass() local
|
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | perl5db.pl | 7375 my $first_time = 1; 7377 while ($first_time or (length($buf) && ($stuff .= $buf) !~ /\n/)) 7379 $first_time = 0;
|
| /openbsd-src/gnu/usr.bin/perl/dist/Storable/ |
| H A D | Storable.xs | 7254 goto first_time; in retrieve() 7307 first_time: /* Will disappear when support for old format is dropped */ in retrieve()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips.c | 6207 static int first_time = 1; local 6214 else if (first_time) 6216 first_time = 0;
|