Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dlibmdoc.h79 enum roff_sec mdoc_a2sec(const char *);
H A Dmdoc_state.c232 n->child->next == NULL ? mdoc_a2sec(n->child->string) : in state_sh()
H A Dmdoc_validate.c2945 mdoc_a2sec(const char *p) in mdoc_a2sec() function