Lines Matching defs:maxcol
106 int maxcol;
1001 if (vscn[row].maxcol +1 == col)
1002 vscn[row].maxcol = col;
1003 else if (vscn[row].maxcol < col) {
1004 vcb = &vscn[row].col[vscn[row].maxcol+1];
1006 sizeof(struct hpcfb_vchar)*(col-vscn[row].maxcol-1));
1007 vscn[row].maxcol = col;
1085 if (vscn[row].maxcol < srccol+ncols-1)
1086 vscn[row].maxcol = srccol+ncols-1;
1087 if (vscn[row].maxcol < dstcol+ncols-1)
1088 vscn[row].maxcol = dstcol+ncols-1;
1159 vscn[row].maxcol = startcol-1;
1246 memcpy(&dvc->col[0], &svc->col[0], sizeof(struct hpcfb_vchar)*(svc->maxcol+1));
1247 if (svc->maxcol < dvc->maxcol && dvc->spacecol < dvc->maxcol)
1248 dvc->spacecol = dvc->maxcol;
1249 dvc->maxcol = svc->maxcol;
1299 cols = vscn[row+i].maxcol;
1483 cols = vscn[row+i].maxcol;
1486 vscn[row+i].maxcol = -1;