Searched refs:TERMP_MULTICOL (Results 1 – 3 of 3) sorted by relevance
102 #define TERMP_MULTICOL (1 << 20) /* Multiple column mode. */ macro
114 if ((p->flags & TERMP_MULTICOL) == 0) in term_flushln()213 if (p->flags & TERMP_MULTICOL) in term_flushln()235 if (p->flags & TERMP_MULTICOL) in term_flushln()
225 tp->flags |= TERMP_MULTICOL; in term_tbl()549 tp->flags &= ~TERMP_MULTICOL; in term_tbl()