HomeSort by: relevance | last modified time | path
    Searched defs:exppath (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/csh/
set.c 694 Char exppath[BUFSIZE]; local in function:exportpath
696 exppath[0] = 0;
699 if (Strlen(*val) + Strlen(exppath) + 2 > BUFSIZE) {
704 (void)Strcat(exppath, *val++);
707 (void)Strcat(exppath, STRcolon);
709 Setenv(STRPATH, exppath);

Completed in 28 milliseconds