Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.proc.h113 #define SHELLDIR 0x020 /* print shell's dir if not the same */ macro
H A Dsh.proc.c543 (void) pprint(pp, SHELLDIR); in pjwait()
546 (void) pprint(pp, AREASON | SHELLDIR); in pjwait()
549 (void) pprint(pp, AREASON | SHELLDIR); in pjwait()
1179 if (flag & SHELLDIR && !eq(tp->p_cwd->di_name, dcwd->di_name)) { in pprint()