Searched refs:tbl_row (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/mandoc/ |
H A D | tbl_layout.c | 60 static int cell(struct tbl_node *, struct tbl_row *, 63 static struct tbl_cell *cell_alloc(struct tbl_node *, struct tbl_row *, 208 cell(struct tbl_node *tbl, struct tbl_row *rp, in cell() 288 struct tbl_row *rp; in row() 300 rp = mandoc_calloc(1, sizeof(struct tbl_row)); in row() 350 cell_alloc(struct tbl_node *tbl, struct tbl_row *rp, enum tbl_cellt pos, in cell_alloc()
|
H A D | libroff.h | 35 struct tbl_row *first_row; 36 struct tbl_row *last_row;
|
H A D | mandoc.h | 230 struct tbl_row { struct 231 struct tbl_row *next; argument 269 struct tbl_row *layout; /* layout row */
|
H A D | tbl_data.c | 35 struct tbl_row *); 182 newspan(struct tbl_node *tbl, int line, struct tbl_row *rp) in newspan() 208 struct tbl_row *rp; in tbl_data()
|
H A D | tbl.c | 91 struct tbl_row *rp; in tbl_free()
|