Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Dcd.c79 STATIC char *cdcomppath; variable
174 cdcomppath = stalloc(strlen(dest) + 1); in docd()
175 scopy(dest, cdcomppath); in docd()
179 cdcomppath++; in docd()
228 if ((p = cdcomppath) == NULL) in getcomponent()
230 start = cdcomppath; in getcomponent()
234 cdcomppath = NULL; in getcomponent()
237 cdcomppath = p; in getcomponent()
282 cdcomppath = stalloc(strlen(dir) + 1); in updatepwd()
283 scopy(dir, cdcomppath); in updatepwd()