Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_state.c41 static const state_handler state_handlers[MDOC_MAX - MDOC_Dd] = {
174 assert(n->tok >= MDOC_Dd && n->tok < MDOC_MAX); in mdoc_state()
H A Dmdoc_argv.c147 static const struct mdocarg mdocargs[MDOC_MAX - MDOC_Dd] = {
291 assert(tok >= MDOC_Dd && tok < MDOC_MAX); in mdoc_argv()
H A Dread.c134 curp->man->mdocmac = roffhash_alloc(MDOC_Dd, MDOC_MAX); in choose_parser()
675 curp->man->mdocmac = roffhash_alloc(MDOC_Dd, MDOC_MAX); in mparse_alloc()
H A Droff.h441 MDOC_MAX, enumerator
H A Dmdoc_markdown.c112 static const struct md_act md_acts[MDOC_MAX - MDOC_Dd] = {
264 assert(tok >= MDOC_Dd && tok <= MDOC_MAX); in md_act()
H A Dmdoc_macro.c63 static const struct mdoc_macro mdoc_macros[MDOC_MAX - MDOC_Dd] = {
210 assert(tok >= MDOC_Dd && tok < MDOC_MAX); in mdoc_macro()
H A Dmdoc_man.c144 static const struct mdoc_man_act mdoc_man_acts[MDOC_MAX - MDOC_Dd] = {
301 assert(tok >= MDOC_Dd && tok <= MDOC_MAX); in mdoc_man_act()
H A Dmdoc_html.c118 static const struct mdoc_html_act mdoc_html_acts[MDOC_MAX - MDOC_Dd] = {
418 assert(n->tok >= MDOC_Dd && n->tok < MDOC_MAX); in print_mdoc_node()
H A Dmdoc_term.c123 static const struct mdoc_term_act mdoc_term_acts[MDOC_MAX - MDOC_Dd] = {
399 assert(n->tok >= MDOC_Dd && n->tok < MDOC_MAX); in print_mdoc_node()
H A Dhtml.c819 if (n->tok > MDOC_MAX || in print_otag_id()
H A Dmandocdb.c195 static const struct mdoc_handler mdoc_handlers[MDOC_MAX - MDOC_Dd] = {
1612 assert(n->tok >= MDOC_Dd && n->tok < MDOC_MAX); in parse_mdoc()
H A Dmdoc_validate.c128 static const v_post mdoc_valids[MDOC_MAX - MDOC_Dd] = {
386 assert(n->tok >= MDOC_Dd && n->tok < MDOC_MAX); in mdoc_validate()
H A Droff.c3297 te = MDOC_MAX; in roff_Dd()
4194 for (tok = MDOC_Dd; tok < MDOC_MAX; tok++) { in roff_getstrn()