Lines Matching defs:cells
50 struct tty3270_cell *cells;
817 screen[lines].cells = kzalloc(size, GFP_KERNEL);
818 if (!screen[lines].cells)
824 kfree(screen[lines].cells);
839 kfree(screen[lines].cells);
1092 cell = line->cells + line->len;
1100 cell = line->cells + tp->cx;
1126 for (i = 0, cell = line->cells; i < line->len; i++, cell++) {
1170 for (i = 0, cell = line->cells; i < line->len; i++, cell++) {
1266 line->cells[line->len].character = tp->view.ascebc[' '];
1267 line->cells[line->len].highlight = TAX_RESET;
1268 line->cells[line->len].f_color = TAC_RESET;
1275 line->cells[tp->cx + n + k] = line->cells[tp->cx + k];
1280 line->cells[tp->cx + n].character = tp->view.ascebc[' '];
1281 line->cells[tp->cx + n].highlight = tp->highlight;
1282 line->cells[tp->cx + n].f_color = tp->f_color;
1303 line->cells[i] = line->cells[i + n];
1318 cell = line->cells + tp->cx++;
1345 cell = line->cells + i;