Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mandoc/
Droff_int.h82 enum roff_tok roffhash_find(struct ohash *, const char *, size_t);
Dman.c193 tok = roffhash_find(man->manmac, buf + ppos, sz); in man_pmacro()
Dmdoc.c320 tok = roffhash_find(mdoc->mdocmac, buf + sv, sz); in mdoc_pmacro()
Dmdoc_macro.c252 res = roffhash_find(mdoc->mdocmac, p, 0); in lookup()
Droff.c670 roffhash_find(struct ohash *htab, const char *name, size_t sz) in roffhash_find() function
2010 t = roffhash_find(r->reqtab, mac, maclen); in roff_parse()
Dmdoc_validate.c1821 else if ((tok = roffhash_find(mdoc->mdocmac, *arg, 0)) == TOKEN_NONE) in rewrite_macro2len()