Searched refs:TERMP_NOBREAK (Results 1 – 4 of 4) sorted by relevance
269 p->flags &= ~TERMP_NOBREAK; in pre_literal()538 p->flags |= TERMP_NOBREAK; in pre_HP()573 p->flags &= ~TERMP_NOBREAK; in post_HP()616 p->flags |= TERMP_NOBREAK; in pre_IP()679 p->flags &= ~TERMP_NOBREAK; in post_IP()703 p->flags |= TERMP_NOBREAK; in pre_TP()753 p->flags &= ~TERMP_NOBREAK; in pre_TP()1039 if (MANT_LITERAL & mt->fl && ! (TERMP_NOBREAK & p->flags) && in print_man_node()1107 p->flags |= TERMP_NOSPACE | TERMP_NOBREAK; in print_man_foot()1129 p->flags &= ~TERMP_NOBREAK; in print_man_foot()[all …]
415 p->flags |= TERMP_NOSPACE | TERMP_NOBREAK; in print_mdoc_foot()430 p->flags &= ~TERMP_NOBREAK; in print_mdoc_foot()480 p->flags |= TERMP_NOBREAK | TERMP_NOSPACE; in print_mdoc_head()499 p->flags &= ~TERMP_NOBREAK; in print_mdoc_head()790 p->flags |= TERMP_NOBREAK; in termp_it_pre()808 p->flags |= TERMP_NOBREAK | TERMP_HANG; in termp_it_pre()815 p->flags |= TERMP_NOBREAK; in termp_it_pre()826 p->flags &= ~TERMP_NOBREAK; in termp_it_pre()829 p->flags |= TERMP_NOBREAK; in termp_it_pre()837 p->flags |= TERMP_NOBREAK; in termp_it_pre()[all …]
78 #define TERMP_NOBREAK (1 << 8) /* See term_flushln(). */ macro
136 bp = TERMP_NOBREAK & p->flags ? mmax : maxvis; in term_flushln()196 if (TERMP_NOBREAK & p->flags) { in term_flushln()273 if ( ! (TERMP_NOBREAK & p->flags)) { in term_flushln()