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

/freebsd-12-stable/contrib/tcsh/
H A Dsh.proc.h49 struct directory *p_cwd; /* cwd of the job (only in head) */ member in struct:process
H A Dsh.proc.c375 fp->p_cwd == NULL ||
376 !eq(dcwd->di_name, fp->p_cwd->di_name))) {
448 if (pp->p_cwd && --pp->p_cwd->di_count == 0)
449 if (pp->p_cwd->di_next == 0)
450 dfree(pp->p_cwd);
529 fp->p_cwd == NULL || !eq(dcwd->di_name, fp->p_cwd->di_name)) {
790 pp->p_cwd = 0;
802 pp->p_cwd
[all...]

Completed in 183 milliseconds