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

/netbsd-current/bin/csh/
H A Dset.c694 Char exppath[BUFSIZE]; local
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 114 milliseconds