Home
last modified time | relevance | path

Searched refs:ROFF_sp (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Droff_validate.c85 case ROFF_sp: in roff_valid_br()
H A Dman_validate.c351 if (nc->tok == MAN_PP || nc->tok == ROFF_sp || nc->tok == ROFF_br) { in post_SH()
399 (n->child->tok == ROFF_sp || n->child->tok == ROFF_br)) { in check_par()
H A Dman.c135 roff_elem_alloc(man, line, offs, ROFF_sp); in man_ptext()
H A Droff.h83 ROFF_sp, enumerator
H A Dmdoc.c257 roff_elem_alloc(mdoc, line, offs, ROFF_sp); in mdoc_ptext()
H A Dmdoc_markdown.c342 case ROFF_sp: in md_node()
H A Droff.c1923 t == ROFF_br || t == ROFF_ce || t == ROFF_rj || t == ROFF_sp)) { in roff_parseln()
3502 (tok == ROFF_ce || tok == ROFF_rj || tok == ROFF_sp || in roff_onearg()
H A Dmdoc_validate.c2637 nch->tok == ROFF_sp)) { in post_section()