Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.os.c81 char **spaths, **cpaths, **cmds; in dosetpath() local
120 cpaths = xmalloc((npaths + 1) * sizeof *cpaths); in dosetpath()
121 setzero(cpaths, (npaths + 1) * sizeof *cpaths); in dosetpath()
135 cpaths[i] = spaths[i]; in dosetpath()
147 if (setpath(cpaths, cmds, LOCALSYSPATH, sysflag, 1) < 0) { in dosetpath()
154 xfree(cpaths); in dosetpath()
169 name = str2short(cpaths[i]); in dosetpath()
170 for (val = str2short(cpaths[i]); val && *val && *val != '='; val++); in dosetpath()