Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dtbl.h52 struct tbl_cell { struct
53 struct tbl_cell *next; /* Layout cell to the right. */ argument
75 struct tbl_cell *first; /* Leftmost layout cell. */ argument
76 struct tbl_cell *last; /* Rightmost layout cell. */
95 struct tbl_cell *layout; /* Associated layout cell. */
H A Dtbl_layout.c56 static void mods(struct tbl_node *, struct tbl_cell *,
60 static struct tbl_cell *cell_alloc(struct tbl_node *, struct tbl_row *,
65 mods(struct tbl_node *tbl, struct tbl_cell *cp, in mods()
355 static struct tbl_cell *
358 struct tbl_cell *p, *pp; in cell_alloc()
H A Dtbl_term.c41 const struct tbl_cell *,
164 const struct tbl_cell *cp, *cpn, *cpp, *cps; in term_tbl()
573 const struct tbl_cell *cpp; /* Layout cell above this line. */ in tbl_hrule()
574 const struct tbl_cell *cp; /* Layout cell in this line. */ in tbl_hrule()
575 const struct tbl_cell *cpn; /* Layout cell below this line. */ in tbl_hrule()
716 const struct tbl_cell *cp, const struct tbl_dat *dp, in tbl_data()
H A Dtbl_data.c47 struct tbl_cell *cp; in getdata()
264 struct tbl_cell *cp; in tbl_data()
H A Dtbl.c111 struct tbl_cell *cp; in tbl_free()
H A Dtbl_html.c116 const struct tbl_cell *cp; in print_tbl()
H A Dtree.c426 const struct tbl_cell *cp; in print_span()