Lines Matching defs:cpp
158 const struct tbl_cell *cp, *cpn, *cpp, *cps;
370 cpp = sp->prev == NULL ? NULL :
412 if (cpp != NULL) {
413 if (uvert < cpp->vert &&
416 !IS_HORIZ(cpp)) ||
418 cpp->next != NULL &&
420 !IS_HORIZ(cpp->next))))
421 uvert = cpp->vert;
422 cpp = cpp->next;
610 const struct tbl_cell *cpp; /* Layout cell above this line. */
622 cpp = spp == NULL ? NULL : spp->layout->first;
663 lw = cpp == NULL || cpn == NULL ||
678 if (cpp != NULL) {
680 uw = cpp->vert;
684 cpp = cpp->next;
705 if (cpp != NULL && cpp->pos == TBL_CELL_SPAN)
712 rw = cpp == NULL || cpn == NULL ||