Lines Matching defs:cpp
153 const struct tbl_cell *cp, *cpn, *cpp, *cps;
365 cpp = sp->prev == NULL ? NULL :
407 if (cpp != NULL) {
408 if (uvert < cpp->vert &&
411 !IS_HORIZ(cpp)) ||
413 cpp->next != NULL &&
415 !IS_HORIZ(cpp->next))))
416 uvert = cpp->vert;
417 cpp = cpp->next;
605 const struct tbl_cell *cpp; /* Layout cell above this line. */
617 cpp = spp == NULL ? NULL : spp->layout->first;
658 lw = cpp == NULL || cpn == NULL ||
673 if (cpp != NULL) {
675 uw = cpp->vert;
679 cpp = cpp->next;
700 if (cpp != NULL && cpp->pos == TBL_CELL_SPAN)
707 rw = cpp == NULL || cpn == NULL ||