Home
last modified time | relevance | path

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

/titanic_50/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)) { in filepath()
1276 (void) strcpy(lastfilepath, file); in filepath()
H A Dglobal.h157 extern char lastfilepath[]; /* last file that full path was computed for */
H A Dmain.c941 *lastfilepath = '\0'; /* last file may have new path */ in rebuild()