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

/freebsd-11-stable/contrib/tcsh/
H A Dtw.help.c86 Char *thpath, *hpath; /* The environment parameter */ local
92 hpath = str2short(getenv(SEARCHLIST));
93 if (hpath == NULL)
94 hpath = str2short(DEFAULTLIST);
95 thpath = hpath = Strsave(hpath);
105 if (!*hpath) {
109 nextslist(hpath, curdir);
110 hpath = skipslist(hpath);
[all...]

Completed in 116 milliseconds