Searched defs:tbl_node (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dlibroff.h26 struct tbl_node { struct
37 struct tbl_node *next;
64 struct tbl_node *tbl_alloc(int, int, struct mparse *);
65 void tbl_restart(int, int, struct tbl_node *);
66 void tbl_free(struct tbl_node *);
67 void tbl_reset(struct tbl_node *);
68 enum rofferr tbl_read(struct tbl_node *, int, const char *, int);
69 void tbl_option(struct tbl_node *, int, const char *, int *);
70 void tbl_layout(struct tbl_node *, int, const char *, int);
71 void tbl_data(struct tbl_node *, in
[all...]

Completed in 57 milliseconds