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

/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dglobal.h157 extern char lastfilepath[]; /* last file that full path was computed for */
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 */
H A Dmain.c941 *lastfilepath = '\0'; /* last file may have new path */

Completed in 46 milliseconds