Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_validate.c64 static void check_toptext(struct roff_man *, int, int, const char *);
356 check_toptext(mdoc, n->line, n->pos, n->string); in mdoc_validate()
482 check_toptext(struct roff_man *mdoc, int ln, int pos, const char *p) in check_toptext() function