Searched refs:first_run (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | srand.t | 22 my @first_run = mk_rand; 27 ok( eq_array(\@first_run, \@second_run), 'srand(), same arg, same rands' ); 32 @first_run = mk_rand; 37 ok( !eq_array(\@first_run, \@second_run), 45 @first_run = mk_rand; 50 ok( !eq_array(\@first_run, \@second_run), 57 @first_run = `$^X -le "print int rand 100 for 1..100"`; 62 ok( !eq_array(\@first_run, \@second_run), 'srand() called automatically');
|
| /openbsd-src/usr.bin/mg/ |
| H A D | display.c | 140 static int first_run = 1; in vtresize() local 166 if (!first_run && !force && !rowchanged && !colchanged) in vtresize() 169 if (first_run) in vtresize() 172 if (rowchanged || first_run) { in vtresize() 215 if (rowchanged || colchanged || first_run) { in vtresize() 229 first_run = 0; in vtresize()
|
| /openbsd-src/usr.bin/systat/ |
| H A D | vmstat.c | 337 static int first_run = 0; in showkre() local 344 if (!first_run) { in showkre() 345 first_run = 1; in showkre()
|
| /openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/corpus/ |
| H A D | perlvar-copy.pod | 1407 @first_run = `$^X -le "print int rand 100 for 1..100"`;
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlvar.pod | 916 @first_run = `$^X -le "print int rand 100 for 1..100"`;
|