Home
last modified time | relevance | path

Searched refs:tbl_dat (Results 1 – 7 of 7) sorted by relevance

/openbsd/usr.bin/mandoc/
H A Dtbl.h93 struct tbl_dat { struct
94 struct tbl_dat *next; /* Data cell to the right. */ argument
117 struct tbl_dat *first; /* Leftmost data cell. */ argument
118 struct tbl_dat *last; /* Rightmost data cell. */
H A Dout.c42 const struct tbl_opts *, const struct tbl_dat *,
45 const struct tbl_dat *, size_t);
47 const struct tbl_opts *, const struct tbl_dat *);
121 const struct tbl_dat *dp; in tblcalc()
419 const struct tbl_opts *opts, const struct tbl_dat *dp, size_t mw) in tblcalc_data()
448 const struct tbl_dat *dp, size_t mw) in tblcalc_literal()
485 const struct tbl_opts *opts, const struct tbl_dat *dp) in tblcalc_number()
H A Dtbl_term.c40 const struct tbl_dat *,
49 static void tbl_literal(struct termp *, const struct tbl_dat *,
52 const struct tbl_dat *,
54 static void tbl_word(struct termp *, const struct tbl_dat *);
163 const struct tbl_dat *dp; in term_tbl()
571 const struct tbl_dat *dpn; /* Data cell below this line. */ in tbl_hrule()
711 const struct tbl_cell *cp, const struct tbl_dat *dp, in tbl_data()
807 tbl_literal(struct termp *tp, const struct tbl_dat *dp, in tbl_literal()
853 const struct tbl_dat *dp, in tbl_number()
919 tbl_word(struct termp *tp, const struct tbl_dat *dp) in tbl_word()
H A Dtbl_data.c44 struct tbl_dat *dat, *pdat; in getdata()
197 struct tbl_dat *dat; in tbl_cdata()
H A Dtbl.c111 struct tbl_dat *dp; in tbl_free()
H A Dtbl_html.c114 const struct tbl_dat *dp; in print_tbl()
H A Dtree.c423 const struct tbl_dat *dp; in print_span()