Searched refs:hpath (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dtw.help.c90 Char *thpath, *hpath; /* The environment parameter */ local
96 hpath = str2short(getenv(SEARCHLIST));
97 if (hpath == NULL)
98 hpath = str2short(DEFAULTLIST);
99 thpath = hpath = Strsave(hpath);
109 if (!*hpath) {
113 nextslist(hpath, curdir);
114 hpath = skipslist(hpath);
[all...]

Completed in 52 milliseconds