Home
last modified time | relevance | path

Searched refs:numpost (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.c74 static int numpost, numlogblk, amtused, nextpost, variable
161 numpost = 1; in invmake()
204 numpost++; in invmake()
211 numpost = 1; in invmake()
363 if (numpost <= ZIPFSIZE) in invnewterm()
364 zipf[numpost]++; in invnewterm()
491 iteminfo.e.post = numpost; in invnewterm()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Djobs.h109 int numpost; /* number of posted jobs */ member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Djobs.c1331 job.numpost=0; in job_clear()
1397 job.numpost++; in job_post()
1881 job.numpost--; in job_unpost()