Home
last modified time | relevance | path

Searched refs:roffhash_find (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Droff_int.h81 enum roff_tok roffhash_find(struct ohash *, const char *, size_t);
H A Dman.c193 tok = roffhash_find(man->manmac, buf + ppos, sz); in man_pmacro()
H A Dmdoc.c322 tok = roffhash_find(mdoc->mdocmac, buf + sv, sz); in mdoc_pmacro()
H A Dmdoc_macro.c254 res = roffhash_find(mdoc->mdocmac, p, 0); in lookup()
H A Droff.c678 roffhash_find(struct ohash *htab, const char *name, size_t sz) in roffhash_find() function
2031 t = roffhash_find(r->reqtab, mac, maclen); in roff_parse()
H A Dmdoc_validate.c1835 else if ((tok = roffhash_find(mdoc->mdocmac, *arg, 0)) == TOKEN_NONE) in rewrite_macro2len()