Searched refs:gpathp (Results 1 – 2 of 2) sorted by relevance
109 static char *gpath, *gpathp, *lastgpathp; variable137 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 …]
32 tchar *gpath, *gpathp, *lastgpathp; variable65 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 …]