Searched defs:lastfilepath (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c59 char lastfilepath[PATHLEN + 1]; /* last file that full path was */ variable
1273 if (strequal(file, lastfilepath)) {
1276 (void) strcpy(lastfilepath, file);
1297 (void) strcpy(path, file); /* for lastfilepath check */

Completed in 46 milliseconds