/openbsd/games/trek/ |
H A D | kill.c | 65 Quad[Ship.quadx][Ship.quady].scanned -= 100; in killk() 106 if (q->scanned < 1000) in killb() 107 q->scanned -= 10; in killb() 109 if (q->scanned > 1000) in killb() 110 q->scanned = -1; in killb()
|
H A D | lrscan.c | 94 q->scanned = 1000; in lrscan() 97 q->scanned = q->klings * 100 + q->bases * 10 + q->stars; in lrscan() 98 printf(" %3d !", q->scanned); in lrscan()
|
H A D | klmove.c | 135 motion = Quad[qx][qy].scanned; in klmove() 137 Quad[qx][qy].scanned += 100; in klmove() 138 motion = Quad[Ship.quadx][Ship.quady].scanned; in klmove() 140 Quad[Ship.quadx][Ship.quady].scanned -= 100; in klmove()
|
H A D | computer.c | 144 if (q->scanned >= 1000) in computer() 146 if (q->scanned > 1000) in computer() 152 if (q->scanned < 0) in computer() 155 printf("%3d ", q->scanned); in computer()
|
H A D | snova.c | 119 q->scanned = 1000; in snova() 125 q->scanned = 1000; in snova()
|
H A D | setup.c | 220 q->scanned = -1; in setup() 255 q->scanned = 1001; in setup()
|
H A D | srscan.c | 87 q->scanned = q->klings * 100 + q->bases * 10 + q->stars; in srscan()
|
H A D | trek.h | 47 int scanned; /* star chart entry (see below) */ member
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | maint-tool | 252 %scanned = (); 259 if (!$scanned{$p}) { 261 $scanned{$p} = 1; 265 @deps = sort { &locals_first($a,$b) } keys %scanned;
|
/openbsd/lib/libcurses/tinfo/ |
H A D | make_keys.c | 96 int scanned; in make_keys() local 105 scanned = sscanf(buffer, "%255s %255s", to, from); in make_keys() 106 if (scanned == 2) { in make_keys()
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/ |
H A D | readme.txt | 1 This directory should never be scanned.
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/ |
H A D | readme.txt | 1 This directory should never be scanned.
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/ |
H A D | Fiddle.txt | 2 This is just a dummy file. It's podless and shouldn't even be scanned for pod.
|
/openbsd/sys/dev/pci/drm/i915/gem/ |
H A D | i915_gem_shrinker.c | 121 unsigned long scanned = 0; in i915_gem_shrink() local 231 scanned += obj->base.size >> PAGE_SHIFT; in i915_gem_shrink() 252 *nr_scanned += scanned; in i915_gem_shrink()
|
/openbsd/gnu/usr.bin/perl/cpan/Module-Metadata/t/ |
H A D | version.t | 13 is($meta->version, 0.1, 'extracted proper version from scanned module');
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/doxygen/ |
H A D | TODO | 41 backward/* Not scanned by doxygen. Should it be? Doubtful. 68 inter-sentence spacing, as this might be generated and/or scanned in the
|
/openbsd/gnu/gcc/libstdc++-v3/docs/doxygen/ |
H A D | TODO | 39 backward/* Not scanned by doxygen. Should it be? Doubtful. 66 inter-sentence spacing, as this might be generated and/or scanned in the
|
/openbsd/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/ |
H A D | TPJ13.pod | 46 I scanned 12 directories. 53 printf("I scanned %g directories.", 59 I scanned 1 directories. 63 printf("I scanned %g %s.", 80 printf(gettext("I scanned %g %s."), 99 gettext("I scanned %g directory.") : 100 gettext("I scanned %g directories."), 106 %g directory." and "I scanned %g directories.". When they reply, 161 code for "I scanned %g directory." or "I scanned %g directories." 206 He elaborates: In "I scanned %g directories", you'd I<expect> [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/interception/ |
H A D | interception_win.cpp | 319 uptr scanned = 0; in AllocateTrampolineRegion() local 320 while (scanned < kTrampolineScanLimitRange) { in AllocateTrampolineRegion() 336 scanned += info.RegionSize; in AllocateTrampolineRegion()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-config-lang.in | 24 # which therefore need to be scanned by gengtype.c.
|
/openbsd/gnu/gcc/gcc/ |
H A D | c-config-lang.in | 24 # which therefore need to be scanned by gengtype.c.
|
/openbsd/gnu/usr.bin/gcc/gcc/po/ |
H A D | EXCLUDES | 1 # This file lists all the sources which should *not* be scanned for
|
/openbsd/usr.sbin/makefs/ |
H A D | README | 124 built tree data structure is scanned and built in memory so it can
|
/openbsd/sys/net/ |
H A D | pf.c | 1634 unsigned int scanned; in pf_purge_states() local 1640 scanned = pf_purge_expired_states(limit, pf_purge_states_collect); in pf_purge_states() 1641 if (scanned >= pf_purge_states_limit) { in pf_purge_states() 1647 pf_purge_states_limit -= scanned; in pf_purge_states() 1915 unsigned int scanned; in pf_purge_expired_states() local 1939 for (scanned = 0; scanned < limit; scanned++) { in pf_purge_expired_states() 1969 return (scanned); in pf_purge_expired_states() 1989 return (scanned); in pf_purge_expired_states()
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | cgen-asm.in | 175 The syntax string is scanned and operands are parsed and stored in FIELDS.
|