Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dmdoc_validate.c108 static int post_literal(POST_ARGS);
138 static v_post posts_bd[] = { post_literal, hwarn_eq0, bwarn_ge1, NULL };
148 static v_post posts_dl[] = { post_literal, bwarn_ge1, NULL };
1154 post_literal(POST_ARGS) in post_literal() function