Symbol: tbl_span
usr.bin/mandoc/html.h
120
struct tbl_span;
usr.bin/mandoc/html.h
137
void print_tbl(struct html *, const struct tbl_span *);
usr.bin/mandoc/out.c
115
tblcalc(struct rofftbl *tbl, const struct tbl_span *sp_first,
usr.bin/mandoc/out.c
119
const struct tbl_span *sp;
usr.bin/mandoc/out.h
59
struct tbl_span;
usr.bin/mandoc/out.h
63
const struct tbl_span *, size_t, size_t);
usr.bin/mandoc/roff.c
1032
struct tbl_span *span;
usr.bin/mandoc/roff.c
1036
while ((span = tbl_span(tbl)) != NULL) {
usr.bin/mandoc/roff.h
24
struct tbl_span;
usr.bin/mandoc/roff.h
511
struct tbl_span *span; /* TBL */
usr.bin/mandoc/tbl.c
110
struct tbl_span *sp;
usr.bin/mandoc/tbl.c
150
struct tbl_span *
usr.bin/mandoc/tbl.c
153
struct tbl_span *span;
usr.bin/mandoc/tbl.c
165
struct tbl_span *sp;
usr.bin/mandoc/tbl.h
113
struct tbl_span *prev; /* Data row above. */
usr.bin/mandoc/tbl.h
114
struct tbl_span *next; /* Data row below. */
usr.bin/mandoc/tbl_data.c
237
static struct tbl_span *
usr.bin/mandoc/tbl_data.c
240
struct tbl_span *dp;
usr.bin/mandoc/tbl_data.c
263
struct tbl_span *sp;
usr.bin/mandoc/tbl_data.c
34
static void getdata(struct tbl_node *, struct tbl_span *,
usr.bin/mandoc/tbl_data.c
36
static struct tbl_span *newspan(struct tbl_node *, int,
usr.bin/mandoc/tbl_data.c
41
getdata(struct tbl_node *tbl, struct tbl_span *dp,
usr.bin/mandoc/tbl_data.c
46
struct tbl_span *pdp;
usr.bin/mandoc/tbl_html.c
32
static void html_tblopen(struct html *, const struct tbl_span *);
usr.bin/mandoc/tbl_html.c
50
html_tblopen(struct html *h, const struct tbl_span *sp)
usr.bin/mandoc/tbl_html.c
80
print_tbl(struct html *h, const struct tbl_span *sp)
usr.bin/mandoc/tbl_html.c
84
const struct tbl_span *psp;
usr.bin/mandoc/tbl_int.h
34
struct tbl_span *first_span; /* First data row. */
usr.bin/mandoc/tbl_int.h
35
struct tbl_span *current_span; /* Data row being parsed. */
usr.bin/mandoc/tbl_int.h
36
struct tbl_span *last_span; /* Last data row. */
usr.bin/mandoc/tbl_parse.h
23
struct tbl_span;
usr.bin/mandoc/tbl_parse.h
30
struct tbl_span *tbl_span(struct tbl_node *);
usr.bin/mandoc/tbl_term.c
151
term_tbl(struct termp *tp, const struct tbl_span *sp)
usr.bin/mandoc/tbl_term.c
46
static void tbl_hrule(struct termp *, const struct tbl_span *,
usr.bin/mandoc/tbl_term.c
47
const struct tbl_span *, const struct tbl_span *,
usr.bin/mandoc/tbl_term.c
602
tbl_hrule(struct termp *tp, const struct tbl_span *spp,
usr.bin/mandoc/tbl_term.c
603
const struct tbl_span *sp, const struct tbl_span *spn, int flags)
usr.bin/mandoc/term.h
130
void term_tbl(struct termp *, const struct tbl_span *);
usr.bin/mandoc/term.h
43
struct tbl_span;
usr.bin/mandoc/tree.c
421
print_span(const struct tbl_span *sp, int indent)
usr.bin/mandoc/tree.c
43
static void print_span(const struct tbl_span *, int);