Searched refs:TERMP_HANG (Results 1 – 3 of 3) sorted by relevance
781 p->flags |= TERMP_HANG; in termp_it_pre()808 p->flags |= TERMP_NOBREAK | TERMP_HANG; in termp_it_pre()990 p->flags &= ~TERMP_HANG; in termp_it_post()1033 p->flags |= TERMP_HANG; in termp_nm_pre()1036 p->flags |= TERMP_HANG; in termp_nm_pre()1056 p->flags &= ~(TERMP_NOBREAK | TERMP_HANG); in termp_nm_post()1545 p->flags |= TERMP_NOBREAK | TERMP_HANG; in termp_fn_pre()1555 p->flags &= ~(TERMP_NOBREAK | TERMP_HANG); in termp_fn_pre()2047 p->flags |= TERMP_NOBREAK | TERMP_HANG; in termp_fo_pre()2054 p->flags &= ~(TERMP_NOBREAK | TERMP_HANG); in termp_fo_pre()
80 #define TERMP_HANG (1 << 10) /* See term_flushln(). */ macro
279 if (TERMP_HANG & p->flags) { in term_flushln()