Searched refs:cdcomppath (Results 1 – 1 of 1) sorted by relevance
76 STATIC char *cdcomppath; variable167 cdcomppath = stalloc(strlen(dest) + 1); in docd()168 scopy(dest, cdcomppath); in docd()172 cdcomppath++; in docd()219 if ((p = cdcomppath) == NULL) in getcomponent()221 start = cdcomppath; in getcomponent()225 cdcomppath = NULL; in getcomponent()228 cdcomppath = p; in getcomponent()268 cdcomppath = stalloc(strlen(dir) + 1); in updatepwd()269 scopy(dir, cdcomppath); in updatepwd()