Lines Matching defs:DECL_ARGS

32 #define	DECL_ARGS const struct mdoc_meta *meta, struct mdoc_node *n
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_aq(DECL_ARGS);
49 static void post_bd(DECL_ARGS);
50 static void post_bf(DECL_ARGS);
51 static void post_bk(DECL_ARGS);
52 static void post_bl(DECL_ARGS);
53 static void post_dl(DECL_ARGS);
54 static void post_en(DECL_ARGS);
55 static void post_enc(DECL_ARGS);
56 static void post_eo(DECL_ARGS);
57 static void post_fa(DECL_ARGS);
58 static void post_fd(DECL_ARGS);
59 static void post_fl(DECL_ARGS);
60 static void post_fn(DECL_ARGS);
61 static void post_fo(DECL_ARGS);
62 static void post_font(DECL_ARGS);
63 static void post_in(DECL_ARGS);
64 static void post_it(DECL_ARGS);
65 static void post_lb(DECL_ARGS);
66 static void post_nm(DECL_ARGS);
67 static void post_percent(DECL_ARGS);
68 static void post_pf(DECL_ARGS);
69 static void post_sect(DECL_ARGS);
70 static void post_sp(DECL_ARGS);
71 static void post_vt(DECL_ARGS);
72 static int pre__t(DECL_ARGS);
73 static int pre_an(DECL_ARGS);
74 static int pre_ap(DECL_ARGS);
75 static int pre_aq(DECL_ARGS);
76 static int pre_bd(DECL_ARGS);
77 static int pre_bf(DECL_ARGS);
78 static int pre_bk(DECL_ARGS);
79 static int pre_bl(DECL_ARGS);
80 static int pre_br(DECL_ARGS);
81 static int pre_bx(DECL_ARGS);
82 static int pre_dl(DECL_ARGS);
83 static int pre_en(DECL_ARGS);
84 static int pre_enc(DECL_ARGS);
85 static int pre_em(DECL_ARGS);
86 static int pre_skip(DECL_ARGS);
87 static int pre_eo(DECL_ARGS);
88 static int pre_ex(DECL_ARGS);
89 static int pre_fa(DECL_ARGS);
90 static int pre_fd(DECL_ARGS);
91 static int pre_fl(DECL_ARGS);
92 static int pre_fn(DECL_ARGS);
93 static int pre_fo(DECL_ARGS);
94 static int pre_ft(DECL_ARGS);
95 static int pre_in(DECL_ARGS);
96 static int pre_it(DECL_ARGS);
97 static int pre_lk(DECL_ARGS);
98 static int pre_li(DECL_ARGS);
99 static int pre_ll(DECL_ARGS);
100 static int pre_nm(DECL_ARGS);
101 static int pre_no(DECL_ARGS);
102 static int pre_ns(DECL_ARGS);
103 static int pre_pp(DECL_ARGS);
104 static int pre_rs(DECL_ARGS);
105 static int pre_rv(DECL_ARGS);
106 static int pre_sm(DECL_ARGS);
107 static int pre_sp(DECL_ARGS);
108 static int pre_sect(DECL_ARGS);
109 static int pre_sy(DECL_ARGS);
111 static int pre_vt(DECL_ARGS);
112 static int pre_ux(DECL_ARGS);
113 static int pre_xr(DECL_ARGS);
121 static void print_node(DECL_ARGS);
577 print_node(DECL_ARGS)
648 cond_head(DECL_ARGS)
655 cond_body(DECL_ARGS)
662 pre_enc(DECL_ARGS)
675 post_enc(DECL_ARGS)
687 pre_ex(DECL_ARGS)
723 post_font(DECL_ARGS)
730 post_percent(DECL_ARGS)
747 pre__t(DECL_ARGS)
761 post__t(DECL_ARGS)
778 pre_sect(DECL_ARGS)
795 post_sect(DECL_ARGS)
849 pre_an(DECL_ARGS)
872 pre_ap(DECL_ARGS)
882 pre_aq(DECL_ARGS)
892 post_aq(DECL_ARGS)
901 pre_bd(DECL_ARGS)
916 post_bd(DECL_ARGS)
931 pre_bf(DECL_ARGS)
957 post_bf(DECL_ARGS)
965 pre_bk(DECL_ARGS)
980 post_bk(DECL_ARGS)
988 pre_bl(DECL_ARGS)
1023 post_bl(DECL_ARGS)
1055 pre_br(DECL_ARGS)
1063 pre_bx(DECL_ARGS)
1083 pre_dl(DECL_ARGS)
1091 post_dl(DECL_ARGS)
1102 pre_em(DECL_ARGS)
1110 pre_en(DECL_ARGS)
1123 post_en(DECL_ARGS)
1137 pre_eo(DECL_ARGS)
1153 post_eo(DECL_ARGS)
1174 pre_fa(DECL_ARGS)
1196 post_fa(DECL_ARGS)
1204 pre_fd(DECL_ARGS)
1213 post_fd(DECL_ARGS)
1221 pre_fl(DECL_ARGS)
1232 post_fl(DECL_ARGS)
1244 pre_fn(DECL_ARGS)
1270 post_fn(DECL_ARGS)
1281 pre_fo(DECL_ARGS)
1307 post_fo(DECL_ARGS)
1324 pre_ft(DECL_ARGS)
1333 pre_in(DECL_ARGS)
1350 post_in(DECL_ARGS)
1366 pre_it(DECL_ARGS)
1463 post_it(DECL_ARGS)
1525 post_lb(DECL_ARGS)
1533 pre_lk(DECL_ARGS)
1557 pre_ll(DECL_ARGS)
1565 pre_li(DECL_ARGS)
1573 pre_nm(DECL_ARGS)
1600 post_nm(DECL_ARGS)
1619 pre_no(DECL_ARGS)
1627 pre_ns(DECL_ARGS)
1635 post_pf(DECL_ARGS)
1643 pre_pp(DECL_ARGS)
1654 pre_rs(DECL_ARGS)
1665 pre_rv(DECL_ARGS)
1717 pre_skip(DECL_ARGS)
1724 pre_sm(DECL_ARGS)
1741 pre_sp(DECL_ARGS)
1753 post_sp(DECL_ARGS)
1760 pre_sy(DECL_ARGS)
1768 pre_vt(DECL_ARGS)
1787 post_vt(DECL_ARGS)
1796 pre_xr(DECL_ARGS)
1814 pre_ux(DECL_ARGS)