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

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.os.c85 char **spaths, **cpaths, **cmds; local
124 cpaths = xmalloc((npaths + 1) * sizeof *cpaths);
125 setzero(cpaths, (npaths + 1) * sizeof *cpaths); local
139 cpaths[i] = spaths[i];
151 if (setpath(cpaths, cmds, LOCALSYSPATH, sysflag, 1) < 0) {
158 xfree(cpaths);
173 name = str2short(cpaths[i]);
174 for (val = str2short(cpaths[
[all...]

Completed in 159 milliseconds