Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c107 static char *gpath, *gpathp, *lastgpathp; variable
135 gpathp = gpath; in glob()
136 *gpathp = 0; in glob()
176 gpathp = gpath; *gpathp = 0; globbed = 0; in acollect()
206 sgpathp = gpathp; in expand()
208 if (*cs == '~' && gpathp == gpath) { in expand()
214 if (gpathp != gpath + 1) { in expand()
215 *gpathp = 0; in expand()
221 gpathp = strend(gpath); in expand()
238 cs--, gpathp--; in expand()
[all …]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c34 tchar *gpath, *gpathp, *lastgpathp; variable
68 gpath = agpath; gpathp = gpath; *gpathp = 0; in glob()
151 gpathp = gpath; *gpathp = 0; globbed = 0; in acollect()
182 sgpathp = gpathp; in expand()
184 if (*cs == '~' && gpathp == gpath) { in expand()
189 if (gpathp != gpath + 1) { in expand()
190 *gpathp = 0; in expand()
200 gpathp = strend(gpath); in expand()
217 cs--, gpathp--; in expand()
219 cs++, gpathp++; in expand()
[all …]