Searched refs:spacecol (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dhpcfb.c107 int spacecol; member in struct:hpcfb_tvrow
1151 if (vscn[row].spacecol < startcol+ncols-1)
1152 vscn[row].spacecol = startcol+ncols-1;
1238 if (svc->maxcol < dvc->maxcol && dvc->spacecol < dvc->maxcol)
1239 dvc->spacecol = dvc->maxcol;
1302 cols = vscn[row+i].spacecol;
1310 vscn[row+i].spacecol = 0;
1475 if (vscn[row+i].spacecol < cols)
1476 vscn[row+i].spacecol = cols;

Completed in 123 milliseconds