• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/mandoc/

Lines Matching refs:DECL_ARGS

34 #define	DECL_ARGS const struct roff_meta *meta, struct roff_node *n
36 typedef int (*int_fp)(DECL_ARGS);
37 typedef void (*void_fp)(DECL_ARGS);
47 static int cond_body(DECL_ARGS);
48 static int cond_head(DECL_ARGS);
53 static void post__t(DECL_ARGS);
54 static void post_aq(DECL_ARGS);
55 static void post_bd(DECL_ARGS);
56 static void post_bf(DECL_ARGS);
57 static void post_bk(DECL_ARGS);
58 static void post_bl(DECL_ARGS);
59 static void post_dl(DECL_ARGS);
60 static void post_en(DECL_ARGS);
61 static void post_enc(DECL_ARGS);
62 static void post_eo(DECL_ARGS);
63 static void post_fa(DECL_ARGS);
64 static void post_fd(DECL_ARGS);
65 static void post_fl(DECL_ARGS);
66 static void post_fn(DECL_ARGS);
67 static void post_fo(DECL_ARGS);
68 static void post_font(DECL_ARGS);
69 static void post_in(DECL_ARGS);
70 static void post_it(DECL_ARGS);
71 static void post_lb(DECL_ARGS);
72 static void post_nm(DECL_ARGS);
73 static void post_percent(DECL_ARGS);
74 static void post_pf(DECL_ARGS);
75 static void post_sect(DECL_ARGS);
76 static void post_vt(DECL_ARGS);
77 static int pre__t(DECL_ARGS);
78 static int pre_abort(DECL_ARGS);
79 static int pre_an(DECL_ARGS);
80 static int pre_ap(DECL_ARGS);
81 static int pre_aq(DECL_ARGS);
82 static int pre_bd(DECL_ARGS);
83 static int pre_bf(DECL_ARGS);
84 static int pre_bk(DECL_ARGS);
85 static int pre_bl(DECL_ARGS);
86 static void pre_br(DECL_ARGS);
87 static int pre_dl(DECL_ARGS);
88 static int pre_en(DECL_ARGS);
89 static int pre_enc(DECL_ARGS);
90 static int pre_em(DECL_ARGS);
91 static int pre_skip(DECL_ARGS);
92 static int pre_eo(DECL_ARGS);
93 static int pre_ex(DECL_ARGS);
94 static int pre_fa(DECL_ARGS);
95 static int pre_fd(DECL_ARGS);
96 static int pre_fl(DECL_ARGS);
97 static int pre_fn(DECL_ARGS);
98 static int pre_fo(DECL_ARGS);
99 static void pre_ft(DECL_ARGS);
100 static int pre_Ft(DECL_ARGS);
101 static int pre_in(DECL_ARGS);
102 static int pre_it(DECL_ARGS);
103 static int pre_lk(DECL_ARGS);
104 static int pre_li(DECL_ARGS);
105 static int pre_nm(DECL_ARGS);
106 static int pre_no(DECL_ARGS);
107 static void pre_noarg(DECL_ARGS);
108 static int pre_ns(DECL_ARGS);
109 static void pre_onearg(DECL_ARGS);
110 static int pre_pp(DECL_ARGS);
111 static int pre_rs(DECL_ARGS);
112 static int pre_sm(DECL_ARGS);
113 static void pre_sp(DECL_ARGS);
114 static int pre_sect(DECL_ARGS);
115 static int pre_sy(DECL_ARGS);
117 static void pre_ta(DECL_ARGS);
118 static int pre_vt(DECL_ARGS);
119 static int pre_xr(DECL_ARGS);
127 static void print_node(DECL_ARGS);
639 print_node(DECL_ARGS)
718 cond_head(DECL_ARGS)
725 cond_body(DECL_ARGS)
732 pre_abort(DECL_ARGS)
738 pre_enc(DECL_ARGS)
751 post_enc(DECL_ARGS)
763 pre_ex(DECL_ARGS)
770 post_font(DECL_ARGS)
777 post_percent(DECL_ARGS)
794 pre__t(DECL_ARGS)
806 post__t(DECL_ARGS)
821 pre_sect(DECL_ARGS)
838 post_sect(DECL_ARGS)
888 pre_an(DECL_ARGS)
911 pre_ap(DECL_ARGS)
921 pre_aq(DECL_ARGS)
931 post_aq(DECL_ARGS)
940 pre_bd(DECL_ARGS)
954 post_bd(DECL_ARGS)
984 pre_bf(DECL_ARGS)
1010 post_bf(DECL_ARGS)
1018 pre_bk(DECL_ARGS)
1033 post_bk(DECL_ARGS)
1050 pre_bl(DECL_ARGS)
1085 post_bl(DECL_ARGS)
1117 pre_br(DECL_ARGS)
1123 pre_dl(DECL_ARGS)
1131 post_dl(DECL_ARGS)
1142 pre_em(DECL_ARGS)
1150 pre_en(DECL_ARGS)
1163 post_en(DECL_ARGS)
1177 pre_eo(DECL_ARGS)
1193 post_eo(DECL_ARGS)
1214 pre_fa(DECL_ARGS)
1236 post_fa(DECL_ARGS)
1244 pre_fd(DECL_ARGS)
1253 post_fd(DECL_ARGS)
1261 pre_fl(DECL_ARGS)
1272 post_fl(DECL_ARGS)
1284 pre_fn(DECL_ARGS)
1310 post_fn(DECL_ARGS)
1321 pre_fo(DECL_ARGS)
1347 post_fo(DECL_ARGS)
1364 pre_Ft(DECL_ARGS)
1373 pre_ft(DECL_ARGS)
1381 pre_in(DECL_ARGS)
1398 post_in(DECL_ARGS)
1414 pre_it(DECL_ARGS)
1507 post_it(DECL_ARGS)
1564 post_lb(DECL_ARGS)
1572 pre_lk(DECL_ARGS)
1610 pre_onearg(DECL_ARGS)
1625 pre_li(DECL_ARGS)
1632 pre_nm(DECL_ARGS)
1657 post_nm(DECL_ARGS)
1674 pre_no(DECL_ARGS)
1681 pre_noarg(DECL_ARGS)
1691 pre_ns(DECL_ARGS)
1698 post_pf(DECL_ARGS)
1706 pre_pp(DECL_ARGS)
1717 pre_rs(DECL_ARGS)
1728 pre_skip(DECL_ARGS)
1735 pre_sm(DECL_ARGS)
1752 pre_sp(DECL_ARGS)
1766 pre_sy(DECL_ARGS)
1774 pre_ta(DECL_ARGS)
1783 pre_vt(DECL_ARGS)
1802 post_vt(DECL_ARGS)
1811 pre_xr(DECL_ARGS)