Lines Matching full:layout

263 			    (ic || sp->layout->first->pos != TBL_CELL_SPAN)) {  in term_tbl()
282 cp = cpn = sp->layout->first; in term_tbl()
299 (ic || sp->layout->first->pos != TBL_CELL_SPAN)) { in term_tbl()
313 if (sp->pos == TBL_SPAN_DATA && uvert < sp->layout->vert) in term_tbl()
314 uvert = dvert = sp->layout->vert; in term_tbl()
316 dvert < sp->next->layout->vert) in term_tbl()
317 dvert = sp->next->layout->vert; in term_tbl()
318 if (sp->prev != NULL && uvert < sp->prev->layout->vert && in term_tbl()
319 (horiz || (IS_HORIZ(sp->layout->first) && in term_tbl()
320 !IS_HORIZ(sp->prev->layout->first)))) in term_tbl()
321 uvert = sp->prev->layout->vert; in term_tbl()
324 sp->layout->first->pos == TBL_CELL_DHORIZ ? 2 : in term_tbl()
327 sp->layout->first->pos == TBL_CELL_HORIZ ? 1 : 0; in term_tbl()
341 cp = sp->layout->first; in term_tbl()
343 sp->next->layout->first; in term_tbl()
345 sp->prev->layout->first; in term_tbl()
353 * and advance to next layout cell. in term_tbl()
422 sp->layout->first->pos != TBL_CELL_SPAN)) { in term_tbl()
501 uvert < sp->layout->last->vert && in term_tbl()
502 sp->layout->last->col + 1 == sp->opts->cols) in term_tbl()
503 uvert = dvert = sp->layout->last->vert; in term_tbl()
505 dvert < sp->next->layout->last->vert && in term_tbl()
506 sp->next->layout->last->col + 1 == sp->opts->cols) in term_tbl()
507 dvert = sp->next->layout->last->vert; in term_tbl()
509 uvert < sp->prev->layout->last->vert && in term_tbl()
510 sp->prev->layout->last->col + 1 == sp->opts->cols && in term_tbl()
511 (horiz || (IS_HORIZ(sp->layout->last) && in term_tbl()
512 !IS_HORIZ(sp->prev->layout->last)))) in term_tbl()
513 uvert = sp->prev->layout->last->vert; in term_tbl()
517 sp->last->layout->col + 1 == sp->opts->cols) || in term_tbl()
518 (sp->layout->last->pos == TBL_CELL_DHORIZ && in term_tbl()
519 sp->layout->last->col + 1 == sp->opts->cols) ? 2 : in term_tbl()
523 sp->last->layout->col + 1 == sp->opts->cols) || in term_tbl()
524 (sp->layout->last->pos == TBL_CELL_HORIZ && in term_tbl()
525 sp->layout->last->col + 1 == sp->opts->cols) ? 1 : 0; in term_tbl()
528 if (horiz == 0 && (IS_HORIZ(sp->layout->last) == 0 || in term_tbl()
529 sp->layout->last->col + 1 < sp->opts->cols)) { in term_tbl()
573 const struct tbl_cell *cpp; /* Layout cell above this line. */ in tbl_hrule()
574 const struct tbl_cell *cp; /* Layout cell in this line. */ in tbl_hrule()
575 const struct tbl_cell *cpn; /* Layout cell below this line. */ in tbl_hrule()
584 cpp = spp == NULL ? NULL : spp->layout->first; in tbl_hrule()
585 cp = sp == NULL ? NULL : sp->layout->first; in tbl_hrule()
586 cpn = spn == NULL ? NULL : spn->layout->first; in tbl_hrule()
655 while (dpn != NULL && dpn->layout != cpn) in tbl_hrule()
707 spn->layout->last->pos != TBL_CELL_DOWN ? in tbl_hrule()
821 ic = dp->layout->col; in tbl_literal()
832 switch (dp->layout->pos) { in tbl_literal()
929 switch (dp->layout->font) { in tbl_word()