Searched refs:nwd (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dmisc.c1777 set_current_wd(const char *nwd) argument
1781 if (nwd == NULL) {
1783 nwd = allocd ? allocd : null;
1787 strdupx(current_wd, nwd, APERM);

Completed in 67 milliseconds