Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c57 char lastfilepath[PATHLEN + 1]; /* last file that full path was */ variable
1271 if (strequal(file, lastfilepath)) { in filepath()
1274 (void) strcpy(lastfilepath, file); in filepath()
H A Dglobal.h157 extern char lastfilepath[]; /* last file that full path was computed for */
H A Dmain.c939 *lastfilepath = '\0'; /* last file may have new path */ in rebuild()