tbl_cell
struct tbl_cell *cp;
struct tbl_cell *next; /* Layout cell to the right. */
struct tbl_cell *first; /* Leftmost layout cell. */
struct tbl_cell *last; /* Rightmost layout cell. */
struct tbl_cell *layout; /* Associated layout cell. */
struct tbl_cell *cp;
struct tbl_cell *cp;
const struct tbl_cell *cp;
static struct tbl_cell *
struct tbl_cell *p, *pp;
static void mods(struct tbl_node *, struct tbl_cell *,
static struct tbl_cell *cell_alloc(struct tbl_node *, struct tbl_row *,
mods(struct tbl_node *tbl, struct tbl_cell *cp,
const struct tbl_cell *cp, *cpn, *cpp, *cps;
const struct tbl_cell *,
const struct tbl_cell *cpp; /* Layout cell above this line. */
const struct tbl_cell *cp; /* Layout cell in this line. */
const struct tbl_cell *cpn; /* Layout cell below this line. */
const struct tbl_cell *cp, const struct tbl_dat *dp,
const struct tbl_cell *cp;