cwdpath            82 htags/htags.c  char cwdpath[MAXPATHLEN];
cwdpath           636 htags/htags.c  	fprintf(op, "cd %s && GTAGSCONF='%s' htags%s\n", cwdpath, save_config, save_argv);
cwdpath          1829 htags/htags.c  	if (!getcwd(cwdpath, sizeof(cwdpath)))
cwdpath          1833 htags/htags.c  		set_env("GTAGSROOT", cwdpath);
cwdpath          1836 htags/htags.c  		strlimcpy(dbpath, cwdpath, sizeof(dbpath));
cwdpath          1847 htags/htags.c  		char *p = strrchr(cwdpath, sep);
cwdpath          1848 htags/htags.c  		title = p ? p + 1 : cwdpath;
cwdpath          1864 htags/htags.c  		if (chdir(cwdpath) < 0)
cwdpath          1868 htags/htags.c  		snprintf(distpath, sizeof(distpath), "%s/HTML", cwdpath);
cwdpath          1952 htags/htags.c  		gtop = gtags_open(dbpath, cwdpath, GTAGS, GTAGS_READ, 0);
cwdpath          1957 htags/htags.c  		gtop = gtags_open(dbpath, cwdpath, GRTAGS, GTAGS_READ, 0);
cwdpath          1984 htags/htags.c  	set_env("GTAGSROOT", cwdpath);
cwdpath          2128 htags/htags.c  		fputs(cwdpath, op);
cwdpath            71 htags/htags.h  extern char cwdpath[MAXPATHLEN];