Lines Matching defs:POST_ARGS

43 #define	POST_ARGS struct mdoc *mdoc
52 typedef void (*v_post)(POST_ARGS);
68 static void post_an(POST_ARGS);
69 static void post_at(POST_ARGS);
70 static void post_bf(POST_ARGS);
71 static void post_bk(POST_ARGS);
72 static void post_bl(POST_ARGS);
73 static void post_bl_block(POST_ARGS);
74 static void post_bl_block_tag(POST_ARGS);
75 static void post_bl_head(POST_ARGS);
76 static void post_bx(POST_ARGS);
77 static void post_d1(POST_ARGS);
78 static void post_defaults(POST_ARGS);
79 static void post_dd(POST_ARGS);
80 static void post_dt(POST_ARGS);
81 static void post_en(POST_ARGS);
82 static void post_es(POST_ARGS);
83 static void post_eoln(POST_ARGS);
84 static void post_ex(POST_ARGS);
85 static void post_fa(POST_ARGS);
86 static void post_fn(POST_ARGS);
87 static void post_fname(POST_ARGS);
88 static void post_fo(POST_ARGS);
89 static void post_hyph(POST_ARGS);
90 static void post_ignpar(POST_ARGS);
91 static void post_it(POST_ARGS);
92 static void post_lb(POST_ARGS);
93 static void post_literal(POST_ARGS);
94 static void post_nd(POST_ARGS);
95 static void post_nm(POST_ARGS);
96 static void post_ns(POST_ARGS);
97 static void post_os(POST_ARGS);
98 static void post_par(POST_ARGS);
99 static void post_root(POST_ARGS);
100 static void post_rs(POST_ARGS);
101 static void post_sh(POST_ARGS);
102 static void post_sh_head(POST_ARGS);
103 static void post_sh_name(POST_ARGS);
104 static void post_sh_see_also(POST_ARGS);
105 static void post_sh_authors(POST_ARGS);
106 static void post_sm(POST_ARGS);
107 static void post_st(POST_ARGS);
108 static void post_vt(POST_ARGS);
769 post_bf(POST_ARGS)
831 post_lb(POST_ARGS)
851 post_eoln(POST_ARGS)
864 post_fname(POST_ARGS)
879 post_fn(POST_ARGS)
887 post_fo(POST_ARGS)
913 post_fa(POST_ARGS)
934 post_vt(POST_ARGS)
956 post_nm(POST_ARGS)
978 post_nd(POST_ARGS)
995 post_d1(POST_ARGS)
1012 post_literal(POST_ARGS)
1034 post_defaults(POST_ARGS)
1068 post_at(POST_ARGS)
1102 post_an(POST_ARGS)
1118 post_en(POST_ARGS)
1126 post_es(POST_ARGS)
1133 post_it(POST_ARGS)
1201 post_bl_block(POST_ARGS)
1280 post_bl_block_tag(POST_ARGS)
1345 post_bl_head(POST_ARGS)
1407 post_bl(POST_ARGS)
1490 post_bk(POST_ARGS)
1534 post_root(POST_ARGS)
1574 post_st(POST_ARGS)
1595 post_rs(POST_ARGS)
1689 post_hyph(POST_ARGS)
1709 post_ns(POST_ARGS)
1718 post_sh(POST_ARGS)
1748 post_sh_name(POST_ARGS)
1786 post_sh_see_also(POST_ARGS)
1858 post_sh_authors(POST_ARGS)
1867 post_sh_head(POST_ARGS)
1987 post_ignpar(POST_ARGS)
2053 post_par(POST_ARGS)
2116 post_dd(POST_ARGS)
2145 post_dt(POST_ARGS)
2230 post_bx(POST_ARGS)
2246 post_os(POST_ARGS)
2300 post_ex(POST_ARGS)