Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.c49 #define SETINC 100 /* posting set size increment */ macro
923 setsize1 = SETINC; in boolready()
924 if ((item1 = (POSTING *)malloc(SETINC * sizeof (POSTING))) == NULL) { in boolready()
925 invcannotalloc(SETINC); in boolready()
930 setsize2 = SETINC; in boolready()
931 if ((item2 = (POSTING *)malloc(SETINC * sizeof (POSTING))) == NULL) { in boolready()
932 invcannotalloc(SETINC); in boolready()
989 u += SETINC; in boolfile()
999 u += SETINC; in boolfile()