Home
last modified time | relevance | path

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

/freebsd/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()
127 p->flags |= TERMP_NOSPACE; in eqn_box()
129 p->flags |= TERMP_NOSPACE; in eqn_box()
[all …]
H A Dmdoc_term.c272 p->flags |= TERMP_NOSPACE; in terminal_mdoc()
375 p->flags |= TERMP_NOSPACE; in print_mdoc_node()
378 p->flags |= TERMP_NOSPACE; in print_mdoc_node()
382 p->flags |= TERMP_NOSPACE; in print_mdoc_node()
385 p->flags |= TERMP_NOSPACE; in print_mdoc_node()
463 p->flags |= TERMP_NOSPACE | TERMP_NOBREAK; in print_mdoc_foot()
471 p->flags |= TERMP_NOSPACE; in print_mdoc_foot()
480 p->flags |= TERMP_NOSPACE; in print_mdoc_foot()
524 p->flags |= TERMP_NOBREAK | TERMP_NOSPACE; in print_mdoc_head()
534 p->flags |= TERMP_NOSPACE; in print_mdoc_head()
[all …]
H A Dman_term.c183 p->flags |= TERMP_NOSPACE; in terminal_man()
189 p->flags |= TERMP_NOSPACE; in terminal_man()
252 p->flags |= TERMP_NOSPACE; in pre_literal()
315 p->flags |= TERMP_NOSPACE; in pre_alternate()
334 p->flags |= TERMP_NOSPACE; in pre_MR()
337 p->flags |= TERMP_NOSPACE; in pre_MR()
340 p->flags |= TERMP_NOSPACE; in pre_MR()
344 p->flags |= TERMP_NOSPACE; in pre_MR()
354 p->flags |= TERMP_KEEP | TERMP_NOSPACE; in pre_OP()
366 p->flags |= TERMP_NOSPACE; in pre_OP()
[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.c446 p->flags |= TERMP_NOBUF | TERMP_NOSPACE; in endline()
463 p->flags |= TERMP_NOSPACE; in term_newln()
557 if ((p->flags & TERMP_NOSPACE) == 0) { in term_word()
568 p->flags |= TERMP_NOSPACE; in term_word()
570 p->flags &= ~TERMP_NOSPACE; in term_word()
647 p->flags |= (TERMP_NOSPACE | TERMP_NONEWLINE); in term_word()
H A Dterm.h83 #define TERMP_NOSPACE (1 << 1) /* No space before words. */ macro
H A Dtbl_term.c177 tp->flags |= TERMP_NOSPACE | TERMP_NONOSPACE; in term_tbl()