Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDsh.proc.c376 fp->p_cwd == NULL || in pchild()
377 !eq(dcwd->di_name, fp->p_cwd->di_name))) { in pchild()
449 if (pp->p_cwd && --pp->p_cwd->di_count == 0) in pfree()
450 if (pp->p_cwd->di_next == 0) in pfree()
451 dfree(pp->p_cwd); in pfree()
529 fp->p_cwd == NULL || !eq(dcwd->di_name, fp->p_cwd->di_name)) { in pjwait()
766 pp->p_cwd = 0; in palloc()
778 pp->p_cwd = dcwd; in palloc()
1120 !eq(tp->p_cwd->di_name, dcwd->di_name)) { in pprint()
1122 dtildepr(tp->p_cwd->di_name); in pprint()
[all …]
HDsh.proc.h50 struct directory *p_cwd; /* cwd of the job (only in head) */ member