Lines Matching refs:supfing
80 static char *SUPFING, *supfing;
144 supfing = SUPFING;
156 *supfing++ = ' ';
157 *supfing++ = '\0';
272 fwrite(SUPFING, 1, supfing - SUPFING, outfile) == 0) {
277 (supfing - SUPFING);
376 if (supfing + 500 > SUPFING + supersize) {
377 i = supfing - SUPFING;
383 supfing = i + SUPFING;
455 (void) strncpy(supfing, tptr2, (int)iteminfo.e.size);
456 *(supfing + iteminfo.e.size) = '\0';
459 backupflag, thisterm, supfing);
462 nextsupfing += strlen(supfing) + 1;
463 supfing += strlen(supfing) + 1;
483 (void) strcpy(supfing, thisterm);
484 supfing += strlen(thisterm) + 1;