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

/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_refresh.c698 if (termflags & TERM_SHORT)
1094 termflags |= TERM_SHORT;
1096 termflags &= ~TERM_SHORT;
1131 if (termflags & TERM_SHORT)
1154 if (termflags & TERM_SHORT) {
2249 if (vln == 0 && i < lpromptw && !(termflags & TERM_SHORT)) {
/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh.h2266 #define TERM_SHORT 0x08 /* terminal is < 3 lines high */ macro
H A Dutils.c1598 termflags &= ~TERM_SHORT;
1600 termflags |= TERM_SHORT;

Completed in 210 milliseconds