Searched refs:SUPFING (Results 1 – 1 of 1) sorted by relevance
78 static char *SUPFING, *supfing; variable138 if ((SUPFING = malloc(supersize)) == NULL) { in invmake()142 supfing = SUPFING; in invmake()270 fwrite(SUPFING, 1, supfing - SUPFING, outfile) == 0) { in invmake()275 (supfing - SUPFING); in invmake()282 if (fwrite(SUPFING, BLOCKSIZE - i, 1, outfile) == 0 || in invmake()342 free(SUPFING); in invmake()374 if (supfing + 500 > SUPFING + supersize) { in invnewterm()375 i = supfing - SUPFING; in invnewterm()377 if ((SUPFING = realloc(SUPFING, supersize)) == NULL) { in invnewterm()[all …]