Searched refs:thisterm (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.c81 static char thisterm[TERMMAX]; variable
154 (void) strcpy(thisterm, "");
192 if (strcmp(thisterm, line) == 0) {
212 (void) strcpy(thisterm, line);
370 len = strlen(thisterm);
407 maxback = strlen(thisterm) / 10;
459 backupflag, thisterm, supfing);
483 (void) strcpy(supfing, thisterm);
484 supfing += strlen(thisterm) + 1;
486 nextsupfing += strlen(thisterm)
[all...]

Completed in 49 milliseconds