Searched refs:TERMP_HANG (Results 1 – 3 of 3) sorted by relevance
779 p->flags |= TERMP_HANG; in termp_it_pre()801 p->flags |= TERMP_NOBREAK | TERMP_BRIND | TERMP_HANG; in termp_it_pre()981 TERMP_DANGLE | TERMP_HANG); in termp_it_post()1027 p->flags |= TERMP_HANG; in termp_nm_pre()1030 p->flags |= TERMP_HANG; in termp_nm_pre()1049 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND | TERMP_HANG); in termp_nm_post()1469 p->flags |= TERMP_NOBREAK | TERMP_BRIND | TERMP_HANG; in termp_fn_pre()1479 p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND | TERMP_HANG); in termp_fn_pre()2045 TERMP_HANG; in termp_fo_pre()2053 TERMP_HANG); in termp_fo_pre()
79 #define TERMP_HANG (1 << 11) /* See term_flushln(). */ macro
275 if (TERMP_HANG & p->flags) { in term_flushln()