Searched refs:TERM_BAD (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dtermcap.c86 if (termflags & TERM_BAD)
151 if (termflags & TERM_BAD)
H A Dterminfo.c73 if (termflags & TERM_BAD)
142 if (termflags & TERM_BAD)
/macosx-10.10/zsh-61/zsh/Src/
H A Dinit.c678 termflags |= TERM_BAD;
684 termflags &= ~TERM_BAD;
H A Dprompt.c963 !(termflags & (TERM_NOUP|TERM_BAD|TERM_UNKNOWN))) {
H A Dzsh.h2263 #define TERM_BAD 0x01 /* terminal has extremely basic capabilities */ macro
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_keymap.c1233 if (tccan(tccode) && !(termflags & (TERM_NOUP|TERM_BAD|TERM_UNKNOWN))) {
H A Dzle_refresh.c1093 || (termflags & (TERM_NOUP | TERM_BAD | TERM_UNKNOWN)))

Completed in 129 milliseconds