Lines Matching defs:cpp
167 const struct tbl_cell *cp, *cpn, *cpp, *cps;
344 cpp = sp->prev == NULL ? NULL :
375 if (cpp != NULL) {
376 if (uvert < cpp->vert &&
379 !IS_HORIZ(cpp)) ||
381 cpp->next != NULL &&
383 !IS_HORIZ(cpp->next))))
384 uvert = cpp->vert;
385 cpp = cpp->next;
573 const struct tbl_cell *cpp; /* Layout cell above this line. */
584 cpp = spp == NULL ? NULL : spp->layout->first;
622 lw = cpp == NULL || cpn == NULL ||
637 if (cpp != NULL) {
639 uw = cpp->vert;
643 cpp = cpp->next;
664 if (cpp != NULL && cpp->pos == TBL_CELL_SPAN)
671 rw = cpp == NULL || cpn == NULL ||