Searched refs:v_post (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/mdocml/
H A Dmdoc_validate.c61 typedef int (*v_post)(POST_ARGS); typedef
65 v_post *post;
134 static v_post posts_an[] = { post_an, NULL };
135 static v_post posts_at[] = { post_at, post_defaults, NULL };
136 static v_post posts_bd[] = { post_literal, hwarn_eq0, bwarn_ge1, NULL };
137 static v_post posts_bf[] = { hwarn_le1, post_bf, NULL };
138 static v_post posts_bk[] = { hwarn_eq0, bwarn_ge1, NULL };
139 static v_post posts_bl[] = { bwarn_ge1, post_bl, NULL };
140 static v_post posts_bx[] = { post_bx, NULL };
141 static v_post posts_boo
[all...]

Completed in 92 milliseconds