Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.set.c632 tchar exppath[PATHSIZ]; in exportpath() local
637 exppath[0] = 0; in exportpath()
640 if (strlen_(*val) + strlen_(exppath) + 2 > PATHSIZ) { in exportpath()
644 (void) strcat_(exppath, *val++); in exportpath()
647 (void) strcat_(exppath, S_COLON /* ":" */); in exportpath()
649 local_setenv(S_PATH /* "PATH" */, exppath); in exportpath()