Home
last modified time | relevance | path

Searched refs:tbl_data (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/mdocml/
H A Dtbl_int.h45 void tbl_data(struct tbl_node *, int, const char *, int);
H A Dtbl.c85 tbl_data(tbl, ln, p, pos); in tbl_read()
H A Dtbl_term.c40 static void tbl_data(struct termp *, const struct tbl_opts *,
293 tbl_data(tp, sp->opts, cp, dp, tp->tbl.cols + ic); in term_tbl()
715 tbl_data(struct termp *tp, const struct tbl_opts *opts, in tbl_data() function
H A Dtbl_data.c261 tbl_data(struct tbl_node *tbl, int ln, const char *p, int pos) in tbl_data() function
/dragonfly/usr.bin/mandoc/
H A DMakefile14 SRCS+= eqn.c roff.c roff_validate.c tbl.c tbl_data.c tbl_layout.c tbl_opts.c