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

/freebsd-current/contrib/mandoc/
H A Droff_int.h35 struct ohash *mdocmac; /* Mdoc macro lookup table. */ member in struct:roff_man
H A Dread.c133 if (curp->man->mdocmac == NULL)
134 curp->man->mdocmac = roffhash_alloc(MDOC_Dd, MDOC_MAX);
674 if (curp->man->mdocmac == NULL)
675 curp->man->mdocmac = roffhash_alloc(MDOC_Dd, MDOC_MAX);
703 roffhash_free(curp->man->mdocmac);
H A Dmdoc.c322 tok = roffhash_find(mdoc->mdocmac, buf + sv, sz);
H A Dmdoc_macro.c254 res = roffhash_find(mdoc->mdocmac, p, 0);
H A Dmdoc_validate.c1876 else if ((tok = roffhash_find(mdoc->mdocmac, *arg, 0)) != TOKEN_NONE)

Completed in 66 milliseconds