Lines Matching refs:DECL_ARGS

31 #define	DECL_ARGS const struct mdoc_meta *meta, \  macro
35 int (*cond)(DECL_ARGS); /* DON'T run actions */
36 int (*pre)(DECL_ARGS); /* pre-node action */
37 void (*post)(DECL_ARGS); /* post-node action */
42 static int cond_body(DECL_ARGS);
43 static int cond_head(DECL_ARGS);
47 static void post__t(DECL_ARGS);
48 static void post_bd(DECL_ARGS);
49 static void post_bf(DECL_ARGS);
50 static void post_bk(DECL_ARGS);
51 static void post_bl(DECL_ARGS);
52 static void post_dl(DECL_ARGS);
53 static void post_enc(DECL_ARGS);
54 static void post_eo(DECL_ARGS);
55 static void post_fa(DECL_ARGS);
56 static void post_fd(DECL_ARGS);
57 static void post_fl(DECL_ARGS);
58 static void post_fn(DECL_ARGS);
59 static void post_fo(DECL_ARGS);
60 static void post_font(DECL_ARGS);
61 static void post_in(DECL_ARGS);
62 static void post_it(DECL_ARGS);
63 static void post_lb(DECL_ARGS);
64 static void post_nm(DECL_ARGS);
65 static void post_percent(DECL_ARGS);
66 static void post_pf(DECL_ARGS);
67 static void post_sect(DECL_ARGS);
68 static void post_sp(DECL_ARGS);
69 static void post_vt(DECL_ARGS);
70 static int pre__t(DECL_ARGS);
71 static int pre_an(DECL_ARGS);
72 static int pre_ap(DECL_ARGS);
73 static int pre_bd(DECL_ARGS);
74 static int pre_bf(DECL_ARGS);
75 static int pre_bk(DECL_ARGS);
76 static int pre_bl(DECL_ARGS);
77 static int pre_br(DECL_ARGS);
78 static int pre_bx(DECL_ARGS);
79 static int pre_dl(DECL_ARGS);
80 static int pre_enc(DECL_ARGS);
81 static int pre_em(DECL_ARGS);
82 static int pre_fa(DECL_ARGS);
83 static int pre_fd(DECL_ARGS);
84 static int pre_fl(DECL_ARGS);
85 static int pre_fn(DECL_ARGS);
86 static int pre_fo(DECL_ARGS);
87 static int pre_ft(DECL_ARGS);
88 static int pre_in(DECL_ARGS);
89 static int pre_it(DECL_ARGS);
90 static int pre_lk(DECL_ARGS);
91 static int pre_li(DECL_ARGS);
92 static int pre_nm(DECL_ARGS);
93 static int pre_no(DECL_ARGS);
94 static int pre_ns(DECL_ARGS);
95 static int pre_pp(DECL_ARGS);
96 static int pre_rs(DECL_ARGS);
97 static int pre_sm(DECL_ARGS);
98 static int pre_sp(DECL_ARGS);
99 static int pre_sect(DECL_ARGS);
100 static int pre_sy(DECL_ARGS);
102 static int pre_vt(DECL_ARGS);
103 static int pre_ux(DECL_ARGS);
104 static int pre_xr(DECL_ARGS);
112 static void print_node(DECL_ARGS);
562 print_node(DECL_ARGS) in print_node() argument
619 cond_head(DECL_ARGS) in cond_head() argument
626 cond_body(DECL_ARGS) in cond_body() argument
633 pre_enc(DECL_ARGS) in pre_enc() argument
646 post_enc(DECL_ARGS) in post_enc() argument
658 post_font(DECL_ARGS) in post_font() argument
665 post_percent(DECL_ARGS) in post_percent() argument
682 pre__t(DECL_ARGS) in pre__t() argument
696 post__t(DECL_ARGS) in post__t() argument
713 pre_sect(DECL_ARGS) in pre_sect() argument
730 post_sect(DECL_ARGS) in post_sect() argument
784 pre_an(DECL_ARGS) in pre_an() argument
807 pre_ap(DECL_ARGS) in pre_ap() argument
817 pre_bd(DECL_ARGS) in pre_bd() argument
832 post_bd(DECL_ARGS) in post_bd() argument
847 pre_bf(DECL_ARGS) in pre_bf() argument
873 post_bf(DECL_ARGS) in post_bf() argument
881 pre_bk(DECL_ARGS) in pre_bk() argument
896 post_bk(DECL_ARGS) in post_bk() argument
904 pre_bl(DECL_ARGS) in pre_bl() argument
937 post_bl(DECL_ARGS) in post_bl() argument
968 pre_br(DECL_ARGS) in pre_br() argument
976 pre_bx(DECL_ARGS) in pre_bx() argument
996 pre_dl(DECL_ARGS) in pre_dl() argument
1004 post_dl(DECL_ARGS) in post_dl() argument
1015 pre_em(DECL_ARGS) in pre_em() argument
1023 post_eo(DECL_ARGS) in post_eo() argument
1031 pre_fa(DECL_ARGS) in pre_fa() argument
1053 post_fa(DECL_ARGS) in post_fa() argument
1061 pre_fd(DECL_ARGS) in pre_fd() argument
1070 post_fd(DECL_ARGS) in post_fd() argument
1078 pre_fl(DECL_ARGS) in pre_fl() argument
1088 post_fl(DECL_ARGS) in post_fl() argument
1098 pre_fn(DECL_ARGS) in pre_fn() argument
1124 post_fn(DECL_ARGS) in post_fn() argument
1135 pre_fo(DECL_ARGS) in pre_fo() argument
1159 post_fo(DECL_ARGS) in post_fo() argument
1175 pre_ft(DECL_ARGS) in pre_ft() argument
1184 pre_in(DECL_ARGS) in pre_in() argument
1201 post_in(DECL_ARGS) in post_in() argument
1217 pre_it(DECL_ARGS) in pre_it() argument
1311 post_it(DECL_ARGS) in post_it() argument
1373 post_lb(DECL_ARGS) in post_lb() argument
1381 pre_lk(DECL_ARGS) in pre_lk() argument
1405 pre_li(DECL_ARGS) in pre_li() argument
1413 pre_nm(DECL_ARGS) in pre_nm() argument
1440 post_nm(DECL_ARGS) in post_nm() argument
1458 pre_no(DECL_ARGS) in pre_no() argument
1466 pre_ns(DECL_ARGS) in pre_ns() argument
1474 post_pf(DECL_ARGS) in post_pf() argument
1481 pre_pp(DECL_ARGS) in pre_pp() argument
1492 pre_rs(DECL_ARGS) in pre_rs() argument
1503 pre_sm(DECL_ARGS) in pre_sm() argument
1515 pre_sp(DECL_ARGS) in pre_sp() argument
1527 post_sp(DECL_ARGS) in post_sp() argument
1534 pre_sy(DECL_ARGS) in pre_sy() argument
1542 pre_vt(DECL_ARGS) in pre_vt() argument
1561 post_vt(DECL_ARGS) in post_vt() argument
1570 pre_xr(DECL_ARGS) in pre_xr() argument
1588 pre_ux(DECL_ARGS) in pre_ux() argument