Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.c79 static char thisterm[TERMMAX]; variable
152 (void) strcpy(thisterm, ""); in invmake()
190 if (strcmp(thisterm, line) == 0) { in invmake()
210 (void) strcpy(thisterm, line); in invmake()
368 len = strlen(thisterm); in invnewterm()
405 maxback = strlen(thisterm) / 10; in invnewterm()
457 backupflag, thisterm, supfing); in invnewterm()
481 (void) strcpy(supfing, thisterm); in invnewterm()
482 supfing += strlen(thisterm) + 1; in invnewterm()
484 nextsupfing += strlen(thisterm) + 1; in invnewterm()
[all …]