HomeSort by: relevance | last modified time | path
    Searched defs:vscn (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/hpc/
hpcfb.c 986 struct hpcfb_tvrow *vscn = dc->dc_tvram; local in function:hpcfb_tv_putchar
987 struct hpcfb_vchar *vc = &vscn[row].col[col];
990 if (vscn == 0)
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
1069 struct hpcfb_tvrow *vscn = dc->dc_tvram; local in function:hpcfb_tv_copycols
1146 struct hpcfb_tvrow *vscn = dc->dc_tvram; local in function:hpcfb_tv_erasecols
1214 struct hpcfb_tvrow *vscn = dc->dc_tvram; local in function:hpcfb_tv_copyrows
1265 struct hpcfb_tvrow *vscn = dc->dc_tvram; local in function:hpcfb_redraw
1466 struct hpcfb_tvrow *vscn = dc->dc_tvram; local in function:hpcfb_tv_eraserows
    [all...]
hpcfb.c 986 struct hpcfb_tvrow *vscn = dc->dc_tvram; local in function:hpcfb_tv_putchar
987 struct hpcfb_vchar *vc = &vscn[row].col[col];
990 if (vscn == 0)
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
1069 struct hpcfb_tvrow *vscn = dc->dc_tvram; local in function:hpcfb_tv_copycols
1146 struct hpcfb_tvrow *vscn = dc->dc_tvram; local in function:hpcfb_tv_erasecols
1214 struct hpcfb_tvrow *vscn = dc->dc_tvram; local in function:hpcfb_tv_copyrows
1265 struct hpcfb_tvrow *vscn = dc->dc_tvram; local in function:hpcfb_redraw
1466 struct hpcfb_tvrow *vscn = dc->dc_tvram; local in function:hpcfb_tv_eraserows
    [all...]

Completed in 55 milliseconds