Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dmdoc_validate.c61 typedef int (*v_post)(POST_ARGS); typedef
65 v_post *post;
136 static v_post posts_an[] = { post_an, NULL };
137 static v_post posts_at[] = { post_at, post_defaults, NULL };
138 static v_post posts_bd[] = { post_literal, hwarn_eq0, bwarn_ge1, NULL };
139 static v_post posts_bf[] = { hwarn_le1, post_bf, NULL };
140 static v_post posts_bk[] = { hwarn_eq0, bwarn_ge1, NULL };
141 static v_post posts_bl[] = { bwarn_ge1, post_bl, NULL };
142 static v_post posts_bx[] = { post_bx, NULL };
143 static v_post posts_bool[] = { ebool, NULL };
[all …]