Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Dtw.help.c90 Char *thpath, *hpath; /* The environment parameter */ in do_help() local
99 thpath = hpath = Strsave(hpath); in do_help()
100 cleanup_push(thpath, xfree); in do_help()
101 curdir = xmalloc((Strlen(thpath) + 1) * sizeof (*curdir)); in do_help()