Home | History | Annotate | Download | only in sh

Lines Matching defs:cdcomppath

79 STATIC char *cdcomppath;
204 cdcomppath = stalloc(strlen(dest) + 1);
205 scopy(dest, cdcomppath);
209 cdcomppath++;
251 * Get the next component of the path name pointed to by cdcomppath.
252 * This routine overwrites the string pointed to by cdcomppath.
261 if ((p = cdcomppath) == NULL)
263 start = cdcomppath;
267 cdcomppath = NULL;
270 cdcomppath = p;
315 cdcomppath = stalloc(strlen(dir) + 1);
316 scopy(dir, cdcomppath);