Lines Matching refs:layout
66 cp = dp->last == NULL ? dp->layout->first : dp->last->layout->next; in getdata()
78 if (dp->layout->last->col + 1 < dp->opts->cols) { in getdata()
83 dp->layout->last->next = cp; in getdata()
84 cp->col = dp->layout->last->col + 1; in getdata()
85 dp->layout->last = cp; in getdata()
96 dat->layout = cp; in getdata()
119 pdat->layout->col < dat->layout->col) in getdata()
123 if (pdat->layout->pos != TBL_CELL_DOWN && in getdata()
188 if ((dat->layout->pos == TBL_CELL_HORIZ || in getdata()
189 dat->layout->pos == TBL_CELL_DHORIZ || in getdata()
190 dat->layout->pos == TBL_CELL_DOWN) && in getdata()
234 if (dat->layout->pos == TBL_CELL_DOWN) in tbl_cdata()
247 dp->layout = rp; in newspan()
271 sp->layout->next == NULL ? sp->layout : sp->layout->next; in tbl_data()