Home
last modified time | relevance | path

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

/netbsd/external/bsd/mdocml/dist/
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.c470 p->flags |= TERMP_NOSPACE; in print_mdoc_foot()
479 p->flags |= TERMP_NOSPACE; in print_mdoc_foot()
533 p->flags |= TERMP_NOSPACE; in print_mdoc_head()
544 p->flags |= TERMP_NOSPACE; in print_mdoc_head()
759 p->flags |= TERMP_NOSPACE; in termp_it_pre()
774 p->flags |= TERMP_NOSPACE; in termp_it_pre()
1158 p->flags |= TERMP_NOSPACE; in termp_xr_pre()
1160 p->flags |= TERMP_NOSPACE; in termp_xr_pre()
1165 p->flags |= TERMP_NOSPACE; in termp_xr_pre()
1389 p->flags |= TERMP_NOSPACE; in termp_fn_pre()
[all …]
H A Dman_term.c182 p->flags |= TERMP_NOSPACE; in terminal_man()
252 p->flags |= TERMP_NOSPACE; in pre_literal()
315 p->flags |= TERMP_NOSPACE; in pre_alternate()
343 p->flags |= TERMP_NOSPACE; in pre_OP()
509 p->flags |= TERMP_NOSPACE; in pre_IP()
583 p->flags |= TERMP_NOSPACE; in pre_TP()
885 p->flags |= TERMP_NOSPACE; in post_UR()
890 p->flags |= TERMP_NOSPACE; in post_UR()
1049 p->flags |= TERMP_NOSPACE; in print_man_foot()
1057 p->flags |= TERMP_NOSPACE; in print_man_foot()
[all …]
H A Droff_term.c74 p->flags |= TERMP_NOSPACE; in roff_term_pre_br()
99 p->flags |= TERMP_NOSPACE; in roff_term_pre_ce()
145 p->flags &= ~(TERMP_NOBREAK | TERMP_NOSPACE); in roff_term_pre_mc()
H A Dterm.c424 p->flags |= TERMP_NOBUF | TERMP_NOSPACE; in endline()
442 p->flags |= TERMP_NOSPACE; in term_newln()
535 if ((p->flags & TERMP_NOSPACE) == 0) { in term_word()
546 p->flags |= TERMP_NOSPACE; in term_word()
548 p->flags &= ~TERMP_NOSPACE; in term_word()
618 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.c173 tp->flags |= TERMP_NOSPACE | TERMP_NONOSPACE; in term_tbl()