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__T(struct roff_node *);
89 static int md_pre_br(struct roff_node *);
91 static void md_post_raw(struct roff_node *);
92 static void md_post_word(struct roff_node *);
93 static void md_post_pc(struct roff_node *);
94 static void md_post_Bk(struct roff_node *);
95 static void md_post_Bl(struct roff_node *);
96 static void md_post_D1(struct roff_node *);
97 static void md_post_En(struct roff_node *);
98 static void md_post_Eo(struct roff_node *);
99 static void md_post_Fa(struct roff_node *);
100 static void md_post_Fd(struct roff_node *);
101 static void md_post_Fl(struct roff_node *);
102 static void md_post_Fn(struct roff_node *);
103 static void md_post_Fo(struct roff_node *);
104 static void md_post_In(struct roff_node *);
105 static void md_post_It(struct roff_node *);
106 static void md_post_Lb(struct roff_node *);
107 static void md_post_Nm(struct roff_node *);
108 static void md_post_Pf(struct roff_node *);
109 static void md_post_Vt(struct roff_node *);
110 static void md_post__T(struct roff_node *);
298 md_nodelist(struct roff_node *n) in md_nodelist()
307 md_node(struct roff_node *n) in md_node()
728 md_cond_head(struct roff_node *n) in md_cond_head()
734 md_cond_body(struct roff_node *n) in md_cond_body()
740 md_pre_abort(struct roff_node *n) in md_pre_abort()
746 md_pre_raw(struct roff_node *n) in md_pre_raw()
760 md_post_raw(struct roff_node *n) in md_post_raw()
773 md_pre_word(struct roff_node *n) in md_pre_word()
785 md_post_word(struct roff_node *n) in md_post_word()
796 md_post_pc(struct roff_node *n) in md_post_pc()
798 struct roff_node *nn; in md_post_pc()
817 md_pre_skip(struct roff_node *n) in md_pre_skip()
823 md_pre_syn(struct roff_node *n) in md_pre_syn()
825 struct roff_node *np; in md_pre_syn()
860 md_pre_An(struct roff_node *n) in md_pre_An()
882 md_pre_Ap(struct roff_node *n) in md_pre_Ap()
891 md_pre_Bd(struct roff_node *n) in md_pre_Bd()
903 md_pre_Bk(struct roff_node *n) in md_pre_Bk()
917 md_post_Bk(struct roff_node *n) in md_post_Bk()
924 md_pre_Bl(struct roff_node *n) in md_pre_Bl()
934 md_post_Bl(struct roff_node *n) in md_post_Bl()
943 md_pre_D1(struct roff_node *n) in md_pre_D1()
961 md_post_D1(struct roff_node *n) in md_post_D1()
972 md_pre_Dl(struct roff_node *n) in md_pre_Dl()
990 md_pre_En(struct roff_node *n) in md_pre_En()
1002 md_post_En(struct roff_node *n) in md_post_En()
1014 md_pre_Eo(struct roff_node *n) in md_pre_Eo()
1029 md_post_Eo(struct roff_node *n) in md_post_Eo()
1046 md_pre_Fa(struct roff_node *n) in md_pre_Fa()
1068 md_post_Fa(struct roff_node *n) in md_post_Fa()
1070 struct roff_node *nn; in md_post_Fa()
1077 md_pre_Fd(struct roff_node *n) in md_pre_Fd()
1085 md_post_Fd(struct roff_node *n) in md_post_Fd()
1092 md_post_Fl(struct roff_node *n) in md_post_Fl()
1094 struct roff_node *nn; in md_post_Fl()
1103 md_pre_Fn(struct roff_node *n) in md_pre_Fn()
1124 md_post_Fn(struct roff_node *n) in md_post_Fn()
1134 md_pre_Fo(struct roff_node *n) in md_pre_Fo()
1156 md_post_Fo(struct roff_node *n) in md_post_Fo()
1172 md_pre_In(struct roff_node *n) in md_pre_In()
1189 md_post_In(struct roff_node *n) in md_post_In()
1202 md_pre_It(struct roff_node *n) in md_pre_It()
1204 struct roff_node *bln; in md_pre_It()
1279 md_post_It(struct roff_node *n) in md_post_It()
1281 struct roff_node *bln; in md_post_It()
1337 md_post_Lb(struct roff_node *n) in md_post_Lb()
1359 md_pre_Lk(struct roff_node *n) in md_pre_Lk()
1361 const struct roff_node *link, *descr, *punct; in md_pre_Lk()
1399 md_pre_Mt(struct roff_node *n) in md_pre_Mt()
1401 const struct roff_node *nch; in md_pre_Mt()
1422 md_pre_Nd(struct roff_node *n) in md_pre_Nd()
1431 md_pre_Nm(struct roff_node *n) in md_pre_Nm()
1449 md_post_Nm(struct roff_node *n) in md_post_Nm()
1465 md_pre_No(struct roff_node *n) in md_pre_No()
1472 md_pre_Ns(struct roff_node *n) in md_pre_Ns()
1479 md_post_Pf(struct roff_node *n) in md_post_Pf()
1486 md_pre_Pp(struct roff_node *n) in md_pre_Pp()
1493 md_pre_Rs(struct roff_node *n) in md_pre_Rs()
1501 md_pre_Sh(struct roff_node *n) in md_pre_Sh()
1522 md_pre_Sm(struct roff_node *n) in md_pre_Sm()
1538 md_pre_Vt(struct roff_node *n) in md_pre_Vt()
1554 md_post_Vt(struct roff_node *n) in md_post_Vt()
1567 md_pre_Xr(struct roff_node *n) in md_pre_Xr()
1584 md_pre__T(struct roff_node *n) in md_pre__T()
1595 md_post__T(struct roff_node *n) in md_post__T()
1606 md_pre_br(struct roff_node *n) in md_pre_br()