Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/csh/
H A Dsh.set.c635 tchar exppath[PATHSIZ]; in exportpath() local
640 exppath[0] = 0; in exportpath()
643 if (strlen_(*val) + strlen_(exppath) + 2 > PATHSIZ) { in exportpath()
647 (void) strcat_(exppath, *val++); in exportpath()
650 (void) strcat_(exppath, S_COLON /* ":" */); in exportpath()
652 local_setenv(S_PATH /* "PATH" */, exppath); in exportpath()