Lines Matching refs:layout

260 			    (ic || sp->layout->first->pos != TBL_CELL_SPAN)) {  in term_tbl()
279 cp = cpn = sp->layout->first; in term_tbl()
295 (ic || sp->layout->first->pos != TBL_CELL_SPAN)) { in term_tbl()
309 if (sp->pos == TBL_SPAN_DATA && uvert < sp->layout->vert) in term_tbl()
310 uvert = dvert = sp->layout->vert; in term_tbl()
312 dvert < sp->next->layout->vert) in term_tbl()
313 dvert = sp->next->layout->vert; in term_tbl()
314 if (sp->prev != NULL && uvert < sp->prev->layout->vert && in term_tbl()
315 (horiz || (IS_HORIZ(sp->layout->first) && in term_tbl()
316 !IS_HORIZ(sp->prev->layout->first)))) in term_tbl()
317 uvert = sp->prev->layout->vert; in term_tbl()
320 sp->layout->first->pos == TBL_CELL_DHORIZ ? 2 : in term_tbl()
323 sp->layout->first->pos == TBL_CELL_HORIZ ? 1 : 0; in term_tbl()
337 cp = sp->layout->first; in term_tbl()
339 sp->next->layout->first; in term_tbl()
341 sp->prev->layout->first; in term_tbl()
418 sp->layout->first->pos != TBL_CELL_SPAN)) { in term_tbl()
497 uvert < sp->layout->last->vert && in term_tbl()
498 sp->layout->last->col + 1 == sp->opts->cols) in term_tbl()
499 uvert = dvert = sp->layout->last->vert; in term_tbl()
501 dvert < sp->next->layout->last->vert && in term_tbl()
502 sp->next->layout->last->col + 1 == sp->opts->cols) in term_tbl()
503 dvert = sp->next->layout->last->vert; in term_tbl()
505 uvert < sp->prev->layout->last->vert && in term_tbl()
506 sp->prev->layout->last->col + 1 == sp->opts->cols && in term_tbl()
507 (horiz || (IS_HORIZ(sp->layout->last) && in term_tbl()
508 !IS_HORIZ(sp->prev->layout->last)))) in term_tbl()
509 uvert = sp->prev->layout->last->vert; in term_tbl()
513 sp->last->layout->col + 1 == sp->opts->cols) || in term_tbl()
514 (sp->layout->last->pos == TBL_CELL_DHORIZ && in term_tbl()
515 sp->layout->last->col + 1 == sp->opts->cols) ? 2 : in term_tbl()
519 sp->last->layout->col + 1 == sp->opts->cols) || in term_tbl()
520 (sp->layout->last->pos == TBL_CELL_HORIZ && in term_tbl()
521 sp->layout->last->col + 1 == sp->opts->cols) ? 1 : 0; in term_tbl()
524 if (horiz == 0 && (IS_HORIZ(sp->layout->last) == 0 || in term_tbl()
525 sp->layout->last->col + 1 < sp->opts->cols)) { in term_tbl()
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()
829 switch (dp->layout->pos) { in tbl_literal()
926 switch (dp->layout->font) { in tbl_word()