cur_path          403 libutil/gtagsop.c 		if (gtop->cur_path[0] && strcmp(gtop->cur_path, ptable.part[PART_PATH].start)) {
cur_path          407 libutil/gtagsop.c 		strlimcpy(gtop->cur_path, ptable.part[PART_PATH].start, sizeof(gtop->cur_path));
cur_path          692 libutil/gtagsop.c 	if (gtop->format & GTAGS_COMPACT && gtop->cur_path[0])
cur_path          717 libutil/gtagsop.c 	const char *s_fid = gpath_path2fid(gtop->cur_path, NULL);
cur_path          722 libutil/gtagsop.c 		die("GPATH is corrupted.('%s' not found)", gtop->cur_path);
cur_path          102 libutil/gtagsop.h 	char cur_path[MAXPATHLEN+1];	/* current path */