Searched refs:tbl_opts (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | tbl.h | 19 struct tbl_opts { struct 114 struct tbl_opts *opts; /* Options for the table as a whole. */
|
H A D | out.c | 41 const struct tbl_opts *, const struct tbl_dat *, 46 const struct tbl_opts *, const struct tbl_dat *); 118 const struct tbl_opts *opts; in tblcalc() 419 const struct tbl_opts *opts, const struct tbl_dat *dp, size_t mw) in tblcalc_data() 485 const struct tbl_opts *opts, const struct tbl_dat *dp) in tblcalc_number()
|
H A D | tbl_int.h | 30 struct tbl_opts opts; /* Options for the whole table. */
|
H A D | tbl_term.c | 40 static void tbl_data(struct termp *, const struct tbl_opts *, 52 static void tbl_number(struct termp *, const struct tbl_opts *, 714 tbl_data(struct termp *tp, const struct tbl_opts *opts, in tbl_data() 853 tbl_number(struct termp *tp, const struct tbl_opts *opts, in tbl_number()
|
H A D | Makefile.depend | 75 tbl_opts.o: tbl_opts.c config.h mandoc.h tbl.h libmandoc.h tbl_int.h
|
H A D | Makefile | 131 tbl_opts.c \ 234 tbl_opts.o
|
/netbsd-src/external/bsd/mdocml/lib/libmandoc/ |
H A D | Makefile | 38 tbl_opts.c
|