-static v_post posts_bool[] = { elem_err_eq1, elem_bool, NULL };
-static v_post posts_bd[] = { head_err_eq0, body_warn_ge1, NULL };
-static v_post posts_text[] = { elem_err_ge1, NULL };
-static v_post posts_wtext[] = { elem_warn_ge1, NULL };
-static v_post posts_notext[] = { elem_err_eq0, NULL };
-static v_post posts_wline[] = { head_warn_ge1, body_err_eq0, NULL };
-static v_post posts_sh[] = { head_err_ge1,
- body_warn_ge1, post_sh, NULL };
-static v_post posts_bl[] = { head_err_eq0,
- body_warn_ge1, post_bl, NULL };
+/* Collections of post-child-parse routines. */
+
+static v_post posts_bool[] = { eerr_eq1, ebool, NULL };
+static v_post posts_bd[] = { herr_eq0, bwarn_ge1, NULL };
+static v_post posts_text[] = { eerr_ge1, NULL };
+static v_post posts_wtext[] = { ewarn_ge1, NULL };
+static v_post posts_notext[] = { eerr_eq0, NULL };
+static v_post posts_wline[] = { hwarn_ge1, berr_eq0, NULL };
+static v_post posts_sh[] = { herr_ge1, bwarn_ge1, post_sh, NULL };
+static v_post posts_bl[] = { herr_eq0, bwarn_ge1, post_bl, NULL };