Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dtbl_parse.h23 struct tbl_span;
30 struct tbl_span *tbl_span(struct tbl_node *);
H A Dtbl.c112 struct tbl_span *sp; in tbl_free()
152 struct tbl_span *
153 tbl_span(struct tbl_node *tbl) in tbl_span() function
155 struct tbl_span *span; in tbl_span()
167 struct tbl_span *sp; in tbl_end()
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 Dtbl_data.c36 static void getdata(struct tbl_node *, struct tbl_span *,
38 static struct tbl_span *newspan(struct tbl_node *, int,
43 getdata(struct tbl_node *tbl, struct tbl_span *dp, in getdata()
48 struct tbl_span *pdp; in getdata()
239 static struct tbl_span *
242 struct tbl_span *dp; in newspan()
265 struct tbl_span *sp; in tbl_data()
H A Dtbl.h111 struct tbl_span { struct
113 struct tbl_span *prev; /* Data row above. */ argument
114 struct tbl_span *next; /* Data row below. */ argument
119 postbl_span global() argument
H A Dout.h59 struct tbl_span;
63 const struct tbl_span *, size_t, size_t);
H A Dtbl_html.c37 static void html_tblopen(struct html *, const struct tbl_span *);
55 html_tblopen(struct html *h, const struct tbl_span *sp)
85 print_tbl(struct html *h, const struct tbl_span *sp)
89 const struct tbl_span *psp; in html_tblopen()
H A Dhtml.h120 struct tbl_span;
137 void print_tbl(struct html *, const struct tbl_span *);
H A Dterm.h43 struct tbl_span;
129 void term_tbl(struct termp *, const struct tbl_span *);
H A Dtbl_term.c51 static void tbl_hrule(struct termp *, const struct tbl_span *,
52 const struct tbl_span *, const struct tbl_span *,
156 term_tbl(struct termp *tp, const struct tbl_span *sp)
607 tbl_hrule(struct termp *tp, const struct tbl_span *spp, in tbl_hrule()
608 const struct tbl_span *sp, const struct tbl_span *spn, int flags) in tbl_hrule()
H A Droff.h24 struct tbl_span;
511 struct tbl_span *span; /* TBL */
H A Dtree.c45 static void print_span(const struct tbl_span *, int);
423 print_span(const struct tbl_span *sp, int indent) in print_span()
H A Dout.c117 tblcalc(struct rofftbl *tbl, const struct tbl_span *sp_first, in tblcalc()
121 const struct tbl_span *sp; in tblcalc()
H A Droff.c1034 struct tbl_span *span; in roff_addtbl()
1038 while ((span = tbl_span(tbl)) != NULL) { in roff_addtbl()