Lines Matching refs:cpn
164 const struct tbl_cell *cp, *cpn, *cpp, *cps; in term_tbl() local
279 cp = cpn = sp->layout->first; in term_tbl()
283 if (cpn != NULL) { in term_tbl()
284 cp = cpn; in term_tbl()
285 cpn = cpn->next; in term_tbl()
338 cpn = sp->next == NULL ? NULL : in term_tbl()
389 if (cpn != NULL) { in term_tbl()
391 (dvert < cpn->vert && in term_tbl()
393 dvert = cpn->vert; in term_tbl()
394 cpn = cpn->next; in term_tbl()
575 const struct tbl_cell *cpn; /* Layout cell below this line. */ in tbl_hrule() local
586 cpn = spn == NULL ? NULL : spn->layout->first; in tbl_hrule()
610 (spp == NULL || cpn == NULL || in tbl_hrule()
611 cpn->pos != TBL_CELL_DOWN ? BRIGHT * hw : 0), 1); in tbl_hrule()
622 lw = cpp == NULL || cpn == NULL || in tbl_hrule()
623 (cpn->pos != TBL_CELL_DOWN && in tbl_hrule()
648 if (cpn != NULL) { in tbl_hrule()
650 dw = cpn->vert; in tbl_hrule()
654 cpn = cpn->next; in tbl_hrule()
655 while (dpn != NULL && dpn->layout != cpn) in tbl_hrule()
666 if (cpn != NULL && cpn->pos == TBL_CELL_SPAN) in tbl_hrule()
671 rw = cpp == NULL || cpn == NULL || in tbl_hrule()
672 (cpn->pos != TBL_CELL_DOWN && in tbl_hrule()