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

/freebsd-13-stable/contrib/mandoc/
H A Dtbl_parse.h23 struct tbl_span;
30 struct tbl_span *tbl_span(struct tbl_node *);
H A Dtbl_int.h34 struct tbl_span *first_span; /* First data row. */
35 struct tbl_span *current_span; /* Data row being parsed. */
36 struct tbl_span *last_span; /* Last data row. */
H A Dout.h64 struct tbl_span;
68 const struct tbl_span *, size_t, size_t);
H A Dtbl.h113 struct tbl_span { struct
115 struct tbl_span *prev; /* Data row above. */
116 struct tbl_span *next; /* Data row below. */
H A Dtbl.c112 struct tbl_span *sp;
153 struct tbl_span *
154 tbl_span(struct tbl_node *tbl) function
156 struct tbl_span *span;
168 struct tbl_span *sp;
H A Dtbl_data.c35 static void getdata(struct tbl_node *, struct tbl_span *,
37 static struct tbl_span *newspan(struct tbl_node *, int,
42 getdata(struct tbl_node *tbl, struct tbl_span *dp,
47 struct tbl_span *pdp;
217 static struct tbl_span *
220 struct tbl_span *dp;
243 struct tbl_span *sp;
H A Dtbl_html.c33 static void html_tblopen(struct html *, const struct tbl_span *);
82 html_tblopen(struct html *h, const struct tbl_span *sp)
113 print_tbl(struct html *h, const struct tbl_span *sp)
117 const struct tbl_span *psp;
H A Dhtml.h114 struct tbl_span;
127 void print_tbl(struct html *, const struct tbl_span *);
H A Dterm.h42 struct tbl_span;
132 void term_tbl(struct termp *, const struct tbl_span *);
H A Dtbl_term.c48 static void tbl_hrule(struct termp *, const struct tbl_span *,
49 const struct tbl_span *, const struct tbl_span *,
162 term_tbl(struct termp *tp, const struct tbl_span *sp)
582 tbl_hrule(struct termp *tp, const struct tbl_span *spp,
583 const struct tbl_span *sp, const struct tbl_span *spn, int flags)
H A Droff.h24 struct tbl_span;
508 struct tbl_span *span; /* TBL */
H A Dtree.c40 static void print_span(const struct tbl_span *, int);
377 print_span(const struct tbl_span *sp, int indent)
H A Dout.c114 tblcalc(struct rofftbl *tbl, const struct tbl_span *sp_first,
119 const struct tbl_span *sp;
H A Droff.c1035 struct tbl_span *span;
1039 while ((span = tbl_span(tbl)) != NULL) {

Completed in 84 milliseconds