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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.h32 struct directory *p_cwd; /* cwd of the job (only in head) */ member in struct:process
H A Dsh.proc.c142 !eq(dcwd->di_name, fp->p_cwd->di_name)) {
204 if (pp->p_cwd && --pp->p_cwd->di_count == 0)
205 if (pp->p_cwd->di_next == 0)
206 dfree(pp->p_cwd);
275 !eq(dcwd->di_name, fp->p_cwd->di_name)) {
436 pp->p_cwd = 0;
447 pp->p_cwd = dcwd;
717 !eq(tp->p_cwd->di_name, dcwd->di_name)) {
719 dtildepr(value(S_home /* "home" */), tp->p_cwd
[all...]

Completed in 46 milliseconds