Lines Matching defs:svc
1070 struct hpcfb_vchar *svc = &vscn[row].col[srccol];
1084 memcpy(dvc, svc, ncols*sizeof(struct hpcfb_vchar));
1215 struct hpcfb_tvrow *svc = &vscn[src];
1231 if (svc > dvc)
1233 else if (svc < dvc) {
1234 svc += num-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)
1249 dvc->maxcol = svc->maxcol;
1250 svc+=d;
1266 struct hpcfb_vchar *svc;
1305 svc = &vscn[row+i].col[j];
1306 rasops_emul.putchar(ri, row + i, j, svc->c, svc->attr);