HomeSort by: relevance | last modified time | path
    Searched refs:TERM_NOAM (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tmux/dist/
tty-term.c 508 term->flags |= TERM_NOAM;
510 term->flags &= ~TERM_NOAM;
511 log_debug("NOAM flag is %d", !!(term->flags & TERM_NOAM));
tty.c 657 if ((tty->term->flags & TERM_NOAM) &&
683 if (tty->term->flags & TERM_NOAM)
693 if ((tty->term->flags & TERM_NOAM) &&
2227 (tty->term->flags & TERM_NOAM) ||
2372 if ((tty->term->flags & TERM_NOAM) &&
2530 (tty->term->flags & TERM_NOAM) ||
tmux.h 1526 #define TERM_NOAM 0x2

Completed in 40 milliseconds