Searched refs:SETINC (Results 1 – 1 of 1) sorted by relevance
51 #define SETINC 100 /* posting set size increment */ macro925 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()