Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dman_validate.c60 static int post_vs(CHKARGS);
70 static v_check posts_br[] = { post_vs, check_eq0, NULL };
81 static v_check posts_sp[] = { post_vs, check_le1, NULL };
568 post_vs(CHKARGS) in post_vs() function