Home
last modified time | relevance | path

Searched refs:ROFFT_ROOT (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/mdocml/dist/
H A Dtree.c96 case ROFFT_ROOT: in print_mdoc()
165 case ROFFT_ROOT: in print_mdoc()
233 case ROFFT_ROOT: in print_man()
274 case ROFFT_ROOT: in print_man()
H A Dman_macro.c170 if (n->type == ROFFT_ROOT) in rew_scope()
177 if (n->parent->type == ROFFT_ROOT) { in rew_scope()
431 assert(man->last->type != ROFFT_ROOT); in in_line_eoln()
H A Droff.h61 ROFFT_ROOT, enumerator
H A Dman.c88 while (man->last->parent->type != ROFFT_ROOT && in man_descope()
H A Dman_validate.c146 case ROFFT_ROOT: in man_validate()
H A Dman_term.c209 if (n->parent->type == ROFFT_ROOT || n->parent->tok != MAN_RS) in print_bvspace()
H A Dmdoc_term.c603 if (nn->type == ROFFT_ROOT) in print_bvspace()
H A Dmdoc_validate.c351 case ROFFT_ROOT: in mdoc_validate()
H A Droff.c840 man->meta.first->type = ROFFT_ROOT; in roff_man_alloc1()