Lines Matching defs:POST_ARGS
48 #define POST_ARGS struct roff_man *mdoc
56 typedef void (*v_post)(POST_ARGS);
70 static void post_abort(POST_ARGS) __attribute__((__noreturn__));
71 static void post_an(POST_ARGS);
72 static void post_an_norm(POST_ARGS);
73 static void post_at(POST_ARGS);
74 static void post_bd(POST_ARGS);
75 static void post_bf(POST_ARGS);
76 static void post_bk(POST_ARGS);
77 static void post_bl(POST_ARGS);
78 static void post_bl_block(POST_ARGS);
79 static void post_bl_head(POST_ARGS);
80 static void post_bl_norm(POST_ARGS);
81 static void post_bx(POST_ARGS);
82 static void post_defaults(POST_ARGS);
83 static void post_display(POST_ARGS);
84 static void post_dd(POST_ARGS);
85 static void post_delim(POST_ARGS);
86 static void post_delim_nb(POST_ARGS);
87 static void post_dt(POST_ARGS);
88 static void post_em(POST_ARGS);
89 static void post_en(POST_ARGS);
90 static void post_er(POST_ARGS);
91 static void post_es(POST_ARGS);
92 static void post_eoln(POST_ARGS);
93 static void post_ex(POST_ARGS);
94 static void post_fa(POST_ARGS);
95 static void post_fl(POST_ARGS);
96 static void post_fn(POST_ARGS);
97 static void post_fname(POST_ARGS);
98 static void post_fo(POST_ARGS);
99 static void post_hyph(POST_ARGS);
100 static void post_it(POST_ARGS);
101 static void post_lb(POST_ARGS);
102 static void post_nd(POST_ARGS);
103 static void post_nm(POST_ARGS);
104 static void post_ns(POST_ARGS);
105 static void post_obsolete(POST_ARGS);
106 static void post_os(POST_ARGS);
107 static void post_par(POST_ARGS);
108 static void post_prevpar(POST_ARGS);
109 static void post_root(POST_ARGS);
110 static void post_rs(POST_ARGS);
111 static void post_rv(POST_ARGS);
112 static void post_section(POST_ARGS);
113 static void post_sh(POST_ARGS);
114 static void post_sh_head(POST_ARGS);
115 static void post_sh_name(POST_ARGS);
116 static void post_sh_see_also(POST_ARGS);
117 static void post_sh_authors(POST_ARGS);
118 static void post_sm(POST_ARGS);
119 static void post_st(POST_ARGS);
120 static void post_std(POST_ARGS);
121 static void post_sx(POST_ARGS);
122 static void post_tag(POST_ARGS);
123 static void post_tg(POST_ARGS);
124 static void post_useless(POST_ARGS);
125 static void post_xr(POST_ARGS);
126 static void post_xx(POST_ARGS);
512 post_abort(POST_ARGS)
518 post_delim(POST_ARGS)
545 post_delim_nb(POST_ARGS)
638 post_bl_norm(POST_ARGS)
808 post_bd(POST_ARGS)
882 post_an_norm(POST_ARGS)
908 post_eoln(POST_ARGS)
955 post_ex(POST_ARGS)
992 post_lb(POST_ARGS)
1025 post_rv(POST_ARGS)
1064 post_std(POST_ARGS)
1080 post_st(POST_ARGS)
1104 post_tg(POST_ARGS)
1224 post_obsolete(POST_ARGS)
1235 post_useless(POST_ARGS)
1249 post_bf(POST_ARGS)
1313 post_fname(POST_ARGS)
1339 post_fn(POST_ARGS)
1346 post_fo(POST_ARGS)
1372 post_fa(POST_ARGS)
1393 post_nm(POST_ARGS)
1435 post_nd(POST_ARGS)
1456 post_display(POST_ARGS)
1502 post_defaults(POST_ARGS)
1530 post_at(POST_ARGS)
1560 post_an(POST_ARGS)
1580 post_em(POST_ARGS)
1587 post_en(POST_ARGS)
1595 post_er(POST_ARGS)
1609 post_tag(POST_ARGS)
1626 post_es(POST_ARGS)
1633 post_fl(POST_ARGS)
1656 post_xx(POST_ARGS)
1708 post_it(POST_ARGS)
1785 post_bl_block(POST_ARGS)
1890 post_bl_head(POST_ARGS)
1953 post_bl(POST_ARGS)
2076 post_bk(POST_ARGS)
2089 post_sm(POST_ARGS)
2118 post_root(POST_ARGS)
2176 post_rs(POST_ARGS)
2268 post_hyph(POST_ARGS)
2292 post_ns(POST_ARGS)
2303 post_sx(POST_ARGS)
2310 post_sh(POST_ARGS)
2339 post_sh_name(POST_ARGS)
2386 post_sh_see_also(POST_ARGS)
2457 post_sh_authors(POST_ARGS)
2507 post_sh_head(POST_ARGS)
2624 post_xr(POST_ARGS)
2645 post_section(POST_ARGS)
2696 post_prevpar(POST_ARGS)
2726 post_par(POST_ARGS)
2740 post_dd(POST_ARGS)
2766 post_dt(POST_ARGS)
2863 post_bx(POST_ARGS)
2916 post_os(POST_ARGS)