Home
last modified time | relevance | path

Searched refs:PDIAG (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/csh/
H A Dsh.parse.c196 #define PDIAG 8 macro
449 f |= PDIAG; in syn2()
582 if (flags & (POUT|PDIAG)) in syn3()
595 if ((flags & POUT) && (flags & PDIAG) == 0 || t->t_drit) in syn3()
H A Dsh.proc.h61 #define PDIAG (1<<10) /* diagnostic output also piped out */ macro
H A Dsh.proc.c430 pp->p_flags |= PDIAG; in palloc()
708 if (pp->p_flags & PDIAG) in pprint()