Home
last modified time | relevance | path

Searched refs:tbl_cell (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/usr.bin/mandoc/
Dtbl.h52 struct tbl_cell { struct
53 struct tbl_cell *next; /* Layout cell to the right. */ argument
74 struct tbl_cell *first; /* Leftmost layout cell. */ argument
75 struct tbl_cell *last; /* Rightmost layout cell. */
94 struct tbl_cell *layout; /* Associated layout cell. */
Dtbl_layout.c54 static void mods(struct tbl_node *, struct tbl_cell *,
58 static struct tbl_cell *cell_alloc(struct tbl_node *, struct tbl_row *,
63 mods(struct tbl_node *tbl, struct tbl_cell *cp, in mods()
359 static struct tbl_cell *
362 struct tbl_cell *p, *pp; in cell_alloc()
Dtbl_term.c39 const struct tbl_cell *,
162 const struct tbl_cell *cp, *cpn, *cpp, *cps; in term_tbl()
568 const struct tbl_cell *cpp; /* Layout cell above this line. */ in tbl_hrule()
569 const struct tbl_cell *cp; /* Layout cell in this line. */ in tbl_hrule()
570 const struct tbl_cell *cpn; /* Layout cell below this line. */ in tbl_hrule()
711 const struct tbl_cell *cp, const struct tbl_dat *dp, in tbl_data()
Dtbl_data.c45 struct tbl_cell *cp; in getdata()
262 struct tbl_cell *cp; in tbl_data()
Dtbl.c109 struct tbl_cell *cp; in tbl_free()
Dtbl_html.c115 const struct tbl_cell *cp; in print_tbl()
Dtree.c424 const struct tbl_cell *cp; in print_span()