Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dmdoc_term.c330 p->flags |= TERMP_NOSPACE; in print_mdoc_node()
333 p->flags |= TERMP_NOSPACE; in print_mdoc_node()
380 p->flags |= TERMP_NOSPACE; in print_mdoc_node()
415 p->flags |= TERMP_NOSPACE | TERMP_NOBREAK; in print_mdoc_foot()
422 p->flags |= TERMP_NOSPACE; in print_mdoc_foot()
431 p->flags |= TERMP_NOSPACE; in print_mdoc_foot()
480 p->flags |= TERMP_NOBREAK | TERMP_NOSPACE; in print_mdoc_head()
491 p->flags |= TERMP_NOSPACE; in print_mdoc_head()
502 p->flags |= TERMP_NOSPACE; in print_mdoc_head()
509 p->flags &= ~TERMP_NOSPACE; in print_mdoc_head()
[all …]
H A Dman_term.c164 p->flags |= TERMP_NOSPACE; in terminal_man()
270 p->flags |= TERMP_NOSPACE; in pre_literal()
337 p->flags |= TERMP_NOSPACE; in pre_alternate()
358 p->flags |= TERMP_NOSPACE; in pre_OP()
370 p->flags |= TERMP_NOSPACE; in pre_OP()
613 p->flags |= TERMP_NOSPACE; in pre_IP()
707 p->flags |= TERMP_NOSPACE; in pre_TP()
969 p->flags |= TERMP_NOSPACE; in post_UR()
974 p->flags |= TERMP_NOSPACE; in post_UR()
1044 p->flags |= TERMP_NOSPACE; in print_man_node()
[all …]
H A Dterm.c314 p->flags |= TERMP_NOSPACE; in term_newln()
417 if ( ! (TERMP_NOSPACE & p->flags)) { in term_word()
429 p->flags &= ~TERMP_NOSPACE; in term_word()
431 p->flags |= TERMP_NOSPACE; in term_word()
516 p->flags |= TERMP_NOSPACE; in term_word()
H A Dterm.h72 #define TERMP_NOSPACE (1 << 2) /* No space before words. */ macro
H A Dtbl_term.c79 tp->flags |= TERMP_NOSPACE; in term_tbl()