Searched refs:roffhash_find (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | roff_int.h | 81 enum roff_tok roffhash_find(struct ohash *, const char *, size_t);
|
H A D | man.c | 193 tok = roffhash_find(man->manmac, buf + ppos, sz); in man_pmacro()
|
H A D | mdoc.c | 322 tok = roffhash_find(mdoc->mdocmac, buf + sv, sz); in mdoc_pmacro()
|
H A D | mdoc_macro.c | 254 res = roffhash_find(mdoc->mdocmac, p, 0); in lookup()
|
H A D | roff.c | 678 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 D | mdoc_validate.c | 1835 else if ((tok = roffhash_find(mdoc->mdocmac, *arg, 0)) == TOKEN_NONE) in rewrite_macro2len()
|