PATHLEN            88 gtags-cscope/command.c     char filename[PATHLEN + 1];	/* file path name */
PATHLEN           635 gtags-cscope/command.c     char    newfile[PATHLEN + 1];   /* new file name */
PATHLEN           636 gtags-cscope/command.c     char    oldfile[PATHLEN + 1];   /* old file name */
PATHLEN           903 gtags-cscope/command.c     char    file[PATHLEN + 1];      /* file name */
PATHLEN           119 gtags-cscope/constants.h #define PATHLEN_STR STRINGIZE(PATHLEN)
PATHLEN           163 gtags-cscope/display.c     char    file[PATHLEN + 1];      /* file name */
PATHLEN           690 gtags-cscope/display.c 	static	char	buf[PATHLEN + 1];
PATHLEN            55 gtags-cscope/edit.c 	char	file[PATHLEN + 1];	/* file name */
PATHLEN            77 gtags-cscope/edit.c 	char	file[PATHLEN + 1];	/* file name */
PATHLEN           106 gtags-cscope/edit.c 	char	com[PATHLEN + 81];
PATHLEN           138 gtags-cscope/edit.c 	static	char	path[PATHLEN + 1];
PATHLEN           113 gtags-cscope/gtags-cscope.c char	temp1[PATHLEN + 1];	/**< temporary file name */
PATHLEN           114 gtags-cscope/gtags-cscope.c char	temp2[PATHLEN + 1];	/**< temporary file name */
PATHLEN           115 gtags-cscope/gtags-cscope.c char	tempdirpv[PATHLEN + 1];	/**< private temp directory */