Searched refs:tbl_span (Results 1 – 18 of 18) sorted by relevance
/titanic_44/usr/src/cmd/mandoc/ |
H A D | libroff.h | 37 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 D | tbl_data.c | 32 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 D | libmandoc.h | 54 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 D | tbl.c | 93 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 D | tbl_html.c | 30 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 D | tbl_term.c | 38 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 D | out.h | 67 void tblcalc(struct rofftbl *tbl, const struct tbl_span *);
|
H A D | mandoc.h | 266 struct tbl_span { struct 277 struct tbl_span *next; argument
|
H A D | tree.c | 36 static void print_span(const struct tbl_span *, int); 307 print_span(const struct tbl_span *sp, int indent) in print_span()
|
H A D | man.h | 100 const struct tbl_span *span; /* TBL */
|
H A D | term.h | 105 void term_tbl(struct termp *, const struct tbl_span *);
|
H A D | html.h | 147 void print_tbl(struct html *, const struct tbl_span *);
|
H A D | out.c | 142 tblcalc(struct rofftbl *tbl, const struct tbl_span *sp) in tblcalc()
|
H A D | mdoc.h | 375 const struct tbl_span *span; /* TBL */
|
H A D | man.c | 379 man_addspan(struct man *man, const struct tbl_span *sp) in man_addspan()
|
H A D | read.c | 290 const struct tbl_span *span; in mparse_buf_r()
|
H A D | mdoc.c | 256 mdoc_addspan(struct mdoc *mdoc, const struct tbl_span *sp) in mdoc_addspan()
|
H A D | roff.c | 1926 const struct tbl_span * 1930 return(r->tbl ? tbl_span(r->tbl) : NULL); in roff_span()
|