Searched refs:tbl_span (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/mdocml/
H A Dlibroff.h34 struct tbl_span *first_span;
35 struct tbl_span *current_span;
36 struct tbl_span *last_span;
73 const struct tbl_span *tbl_span(struct tbl_node *);
H A Dout.h68 struct tbl_span;
72 const struct tbl_span *, size_t, size_t);
H A Dtbl.c108 struct tbl_span *sp;
148 const struct tbl_span *
149 tbl_span(struct tbl_node *tbl) function
151 struct tbl_span *span;
164 struct tbl_span *sp;
H A Dhtml.h117 struct tbl_span;
129 void print_tbl(struct html *, const struct tbl_span *);
H A Dtbl_data.c33 static void getdata(struct tbl_node *, struct tbl_span *,
35 static struct tbl_span *newspan(struct tbl_node *, int,
40 getdata(struct tbl_node *tbl, struct tbl_span *dp,
171 static struct tbl_span *
174 struct tbl_span *dp;
197 struct tbl_span *sp;
H A Dtbl_html.c31 static void html_tblopen(struct html *, const struct tbl_span *);
80 html_tblopen(struct html *h, const struct tbl_span *sp)
111 print_tbl(struct html *h, const struct tbl_span *sp)
H A Dterm.h42 struct tbl_span;
130 void term_tbl(struct termp *, const struct tbl_span *);
H A Dmandoc.h325 struct tbl_span { struct
330 struct tbl_span *prev;
331 struct tbl_span *next;
H A Dtree.c38 static void print_span(const struct tbl_span *, int);
361 print_span(const struct tbl_span *sp, int indent)
H A Droff.h501 const struct tbl_span *span; /* TBL */
H A Dout.c106 tblcalc(struct rofftbl *tbl, const struct tbl_span *sp,
H A Dtbl_term.c47 static void tbl_hrule(struct termp *, const struct tbl_span *, int);
73 term_tbl(struct termp *tp, const struct tbl_span *sp)
458 tbl_hrule(struct termp *tp, const struct tbl_span *sp, int kind)
H A Droff.c987 const struct tbl_span *span;
991 while ((span = tbl_span(tbl)) != NULL) {

Completed in 74 milliseconds