Searched refs:tally (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DVstat.pm195 sub tally($self) subroutine
197 OpenBSD::Mounts->tally($self->{state});
306 sub tally($self, $state) subroutine
309 $v->tally($state);
417 sub tally($data, $state) subroutine
H A DUpdateSet.pm437 $state->vstat->tally;
H A DAddDelete.pm114 $state->defines('tally')) {
115 $state->vstat->tally;
/openbsd-current/games/adventure/
H A Dsave.c92 {&tally, sizeof(tally)},
H A Dhdr.h136 extern int maxtrs, tally, tally2; /* treasure values */
H A Dmain.c93 int maxtrs, tally, tally2; /* treasure values */ variable
193 tally--;
194 if (tally == tally2 && tally != 0)
239 if (tally == 0 && loc >= 15 && loc != 33)
H A Dinit.c100 tally = 0;
106 tally -= prop[i];
H A Dsubr.c213 if (tally == tally2 + 1 && k == 0 && place[chest] == 0
/openbsd-current/usr.bin/yacc/
H A Doutput.c42 static short *tally; variable
251 tally = NEW2(nvectors, short);
302 tally[i] = shiftcount;
303 tally[nstates+i] = reducecount;
447 tally[symno] = count;
464 if (tally[i] > 0) {
465 t = tally[i];
473 (tally[order[j]] < t))
554 t = tally[i];
559 if (width[j] != w || tally[
[all...]
/openbsd-current/usr.bin/gprof/
H A Dgprof.h284 void tally(struct rawarc *);
H A Dgprof.c267 tally( &arc );
325 tally(struct rawarc *rawp) function
342 printf( "[tally] arc from %s to %s traversed %ld times\n" ,

Completed in 108 milliseconds