Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Deqn_term.c47 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 …]
H A Dmdoc_term.c338 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 …]
H A Dman_term.c177 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 …]
H A Dterm.c309 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()
H A Dterm.h70 #define TERMP_NOSPACE (1 << 2) /* No space before words. */ macro
H A Dtbl_term.c77 tp->flags |= TERMP_NOSPACE; in term_tbl()