Home
last modified time | relevance | path

Searched refs:thpath (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtw.help.c86 Char *thpath, *hpath; /* The environment parameter */ in do_help() local
95 thpath = hpath = Strsave(hpath); in do_help()
96 cleanup_push(thpath, xfree); in do_help()
97 curdir = xmalloc((Strlen(thpath) + 1) * sizeof (*curdir)); in do_help()