cur_path          787 libutil/gtagsop.c 	if (gtop->format & GTAGS_COMPACT && gtop->cur_path[0])
cur_path          818 libutil/gtagsop.c 	if (s_fid == NULL && (s_fid = gpath_path2fid(gtop->cur_path, NULL)) == NULL)
cur_path          819 libutil/gtagsop.c 		die("GPATH is corrupted.('%s' not found)", gtop->cur_path);
cur_path          136 libutil/gtagsop.h 	char cur_path[MAXPATHLEN];	/**< current path */