Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_validate.c2466 const char *const *testsec; in post_sh_head() local
2513 for (testsec = secnames + 1; *testsec != NULL; testsec++) { in post_sh_head()
2514 dist = similar(nch->string, *testsec); in post_sh_head()
2516 goodsec = *testsec; in post_sh_head()