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