Home
last modified time | relevance | path

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

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