Searched refs:TERMP_NOSPACE (Results 1 – 5 of 5) sorted by relevance
330 p->flags |= TERMP_NOSPACE; in print_mdoc_node()333 p->flags |= TERMP_NOSPACE; in print_mdoc_node()380 p->flags |= TERMP_NOSPACE; in print_mdoc_node()415 p->flags |= TERMP_NOSPACE | TERMP_NOBREAK; in print_mdoc_foot()422 p->flags |= TERMP_NOSPACE; in print_mdoc_foot()431 p->flags |= TERMP_NOSPACE; in print_mdoc_foot()480 p->flags |= TERMP_NOBREAK | TERMP_NOSPACE; in print_mdoc_head()491 p->flags |= TERMP_NOSPACE; in print_mdoc_head()502 p->flags |= TERMP_NOSPACE; in print_mdoc_head()509 p->flags &= ~TERMP_NOSPACE; in print_mdoc_head()[all …]
164 p->flags |= TERMP_NOSPACE; in terminal_man()270 p->flags |= TERMP_NOSPACE; in pre_literal()337 p->flags |= TERMP_NOSPACE; in pre_alternate()358 p->flags |= TERMP_NOSPACE; in pre_OP()370 p->flags |= TERMP_NOSPACE; in pre_OP()613 p->flags |= TERMP_NOSPACE; in pre_IP()707 p->flags |= TERMP_NOSPACE; in pre_TP()969 p->flags |= TERMP_NOSPACE; in post_UR()974 p->flags |= TERMP_NOSPACE; in post_UR()1044 p->flags |= TERMP_NOSPACE; in print_man_node()[all …]
314 p->flags |= TERMP_NOSPACE; in term_newln()417 if ( ! (TERMP_NOSPACE & p->flags)) { in term_word()429 p->flags &= ~TERMP_NOSPACE; in term_word()431 p->flags |= TERMP_NOSPACE; in term_word()516 p->flags |= TERMP_NOSPACE; in term_word()
72 #define TERMP_NOSPACE (1 << 2) /* No space before words. */ macro
79 tp->flags |= TERMP_NOSPACE; in term_tbl()