Lines Matching refs:roff_node
36 int (*cond)(struct roff_node *);
37 int (*pre)(struct roff_node *);
38 void (*post)(struct roff_node *);
43 static void md_nodelist(struct roff_node *);
44 static void md_node(struct roff_node *);
53 static int md_cond_head(struct roff_node *);
54 static int md_cond_body(struct roff_node *);
56 static int md_pre_abort(struct roff_node *);
57 static int md_pre_raw(struct roff_node *);
58 static int md_pre_word(struct roff_node *);
59 static int md_pre_skip(struct roff_node *);
60 static void md_pre_syn(struct roff_node *);
61 static int md_pre_An(struct roff_node *);
62 static int md_pre_Ap(struct roff_node *);
63 static int md_pre_Bd(struct roff_node *);
64 static int md_pre_Bk(struct roff_node *);
65 static int md_pre_Bl(struct roff_node *);
66 static int md_pre_D1(struct roff_node *);
67 static int md_pre_Dl(struct roff_node *);
68 static int md_pre_En(struct roff_node *);
69 static int md_pre_Eo(struct roff_node *);
70 static int md_pre_Fa(struct roff_node *);
71 static int md_pre_Fd(struct roff_node *);
72 static int md_pre_Fn(struct roff_node *);
73 static int md_pre_Fo(struct roff_node *);
74 static int md_pre_In(struct roff_node *);
75 static int md_pre_It(struct roff_node *);
76 static int md_pre_Lk(struct roff_node *);
77 static int md_pre_Mt(struct roff_node *);
78 static int md_pre_Nd(struct roff_node *);
79 static int md_pre_Nm(struct roff_node *);
80 static int md_pre_No(struct roff_node *);
81 static int md_pre_Ns(struct roff_node *);
82 static int md_pre_Pp(struct roff_node *);
83 static int md_pre_Rs(struct roff_node *);
84 static int md_pre_Sh(struct roff_node *);
85 static int md_pre_Sm(struct roff_node *);
86 static int md_pre_Vt(struct roff_node *);
87 static int md_pre_Xr(struct roff_node *);
88 static int md_pre__R(struct roff_node *);
89 static int md_pre__T(struct roff_node *);
90 static int md_pre_br(struct roff_node *);
92 static void md_post_raw(struct roff_node *);
93 static void md_post_word(struct roff_node *);
94 static void md_post_pc(struct roff_node *);
95 static void md_post_Bk(struct roff_node *);
96 static void md_post_Bl(struct roff_node *);
97 static void md_post_D1(struct roff_node *);
98 static void md_post_En(struct roff_node *);
99 static void md_post_Eo(struct roff_node *);
100 static void md_post_Fa(struct roff_node *);
101 static void md_post_Fd(struct roff_node *);
102 static void md_post_Fl(struct roff_node *);
103 static void md_post_Fn(struct roff_node *);
104 static void md_post_Fo(struct roff_node *);
105 static void md_post_In(struct roff_node *);
106 static void md_post_It(struct roff_node *);
107 static void md_post_Lb(struct roff_node *);
108 static void md_post_Nm(struct roff_node *);
109 static void md_post_Pf(struct roff_node *);
110 static void md_post_Vt(struct roff_node *);
111 static void md_post__T(struct roff_node *);
299 md_nodelist(struct roff_node *n) in md_nodelist()
308 md_node(struct roff_node *n) in md_node()
729 md_cond_head(struct roff_node *n) in md_cond_head()
735 md_cond_body(struct roff_node *n) in md_cond_body()
741 md_pre_abort(struct roff_node *n) in md_pre_abort()
747 md_pre_raw(struct roff_node *n) in md_pre_raw()
761 md_post_raw(struct roff_node *n) in md_post_raw()
774 md_pre_word(struct roff_node *n) in md_pre_word()
786 md_post_word(struct roff_node *n) in md_post_word()
797 md_post_pc(struct roff_node *n) in md_post_pc()
799 struct roff_node *nn; in md_post_pc()
818 md_pre_skip(struct roff_node *n) in md_pre_skip()
824 md_pre_syn(struct roff_node *n) in md_pre_syn()
826 struct roff_node *np; in md_pre_syn()
861 md_pre_An(struct roff_node *n) in md_pre_An()
883 md_pre_Ap(struct roff_node *n) in md_pre_Ap()
892 md_pre_Bd(struct roff_node *n) in md_pre_Bd()
904 md_pre_Bk(struct roff_node *n) in md_pre_Bk()
918 md_post_Bk(struct roff_node *n) in md_post_Bk()
925 md_pre_Bl(struct roff_node *n) in md_pre_Bl()
935 md_post_Bl(struct roff_node *n) in md_post_Bl()
944 md_pre_D1(struct roff_node *n) in md_pre_D1()
962 md_post_D1(struct roff_node *n) in md_post_D1()
973 md_pre_Dl(struct roff_node *n) in md_pre_Dl()
991 md_pre_En(struct roff_node *n) in md_pre_En()
1003 md_post_En(struct roff_node *n) in md_post_En()
1015 md_pre_Eo(struct roff_node *n) in md_pre_Eo()
1030 md_post_Eo(struct roff_node *n) in md_post_Eo()
1047 md_pre_Fa(struct roff_node *n) in md_pre_Fa()
1069 md_post_Fa(struct roff_node *n) in md_post_Fa()
1071 struct roff_node *nn; in md_post_Fa()
1078 md_pre_Fd(struct roff_node *n) in md_pre_Fd()
1086 md_post_Fd(struct roff_node *n) in md_post_Fd()
1093 md_post_Fl(struct roff_node *n) in md_post_Fl()
1095 struct roff_node *nn; in md_post_Fl()
1104 md_pre_Fn(struct roff_node *n) in md_pre_Fn()
1125 md_post_Fn(struct roff_node *n) in md_post_Fn()
1135 md_pre_Fo(struct roff_node *n) in md_pre_Fo()
1157 md_post_Fo(struct roff_node *n) in md_post_Fo()
1173 md_pre_In(struct roff_node *n) in md_pre_In()
1190 md_post_In(struct roff_node *n) in md_post_In()
1203 md_pre_It(struct roff_node *n) in md_pre_It()
1205 struct roff_node *bln; in md_pre_It()
1280 md_post_It(struct roff_node *n) in md_post_It()
1282 struct roff_node *bln; in md_post_It()
1338 md_post_Lb(struct roff_node *n) in md_post_Lb()
1360 md_pre_Lk(struct roff_node *n) in md_pre_Lk()
1362 const struct roff_node *link, *descr, *punct; in md_pre_Lk()
1400 md_pre_Mt(struct roff_node *n) in md_pre_Mt()
1402 const struct roff_node *nch; in md_pre_Mt()
1423 md_pre_Nd(struct roff_node *n) in md_pre_Nd()
1432 md_pre_Nm(struct roff_node *n) in md_pre_Nm()
1450 md_post_Nm(struct roff_node *n) in md_post_Nm()
1466 md_pre_No(struct roff_node *n) in md_pre_No()
1473 md_pre_Ns(struct roff_node *n) in md_pre_Ns()
1480 md_post_Pf(struct roff_node *n) in md_post_Pf()
1487 md_pre_Pp(struct roff_node *n) in md_pre_Pp()
1494 md_pre_Rs(struct roff_node *n) in md_pre_Rs()
1502 md_pre_Sh(struct roff_node *n) in md_pre_Sh()
1523 md_pre_Sm(struct roff_node *n) in md_pre_Sm()
1539 md_pre_Vt(struct roff_node *n) in md_pre_Vt()
1555 md_post_Vt(struct roff_node *n) in md_post_Vt()
1568 md_pre_Xr(struct roff_node *n) in md_pre_Xr()
1585 md_pre__R(struct roff_node *n) in md_pre__R()
1613 md_pre__T(struct roff_node *n) in md_pre__T()
1624 md_post__T(struct roff_node *n) in md_post__T()
1635 md_pre_br(struct roff_node *n) in md_pre_br()