Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/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.c273 p->flags |= TERMP_NOSPACE; in terminal_mdoc()
377 p->flags |= TERMP_NOSPACE; in print_mdoc_node()
380 p->flags |= TERMP_NOSPACE; in print_mdoc_node()
384 p->flags |= TERMP_NOSPACE; in print_mdoc_node()
387 p->flags |= TERMP_NOSPACE; in print_mdoc_node()
465 p->flags |= TERMP_NOSPACE | TERMP_NOBREAK; in print_mdoc_foot()
473 p->flags |= TERMP_NOSPACE; in print_mdoc_foot()
482 p->flags |= TERMP_NOSPACE; in print_mdoc_foot()
526 p->flags |= TERMP_NOBREAK | TERMP_NOSPACE; in print_mdoc_head()
536 p->flags |= TERMP_NOSPACE; in print_mdoc_head()
[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()
326 p->flags |= TERMP_NOSPACE; in pre_alternate()
342 p->flags |= TERMP_KEEP | TERMP_NOSPACE; in pre_OP()
354 p->flags |= TERMP_NOSPACE; in pre_OP()
520 p->flags |= TERMP_NOSPACE; in pre_IP()
594 p->flags |= TERMP_NOSPACE; in pre_TP()
848 p->flags |= TERMP_NOSPACE; in pre_SY()
888 p->flags |= TERMP_NOSPACE; in post_UR()
[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()