Home
last modified time | relevance | path

Searched refs:TERMP_NOSPACE (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/mandoc/
H A Deqn_term.c48 p->flags &= ~TERMP_NOSPACE; in term_eqn()
82 p->flags |= TERMP_NOSPACE; in eqn_box()
84 p->flags |= TERMP_NOSPACE; in eqn_box()
96 p->flags |= TERMP_NOSPACE; in eqn_box()
103 p->flags |= TERMP_NOSPACE; in eqn_box()
111 p->flags |= TERMP_NOSPACE; in eqn_box()
117 p->flags |= TERMP_NOSPACE; in eqn_box()
123 p->flags |= TERMP_NOSPACE; in eqn_box()
158 p->flags |= TERMP_NOSPACE; in eqn_box()
162 p->flags |= TERMP_NOSPACE; in eqn_box()
[all …]
H A Dmdoc_term.c273 p->flags |= TERMP_NOSPACE; in terminal_mdoc()
473 p->flags |= TERMP_NOSPACE; in print_mdoc_foot()
482 p->flags |= TERMP_NOSPACE; in print_mdoc_foot()
536 p->flags |= TERMP_NOSPACE; in print_mdoc_head()
751 p->flags |= TERMP_NOSPACE; in termp_it_pre()
766 p->flags |= TERMP_NOSPACE; in termp_it_pre()
1160 p->flags |= TERMP_NOSPACE; in termp_xr_pre()
1162 p->flags |= TERMP_NOSPACE; in termp_xr_pre()
1167 p->flags |= TERMP_NOSPACE; in termp_xr_pre()
1366 p->flags |= TERMP_NOSPACE; in termp_fn_pre()
[all …]
H A Dman_term.c186 p->flags |= TERMP_NOSPACE; in terminal_man()
192 p->flags |= TERMP_NOSPACE; in terminal_man()
263 p->flags |= TERMP_NOSPACE; in pre_literal()
354 p->flags |= TERMP_NOSPACE; in pre_OP()
520 p->flags |= TERMP_NOSPACE; in pre_IP()
594 p->flags |= TERMP_NOSPACE; in pre_TP()
888 p->flags |= TERMP_NOSPACE; in post_UR()
893 p->flags |= TERMP_NOSPACE; in post_UR()
1051 p->flags |= TERMP_NOSPACE; in print_man_foot()
1059 p->flags |= TERMP_NOSPACE; in print_man_foot()
[all …]
H A Droff_term.c76 p->flags |= TERMP_NOSPACE; in roff_term_pre_br()
101 p->flags |= TERMP_NOSPACE; in roff_term_pre_ce()
149 p->flags &= ~(TERMP_NOBREAK | TERMP_NOSPACE); in roff_term_pre_mc()
H A Dterm.c421 p->flags |= TERMP_NOBUF | TERMP_NOSPACE; in endline()
439 p->flags |= TERMP_NOSPACE; in term_newln()
532 if ((p->flags & TERMP_NOSPACE) == 0) { in term_word()
543 p->flags |= TERMP_NOSPACE; in term_word()
545 p->flags &= ~TERMP_NOSPACE; in term_word()
617 p->flags |= (TERMP_NOSPACE | TERMP_NONEWLINE); in term_word()
H A Dterm.h82 #define TERMP_NOSPACE (1 << 1) /* No space before words. */ macro
H A Dtbl_term.c174 tp->flags |= TERMP_NOSPACE | TERMP_NONOSPACE; in term_tbl()