Searched refs:post_hyph (Results 1 – 1 of 1) sorted by relevance
/minix/external/bsd/mdocml/dist/ |
H A D | mdoc_validate.c | 104 static int post_hyph(POST_ARGS); 146 static v_post posts_d1[] = { bwarn_ge1, post_hyph, NULL }; 151 static v_post posts_hyph[] = { post_hyph, NULL }; 152 static v_post posts_hyphtext[] = { ewarn_ge1, post_hyph, NULL }; 155 static v_post posts_nd[] = { berr_ge1, post_hyph, NULL }; 162 static v_post posts_sh[] = { post_ignpar,hwarn_ge1,post_sh,post_hyph,NULL }; 164 static v_post posts_ss[] = { post_ignpar, hwarn_ge1, post_hyph, NULL }; 1879 post_hyph(POST_ARGS) in post_hyph() function
|