Searched defs:posting (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.c48 #define LINEMAX 1000 /* sorted posting line max size */
49 #define POSTINC 10000 /* posting buffer size increment */
50 #define SEP ' ' /* sorted posting field separator */
51 #define SETINC 100 /* posting set size increment */
113 POSTING posting; local
126 /* posting file */
217 /* get the new posting */
223 posting.lineoffset = num;
227 posting.fileindex = --fileindex;
228 posting
604 read_next_posting(INVCONTROL *invcntl, POSTING *posting) argument
958 POSTING posting; local
[all...]

Completed in 102 milliseconds