Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dmdoc_validate.c2451 const char *goodsec; in post_sh_head() local
2497 goodsec = NULL; in post_sh_head()
2502 goodsec = *testsec; in post_sh_head()
2506 if (goodsec != NULL) in post_sh_head()
2534 goodsec = NULL; in post_sh_head()
2539 goodsec = "2, 3, 4, 9"; in post_sh_head()
2547 if (NULL == goodsec) in post_sh_head()
2548 goodsec = "2, 3, 9"; in post_sh_head()
2553 if (NULL == goodsec) in post_sh_head()
2554 goodsec = "9"; in post_sh_head()
[all …]