Searched refs:TERMP_NOSPACE (Results 1 – 5 of 5) sorted by relevance
348 p->flags |= TERMP_NOSPACE; in print_mdoc_node()351 p->flags |= TERMP_NOSPACE; in print_mdoc_node()397 p->flags |= TERMP_NOSPACE; in print_mdoc_node()431 p->flags |= TERMP_NOSPACE | TERMP_NOBREAK; in print_mdoc_foot()438 p->flags |= TERMP_NOSPACE; in print_mdoc_foot()446 p->flags |= TERMP_NOSPACE; in print_mdoc_foot()495 p->flags |= TERMP_NOBREAK | TERMP_NOSPACE; in print_mdoc_head()505 p->flags |= TERMP_NOSPACE; in print_mdoc_head()515 p->flags |= TERMP_NOSPACE; in print_mdoc_head()522 p->flags &= ~TERMP_NOSPACE; in print_mdoc_head()[all …]
158 p->flags |= TERMP_NOSPACE; in terminal_man()260 p->flags |= TERMP_NOSPACE; in pre_literal()312 p->flags |= TERMP_NOSPACE; in pre_alternate()333 p->flags |= TERMP_NOSPACE; in pre_OP()345 p->flags |= TERMP_NOSPACE; in pre_OP()562 p->flags |= TERMP_NOSPACE; in pre_IP()652 p->flags |= TERMP_NOSPACE; in pre_TP()927 p->flags |= TERMP_NOSPACE; in print_man_node()1018 p->flags |= TERMP_NOSPACE | TERMP_NOBREAK; in print_man_foot()1028 p->flags |= TERMP_NOSPACE; in print_man_foot()[all …]
301 p->flags |= TERMP_NOSPACE; in term_newln()400 if ( ! (TERMP_NOSPACE & p->flags)) { in term_word()412 p->flags &= ~TERMP_NOSPACE; in term_word()414 p->flags |= TERMP_NOSPACE; in term_word()481 p->flags |= TERMP_NOSPACE; in term_word()
68 #define TERMP_NOSPACE (1 << 2) /* No space before words. */ macro
79 tp->flags |= TERMP_NOSPACE; in term_tbl()