Home
last modified time | relevance | path

Searched refs:scanned (Results 1 – 25 of 77) sorted by relevance

1234

/openbsd/games/trek/
H A Dkill.c65 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 Dlrscan.c94 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 Dklmove.c135 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 Dcomputer.c144 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 Dsnova.c119 q->scanned = 1000; in snova()
125 q->scanned = 1000; in snova()
H A Dsetup.c220 q->scanned = -1; in setup()
255 q->scanned = 1001; in setup()
H A Dsrscan.c87 q->scanned = q->klings * 100 + q->bases * 10 + q->stars; in srscan()
H A Dtrek.h47 int scanned; /* star chart entry (see below) */ member
/openbsd/gnu/lib/libiberty/src/
H A Dmaint-tool252 %scanned = ();
259 if (!$scanned{$p}) {
261 $scanned{$p} = 1;
265 @deps = sort { &locals_first($a,$b) } keys %scanned;
/openbsd/lib/libcurses/tinfo/
H A Dmake_keys.c96 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 Dreadme.txt1 This directory should never be scanned.
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/
H A Dreadme.txt1 This directory should never be scanned.
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/
H A DFiddle.txt2 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 Di915_gem_shrinker.c121 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 Dversion.t13 is($meta->version, 0.1, 'extracted proper version from scanned module');
/openbsd/gnu/lib/libstdc++/libstdc++/docs/doxygen/
H A DTODO41 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 DTODO39 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 DTPJ13.pod46 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 Dinterception_win.cpp319 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 Dc-config-lang.in24 # which therefore need to be scanned by gengtype.c.
/openbsd/gnu/gcc/gcc/
H A Dc-config-lang.in24 # which therefore need to be scanned by gengtype.c.
/openbsd/gnu/usr.bin/gcc/gcc/po/
H A DEXCLUDES1 # This file lists all the sources which should *not* be scanned for
/openbsd/usr.sbin/makefs/
H A DREADME124 built tree data structure is scanned and built in memory so it can
/openbsd/sys/net/
H A Dpf.c1634 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 Dcgen-asm.in175 The syntax string is scanned and operands are parsed and stored in FIELDS.

1234