HomeSort by: relevance | last modified time | path
    Searched refs:p_cwd (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/csh/
proc.h 48 struct directory *p_cwd; /* cwd of the job (only in head) */ member in struct:process
proc.c 178 !eq(dcwd->di_name, fp->p_cwd->di_name)) {
246 if (pp->p_cwd && --pp->p_cwd->di_count == 0)
247 if (pp->p_cwd->di_next == 0)
248 dfree(pp->p_cwd);
306 !eq(dcwd->di_name, fp->p_cwd->di_name)) {
477 pp->p_cwd = 0;
489 pp->p_cwd = dcwd;
773 !eq(tp->p_cwd->di_name, dcwd->di_name)) {
775 dtildepr(value(STRhome), tp->p_cwd->di_name)
    [all...]

Completed in 11 milliseconds