Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dread.c131 if (curp->man->mdocmac == NULL) in choose_parser()
132 curp->man->mdocmac = roffhash_alloc(MDOC_Dd, MDOC_MAX); in choose_parser()
677 if (curp->man->mdocmac == NULL) in mparse_alloc()
678 curp->man->mdocmac = roffhash_alloc(MDOC_Dd, MDOC_MAX); in mparse_alloc()
706 roffhash_free(curp->man->mdocmac); in mparse_free()
H A Droff_int.h35 struct ohash *mdocmac; /* Mdoc macro lookup table. */ member
H A Dmdoc.c320 tok = roffhash_find(mdoc->mdocmac, buf + sv, sz); in mdoc_pmacro()
H A Dmdoc_macro.c252 res = roffhash_find(mdoc->mdocmac, p, 0); in lookup()
H A Dmdoc_validate.c1821 else if ((tok = roffhash_find(mdoc->mdocmac, *arg, 0)) == TOKEN_NONE) in rewrite_macro2len()