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

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

Completed in 289 milliseconds