Searched refs:TERMP_NOSPACE (Results 1 – 6 of 6) sorted by relevance
47 p->flags &= ~TERMP_NOSPACE; in term_eqn()59 p->flags |= TERMP_NOSPACE; in eqn_box()61 p->flags |= TERMP_NOSPACE; in eqn_box()71 p->flags |= TERMP_NOSPACE; in eqn_box()76 p->flags |= TERMP_NOSPACE; in eqn_box()80 p->flags |= TERMP_NOSPACE; in eqn_box()86 p->flags |= TERMP_NOSPACE; in eqn_box()88 p->flags |= TERMP_NOSPACE; in eqn_box()113 p->flags |= TERMP_NOSPACE; in eqn_box()116 p->flags |= TERMP_NOSPACE; in eqn_box()[all …]
338 p->flags |= TERMP_NOSPACE; in print_mdoc_node()341 p->flags |= TERMP_NOSPACE; in print_mdoc_node()345 p->flags |= TERMP_NOSPACE; in print_mdoc_node()348 p->flags |= TERMP_NOSPACE; in print_mdoc_node()395 p->flags |= TERMP_NOSPACE; in print_mdoc_node()433 p->flags |= TERMP_NOSPACE | TERMP_NOBREAK; in print_mdoc_foot()441 p->flags |= TERMP_NOSPACE; in print_mdoc_foot()450 p->flags |= TERMP_NOSPACE; in print_mdoc_foot()497 p->flags |= TERMP_NOBREAK | TERMP_NOSPACE; in print_mdoc_head()507 p->flags |= TERMP_NOSPACE; in print_mdoc_head()[all …]
177 p->flags |= TERMP_NOSPACE; in terminal_man()256 p->flags |= TERMP_NOSPACE; in pre_literal()323 p->flags |= TERMP_NOSPACE; in pre_alternate()342 p->flags |= TERMP_NOSPACE; in pre_OP()354 p->flags |= TERMP_NOSPACE; in pre_OP()569 p->flags |= TERMP_NOSPACE; in pre_IP()654 p->flags |= TERMP_NOSPACE; in pre_TP()909 p->flags |= TERMP_NOSPACE; in post_UR()914 p->flags |= TERMP_NOSPACE; in post_UR()942 p->flags |= TERMP_NOSPACE; in print_man_node()[all …]
309 p->flags |= TERMP_NOSPACE; in term_newln()399 if ( ! (TERMP_NOSPACE & p->flags)) { in term_word()411 p->flags &= ~TERMP_NOSPACE; in term_word()413 p->flags |= TERMP_NOSPACE; in term_word()486 p->flags |= (TERMP_NOSPACE | TERMP_NONEWLINE); in term_word()
70 #define TERMP_NOSPACE (1 << 2) /* No space before words. */ macro
77 tp->flags |= TERMP_NOSPACE; in term_tbl()