Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/mdocml/dist/
Dtbl.c112 struct tbl_span *sp; in tbl_free()
153 struct tbl_span *
154 tbl_span(struct tbl_node *tbl) in tbl_span() function
156 struct tbl_span *span; in tbl_span()
168 struct tbl_span *sp; in tbl_end()
Dtbl_parse.h23 struct tbl_span;
30 struct tbl_span *tbl_span(struct tbl_node *);
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, in getdata()
47 struct tbl_span *pdp; in getdata()
217 static struct tbl_span *
220 struct tbl_span *dp; in newspan()
243 struct tbl_span *sp; in tbl_data()
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. */
Dtbl.h113 struct tbl_span { struct
115 struct tbl_span *prev; /* Data row above. */ argument
116 struct tbl_span *next; /* Data row below. */ argument
Dtbl_html.c32 static void html_tblopen(struct html *, const struct tbl_span *);
81 html_tblopen(struct html *h, const struct tbl_span *sp) in html_tblopen()
112 print_tbl(struct html *h, const struct tbl_span *sp) in print_tbl()
116 const struct tbl_span *psp; in print_tbl()
Dout.h64 struct tbl_span;
68 const struct tbl_span *, size_t, size_t);
Dhtml.h123 struct tbl_span;
137 void print_tbl(struct html *, const struct tbl_span *);
Dterm.h42 struct tbl_span;
132 void term_tbl(struct termp *, const struct tbl_span *);
Dtbl_term.c48 static void tbl_hrule(struct termp *, const struct tbl_span *,
49 const struct tbl_span *, int);
161 term_tbl(struct termp *tp, const struct tbl_span *sp) in term_tbl()
581 tbl_hrule(struct termp *tp, const struct tbl_span *spp, in tbl_hrule()
582 const struct tbl_span *spn, int flags) in tbl_hrule()
Droff.h24 struct tbl_span;
508 struct tbl_span *span; /* TBL */
Dtree.c40 static void print_span(const struct tbl_span *, int);
377 print_span(const struct tbl_span *sp, int indent) in print_span()
Dout.c114 tblcalc(struct rofftbl *tbl, const struct tbl_span *sp_first, in tblcalc()
119 const struct tbl_span *sp; in tblcalc()
Droff.c1031 struct tbl_span *span; in roff_addtbl()
1035 while ((span = tbl_span(tbl)) != NULL) { in roff_addtbl()