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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.proc.h50 struct directory *p_cwd; /* cwd of the job (only in head) */ member in struct:process
H A Dsh.proc.c376 fp->p_cwd == NULL ||
377 !eq(dcwd->di_name, fp->p_cwd->di_name))) {
449 if (pp->p_cwd && --pp->p_cwd->di_count == 0)
450 if (pp->p_cwd->di_next == 0)
451 dfree(pp->p_cwd);
529 fp->p_cwd == NULL || !eq(dcwd->di_name, fp->p_cwd->di_name)) {
766 pp->p_cwd = 0;
778 pp->p_cwd
[all...]

Completed in 44 milliseconds