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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.c51 #define SETINC 100 /* posting set size increment */ macro
925 setsize1 = SETINC;
926 if ((item1 = (POSTING *)malloc(SETINC * sizeof (POSTING))) == NULL) {
927 invcannotalloc(SETINC);
932 setsize2 = SETINC;
933 if ((item2 = (POSTING *)malloc(SETINC * sizeof (POSTING))) == NULL) {
934 invcannotalloc(SETINC);
991 u += SETINC;
1001 u += SETINC;

Completed in 69 milliseconds