Home
last modified time | relevance | path

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

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