Searched refs:tbl_row (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | tbl_layout.c | 54 static void cell(struct tbl_node *, struct tbl_row *, 56 static struct tbl_cell *cell_alloc(struct tbl_node *, struct tbl_row *, 192 cell(struct tbl_node *tbl, struct tbl_row *rp, in cell() 255 struct tbl_row *rp; in tbl_layout() 340 cell_alloc(struct tbl_node *tbl, struct tbl_row *rp, enum tbl_cellt pos) in cell_alloc()
|
H A D | libroff.h | 32 struct tbl_row *first_row; 33 struct tbl_row *last_row;
|
H A D | mandoc.h | 252 struct tbl_row { struct 253 struct tbl_row *next; argument 291 struct tbl_row *layout; /* layout row */
|
H A D | tbl_data.c | 36 struct tbl_row *); 163 newspan(struct tbl_node *tbl, int line, struct tbl_row *rp) in newspan() 187 struct tbl_row *rp; in tbl_data()
|
H A D | tbl.c | 107 struct tbl_row *rp; in tbl_free()
|