Searched refs:tbl_span (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | tbl_parse.h | 23 struct tbl_span; 30 struct tbl_span *tbl_span(struct tbl_node *);
|
H A D | tbl.c | 112 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 D | tbl_int.h | 34 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 D | tbl_data.c | 36 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 D | tbl.h | 111 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 D | out.h | 59 struct tbl_span; 63 const struct tbl_span *, size_t, size_t);
|
H A D | tbl_html.c | 37 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 D | html.h | 120 struct tbl_span; 137 void print_tbl(struct html *, const struct tbl_span *);
|
H A D | term.h | 43 struct tbl_span; 129 void term_tbl(struct termp *, const struct tbl_span *);
|
H A D | tbl_term.c | 51 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 D | roff.h | 24 struct tbl_span; 511 struct tbl_span *span; /* TBL */
|
H A D | tree.c | 45 static void print_span(const struct tbl_span *, int); 423 print_span(const struct tbl_span *sp, int indent) in print_span()
|
H A D | out.c | 117 tblcalc(struct rofftbl *tbl, const struct tbl_span *sp_first, in tblcalc() 121 const struct tbl_span *sp; in tblcalc()
|
H A D | roff.c | 1034 struct tbl_span *span; in roff_addtbl() 1038 while ((span = tbl_span(tbl)) != NULL) { in roff_addtbl()
|