Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dlibroff.h37 struct tbl_span *first_span;
38 struct tbl_span *current_span;
39 struct tbl_span *last_span;
74 const struct tbl_span *tbl_span(struct tbl_node *);
H A Dtbl_data.c32 static int data(struct tbl_node *, struct tbl_span *,
34 static struct tbl_span *newspan(struct tbl_node *, int,
38 data(struct tbl_node *tbl, struct tbl_span *dp, in data()
181 static struct tbl_span *
184 struct tbl_span *dp; in newspan()
186 dp = mandoc_calloc(1, sizeof(struct tbl_span)); in newspan()
207 struct tbl_span *dp; in tbl_data()
H A Dlibmandoc.h54 int mdoc_addspan(struct mdoc *, const struct tbl_span *);
62 int man_addspan(struct man *, const struct tbl_span *);
83 const struct tbl_span *roff_span(const struct roff *);
H A Dtbl.c93 struct tbl_span *sp; in tbl_free()
143 const struct tbl_span *
144 tbl_span(struct tbl_node *tbl) in tbl_span() function
146 struct tbl_span *span; in tbl_span()
H A Dtbl_html.c30 static void html_tblopen(struct html *, const struct tbl_span *);
51 html_tblopen(struct html *h, const struct tbl_span *sp) in html_tblopen()
90 print_tbl(struct html *h, const struct tbl_span *sp) in print_tbl()
H A Dtbl_term.c38 static void tbl_hframe(struct termp *, const struct tbl_span *, int);
44 static void tbl_hrule(struct termp *, const struct tbl_span *);
63 term_tbl(struct termp *tp, const struct tbl_span *sp) in term_tbl()
219 tbl_hrule(struct termp *tp, const struct tbl_span *sp) in tbl_hrule()
242 tbl_hframe(struct termp *tp, const struct tbl_span *sp, int outer) in tbl_hframe()
H A Dout.h67 void tblcalc(struct rofftbl *tbl, const struct tbl_span *);
H A Dmandoc.h266 struct tbl_span { struct
277 struct tbl_span *next; argument
H A Dtree.c36 static void print_span(const struct tbl_span *, int);
307 print_span(const struct tbl_span *sp, int indent) in print_span()
H A Dman.h100 const struct tbl_span *span; /* TBL */
H A Dterm.h105 void term_tbl(struct termp *, const struct tbl_span *);
H A Dhtml.h147 void print_tbl(struct html *, const struct tbl_span *);
H A Dout.c142 tblcalc(struct rofftbl *tbl, const struct tbl_span *sp) in tblcalc()
H A Dmdoc.h375 const struct tbl_span *span; /* TBL */
H A Dman.c379 man_addspan(struct man *man, const struct tbl_span *sp) in man_addspan()
H A Dread.c290 const struct tbl_span *span; in mparse_buf_r()
H A Dmdoc.c256 mdoc_addspan(struct mdoc *mdoc, const struct tbl_span *sp) in mdoc_addspan()
H A Droff.c1926 const struct tbl_span *
1930 return(r->tbl ? tbl_span(r->tbl) : NULL); in roff_span()