Home
last modified time | relevance | path

Searched refs:MDOC_MAX (Results 1 – 13 of 13) sorted by relevance

/openbsd/usr.bin/mandoc/
H A Dmdoc_state.c40 static const state_handler state_handlers[MDOC_MAX - MDOC_Dd] = {
173 assert(n->tok >= MDOC_Dd && n->tok < MDOC_MAX); in mdoc_state()
H A Dmdoc_argv.c145 static const struct mdocarg mdocargs[MDOC_MAX - MDOC_Dd] = {
289 assert(tok >= MDOC_Dd && tok < MDOC_MAX); in mdoc_argv()
H A Dread.c132 curp->man->mdocmac = roffhash_alloc(MDOC_Dd, MDOC_MAX); in choose_parser()
678 curp->man->mdocmac = roffhash_alloc(MDOC_Dd, MDOC_MAX); in mparse_alloc()
H A Droff.h441 MDOC_MAX, /* End of mdoc(7) macros. */ enumerator
H A Dmdoc_markdown.c111 static const struct md_act md_acts[MDOC_MAX - MDOC_Dd] = {
263 assert(tok >= MDOC_Dd && tok <= MDOC_MAX); in md_act()
H A Dmdoc_macro.c61 static const struct mdoc_macro mdoc_macros[MDOC_MAX - MDOC_Dd] = {
208 assert(tok >= MDOC_Dd && tok < MDOC_MAX); in mdoc_macro()
H A Dmdoc_html.c117 static const struct mdoc_html_act mdoc_html_acts[MDOC_MAX - MDOC_Dd] = {
417 assert(n->tok >= MDOC_Dd && n->tok < MDOC_MAX); in print_mdoc_node()
H A Dmdoc_man.c142 static const struct mdoc_man_act mdoc_man_acts[MDOC_MAX - MDOC_Dd] = {
299 assert(tok >= MDOC_Dd && tok <= MDOC_MAX); in mdoc_man_act()
H A Dmdoc_term.c121 static const struct mdoc_term_act mdoc_term_acts[MDOC_MAX - MDOC_Dd] = {
395 assert(n->tok >= MDOC_Dd && n->tok < MDOC_MAX); in print_mdoc_node()
H A Dhtml.c826 if (n->tok > MDOC_MAX || in print_otag_id()
H A Dmandocdb.c177 static const struct mdoc_handler mdoc_handlers[MDOC_MAX - MDOC_Dd] = {
1571 assert(n->tok >= MDOC_Dd && n->tok < MDOC_MAX); in parse_mdoc()
H A Dmdoc_validate.c126 static const v_post mdoc_valids[MDOC_MAX - MDOC_Dd] = {
384 assert(n->tok >= MDOC_Dd && n->tok < MDOC_MAX); in mdoc_validate()
H A Droff.c3266 te = MDOC_MAX; in roff_Dd()
4227 for (tok = MDOC_Dd; tok < MDOC_MAX; tok++) { in roff_getstrn()