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

/illumos-gate/usr/src/cmd/mandoc/
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.h64 struct tbl_span;
68 const struct tbl_span *, size_t);
H A Droff_int.h29 void roff_addtbl(struct roff_man *, const struct tbl_span *);
H A Dlibmandoc.h37 struct tbl_span;
83 const struct tbl_span *roff_span(const struct roff *);
H A Dtbl.c109 struct tbl_span *sp;
148 const struct tbl_span *
149 tbl_span(struct tbl_node *tbl) function
151 struct tbl_span *span;
165 struct tbl_span *sp;
H A Dtbl_html.c31 static void html_tblopen(struct html *, const struct tbl_span *);
51 html_tblopen(struct html *h, const struct tbl_span *sp)
90 print_tbl(struct html *h, const struct tbl_span *sp)
H A Dterm.h109 struct tbl_span;
115 void term_tbl(struct termp *, 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,
163 static struct tbl_span *
166 struct tbl_span *dp;
187 struct tbl_span *dp;
H A Dhtml.h146 struct tbl_span;
157 void print_tbl(struct html *, const struct tbl_span *);
H A Droff.h94 const struct tbl_span *span; /* TBL */
H A Dmandoc.h289 struct tbl_span { struct
294 struct tbl_span *prev;
295 struct tbl_span *next;
H A Dtree.c37 static void print_span(const struct tbl_span *, int);
335 print_span(const struct tbl_span *sp, int indent)
H A Dtbl_term.c42 static void tbl_hrule(struct termp *, const struct tbl_span *, int);
61 term_tbl(struct termp *tp, const struct tbl_span *sp)
217 tbl_hrule(struct termp *tp, const struct tbl_span *sp, int kind)
H A Dout.c107 tblcalc(struct rofftbl *tbl, const struct tbl_span *sp,
H A Droff.c1141 roff_addtbl(struct roff_man *man, const struct tbl_span *tbl)
3322 const struct tbl_span *
3326 return r->tbl ? tbl_span(r->tbl) : NULL;

Completed in 63 milliseconds