getenv           1246 global/global.c 	if (db == GTAGS && getenv("GTAGSLIBPATH") && (count == 0 || Tflag) && !lflag) {
getenv           1250 global/global.c 		strbuf_puts(sb, getenv("GTAGSLIBPATH"));
getenv            261 gozilla/gozilla.c 	if (!browser && getenv("BROWSER"))
getenv            262 gozilla/gozilla.c 		browser = getenv("BROWSER");
getenv            217 gtags-parser/gctags.c 		langmap = getenv("GTAGSLANGMAP");
getenv            227 gtags-parser/gctags.c 	if (getenv("GTAGSWARNING"))
getenv           1034 htags/htags.c  	if ((p = getenv("TMPDIR")) == NULL)
getenv           1035 htags/htags.c  		p = getenv("TMP");
getenv            412 libdb/bt_open.c 	envtmp = getenv("TMPDIR");
getenv            415 libdb/bt_open.c 		envtmp = getenv("TMP");
getenv            302 libglibc/getopt.c   posixly_correct = getenv ("POSIXLY_CORRECT");
getenv            207 libutil/conf.c 	if (getenv("GTAGSCONF") != NULL)
getenv            208 libutil/conf.c 		strbuf_puts(sb, getenv("GTAGSCONF"));
getenv            273 libutil/conf.c 		if ((label = getenv("GTAGSLABEL")) == NULL)
getenv             99 libutil/dbop.c 	if (getenv("GTAGSCACHE") != NULL)
getenv            100 libutil/dbop.c 		info.cachesize = atoi(getenv("GTAGSCACHE"));
getenv             48 libutil/defined.c 		if (!(dbpath = getenv("GTAGSDBPATH")))
getenv             74 libutil/env.c  	return getenv("HOME");
getenv             58 libutil/getdbpath.c 	if ((p = getenv("MAKEOBJDIRPREFIX")) != NULL) {
getenv             65 libutil/getdbpath.c 	if ((p = getenv("MAKEOBJDIR")) != NULL) {
getenv            159 libutil/getdbpath.c 	if ((p = getenv("GTAGSROOT")) != NULL) {
getenv            171 libutil/getdbpath.c 		if ((p = getenv("GTAGSDBPATH")) != NULL) {
getenv            178 libutil/getdbpath.c 			strlimcpy(dbpath, getenv("GTAGSDBPATH"), MAXPATHLEN);
getenv            184 libutil/getdbpath.c 		if (verbose && getenv("GTAGSDBPATH"))
getenv             46 libutil/is_unixy.c 		char *s = getenv("SHELL");
getenv             89 libutil/langmap.c 	if (!strcmp(suffix, ".h") && getenv("GTAGSFORCECPP") != NULL)
getenv             88 libutil/usable.c 	strbuf_puts(sb, getenv("PATH"));