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

/system/core/sh/
H A Dcd.c75 char *prevdir; /* previous working directory */ variable
117 dest = prevdir ? prevdir : curdir;
255 if (prevdir)
256 ckfree(prevdir);
258 prevdir = curdir;
291 if (prevdir)
292 ckfree(prevdir);
293 prevdir = curdir;

Completed in 114 milliseconds