Searched refs:counter (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libpp/
H A Dgentab.sh38 typeset -i counter err_line
44 counter=0
99 ksh) ((n=counter-1)) ;;
100 *) n=`expr $counter - 1` ;;
122 ?*) eval $index=$counter ;;
159 "") counter=$init
163 "") counter=$init ;;
164 [0123456789]*) counter=$value ;;
169 1:?*) echo "#define $prefix$first $counter" ;;
185 then case $counter i
[all...]
H A Dpplib.h203 struct counter /* monitoring counters */ struct
342 struct counter counter; /* monitoring counters */ \
407 #define count(x) pp.counter.x++
H A Dpplex.c539 sfprintf(sfstderr, "%7d: pplex calls\n", pp.counter.pplex);
540 sfprintf(sfstderr, "%7d: terminal states\n", pp.counter.terminal);
541 sfprintf(sfstderr, "%7d: emitted tokens\n", pp.counter.token);
542 sfprintf(sfstderr, "%7d: input stream pushes\n", pp.counter.push);
543 sfprintf(sfstderr, "%7d: macro candidates\n", pp.counter.candidate);
544 sfprintf(sfstderr, "%7d: macro expansions\n", pp.counter.macro);
545 sfprintf(sfstderr, "%7d: function macros\n", pp.counter.function);
/ast/src/lib/libtk/library/demos/
H A Dtimer6 # This script generates a counter with start and stop buttons.
10 label .counter -text 0.00 -relief raised -width 10
18 pack .counter -side bottom -fill both
35 .counter config -text [format "%d.%02d" $seconds $hundredths]
/ast/src/cmd/INIT/
H A Dproto.c284 struct counter struct
389 char* checkpoint; int constack; struct ppinstk* in; char* addp; char* args; char* addbuf; char* catbuf; char* hdrbuf; char* hidebuf; char* path; char* tmpbuf; char* valbuf; char* optflags; int lastout; char* include; char* prefix; struct ppmember* member; int hidden; int hiding; int level; struct { int input; int output; } pool; struct { long ro_state; long ro_mode; long ro_option; long ro_op[2]; int on; char* symtab; } reset; int truncate; struct ppmacstk* macp; char* maxmac; char* mactop; char* toknxt; long* control; long* maxcon; struct oplist* chop; struct ppfile* insert; struct ppfile* original; struct ppdirs* found; int vendor; char* dirtab; char* strtab; PPBUILTIN builtin; PPCOMMENT comment; PPINCREF incref; PPLINESYNC linesync; PPLINESYNC olinesync; PPMACREF macref; PPOPTARG optarg; PPPRAGMA pragma; struct counter counter; char funbuf[256]; member in struct:ppglobals

Completed in 22 milliseconds