Searched refs:scanned (Results 1 - 23 of 23) sorted by relevance

/openbsd-current/games/trek/
H A Dlrscan.c45 ** It also updates the "scanned" field of the quadrants it scans,
94 q->scanned = 1000;
97 q->scanned = q->klings * 100 + q->bases * 10 + q->stars;
98 printf(" %3d !", q->scanned);
H A Dkill.c65 Quad[Ship.quadx][Ship.quady].scanned -= 100;
106 if (q->scanned < 1000)
107 q->scanned -= 10;
109 if (q->scanned > 1000)
110 q->scanned = -1;
H A Dklmove.c135 motion = Quad[qx][qy].scanned;
137 Quad[qx][qy].scanned += 100;
138 motion = Quad[Ship.quadx][Ship.quady].scanned;
140 Quad[Ship.quadx][Ship.quady].scanned -= 100;
H A Dsnova.c119 q->scanned = 1000;
125 q->scanned = 1000;
H A Dcomputer.c144 if (q->scanned >= 1000)
146 if (q->scanned > 1000)
152 if (q->scanned < 0)
155 printf("%3d ", q->scanned);
H A Dsrscan.c87 q->scanned = q->klings * 100 + q->bases * 10 + q->stars;
H A Dtrek.h47 int scanned; /* star chart entry (see below) */ member in struct:quad
62 * starchart ("scanned") conventions:
64 * -1 not yet scanned ("...")
H A Dsetup.c220 q->scanned = -1;
255 q->scanned = 1001;
/openbsd-current/lib/libcurses/tinfo/
H A Dmake_keys.c96 int scanned; local
105 scanned = sscanf(buffer, "%255s %255s", to, from);
106 if (scanned == 2) {
/openbsd-current/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-current/sys/dev/pci/drm/i915/gem/
H A Di915_gem_shrinker.c80 * @nr_scanned: optional output for number of pages scanned (incremental)
121 unsigned long scanned = 0; local
231 scanned += obj->base.size >> PAGE_SHIFT;
252 *nr_scanned += scanned;
/openbsd-current/gnu/usr.bin/perl/pod/
H A Dbuildtoc53 documentation set. It is meant to be scanned quickly or grepped
/openbsd-current/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception_win.cpp319 uptr scanned = 0; local
320 while (scanned < kTrampolineScanLimitRange) {
336 scanned += info.RegionSize;
/openbsd-current/gnu/usr.bin/perl/cpan/Module-Load-Conditional/lib/Module/Load/
H A DConditional.pm573 C<@INC> is scanned to see if a module is physically on your
/openbsd-current/gnu/usr.bin/perl/ext/attributes/
H A Dattributes.pm375 If such a parameter list is present, it is scanned past as for the rules
/openbsd-current/sys/net/
H A Dpf.c1634 unsigned int scanned; local
1640 scanned = pf_purge_expired_states(limit, pf_purge_states_collect);
1641 if (scanned >= pf_purge_states_limit) {
1647 pf_purge_states_limit -= scanned;
1915 unsigned int scanned; local
1939 for (scanned = 0; scanned < limit; scanned++) {
1969 return (scanned);
1989 return (scanned);
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DInputObjects.pm731 scanned from left to right, it is parsed into an ordered list of
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DHTMLBatch.pm1152 scanned, just as if you'd passed the arrayref
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DConcise.pm1508 When a line is rendered, the correct format-spec is copied and scanned
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A DChangeLog-3.x1757 table was only readin once and the globals were only scanned once,
/openbsd-current/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/
H A DPing.pm2350 Without C<$host> argument, all hosts are scanned.
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMakeMaker.pm2633 [ 'lib', $(BASEEXT) ]. The directories will be scanned and I<any> files
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc711 // scanned.

Completed in 387 milliseconds