Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.set.c927 Char *exppath; in exportpath() local
936 exppath = Strbuf_finish(&buf); in exportpath()
937 cleanup_push(exppath, xfree); in exportpath()
938 tsetenv(STRKPATH, exppath); in exportpath()
939 cleanup_until(exppath); in exportpath()