get_home_directory  120 gozilla/gozilla.c 	if (!(p = get_home_directory()))
get_home_directory  215 libutil/conf.c 	else if ((p = get_home_directory()) && test("r", makepath(p, GTAGSRC, NULL)))
get_home_directory  218 libutil/conf.c 	else if ((p = get_home_directory()) && test("r", makepath(p, DOS_GTAGSRC, NULL)))
get_home_directory   23 libutil/env.h  char *get_home_directory(void);