Searched defs:gpathp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c32 tchar *gpath, *gpathp, *lastgpathp; variable
65 gpath = agpath; gpathp = gpath; *gpathp = 0;
148 gpathp = gpath; *gpathp = 0; globbed = 0;
179 sgpathp = gpathp;
181 if (*cs == '~' && gpathp == gpath) {
186 if (gpathp != gpath + 1) {
187 *gpathp = 0;
197 gpathp
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c109 static char *gpath, *gpathp, *lastgpathp; variable
137 gpathp = gpath;
138 *gpathp = 0;
178 gpathp = gpath; *gpathp = 0; globbed = 0;
208 sgpathp = gpathp;
210 if (*cs == '~' && gpathp == gpath) {
216 if (gpathp != gpath + 1) {
217 *gpathp = 0;
223 gpathp
[all...]

Completed in 44 milliseconds