Searched refs:tbl_span (Results 1 - 15 of 15) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | libroff.h | 34 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 D | out.h | 64 struct tbl_span; 68 const struct tbl_span *, size_t);
|
H A D | roff_int.h | 29 void roff_addtbl(struct roff_man *, const struct tbl_span *);
|
H A D | libmandoc.h | 37 struct tbl_span; 83 const struct tbl_span *roff_span(const struct roff *);
|
H A D | tbl.c | 109 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 D | tbl_html.c | 31 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 D | term.h | 109 struct tbl_span; 115 void term_tbl(struct termp *, const struct tbl_span *);
|
H A D | tbl_data.c | 33 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 D | html.h | 146 struct tbl_span; 157 void print_tbl(struct html *, const struct tbl_span *);
|
H A D | roff.h | 94 const struct tbl_span *span; /* TBL */
|
H A D | mandoc.h | 289 struct tbl_span { struct 294 struct tbl_span *prev; 295 struct tbl_span *next;
|
H A D | tree.c | 37 static void print_span(const struct tbl_span *, int); 335 print_span(const struct tbl_span *sp, int indent)
|
H A D | tbl_term.c | 42 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 D | out.c | 107 tblcalc(struct rofftbl *tbl, const struct tbl_span *sp,
|
H A D | roff.c | 1141 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 102 milliseconds