Home
last modified time | relevance | path

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

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