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

/macosx-10.10/zsh-61/zsh/Src/
H A Dbuiltin.c2031 paramtab->printnode(&pm->node, PRINT_TYPESET);
2085 paramtab->printnode(&pm->node, PRINT_TYPESET);
2319 paramtab->printnode(&pm->node, PRINT_TYPESET);
2388 printflags |= PRINT_TYPESET;
H A Dparams.c4818 if (printflags & PRINT_TYPESET)
4822 if (printflags & (PRINT_TYPE|PRINT_TYPESET)) {
4835 if (printflags & PRINT_TYPESET) {
4875 else if ((printflags & PRINT_TYPESET) &&
H A Dzsh.h1840 #define PRINT_TYPESET (1<<5) macro

Completed in 169 milliseconds