Lines Matching refs:gpathp
32 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()
217 *gpathp = 0; in expand()
224 gpathp = sgpathp; in expand()
225 *gpathp = 0; in expand()
342 sgpathp = gpathp; in execbrc()
344 gpathp = sgpathp; in execbrc()
345 *gpathp = 0; in execbrc()
476 sgpathp = gpathp; in amatch()
486 gpathp = sgpathp; in amatch()
487 *gpathp = 0; in amatch()
594 if (gpathp >= lastgpathp) in addpath()
596 *gpathp++ = c & TRIM; in addpath()
597 *gpathp = 0; in addpath()