Home | History | Annotate | Download | only in boot

Lines Matching defs:bl_col

134 	int	bl_col;
207 if (bq->bl_col < bp->bc_xmax - 1) {
208 bq->bl_col++;
213 if (bq->bl_col < bp->bc_xmax) {
215 for (col = bq->bl_col; col < bp->bc_xmax; col++)
220 bq->bl_end = bq->bl_col;
224 bq->bl_col = bq->bl_end = bp->bc_xmin;
266 bq->bl_col = col + bp->bc_xmin;
325 bq->bl_col = bq->bl_end = bp->bc_xmin;
339 bq->bl_col, bp->bc_row);
368 bq->bl_col, bp->bc_row);
379 bq->bl_col, bp->bc_row, c);
380 bq->bl_col++;
382 if (bq->bl_col >= bp->bc_xmax) {
383 bq->bl_col = bq->bl_end = bp->bc_xmin;
397 if (bq->bl_col > bp->bc_xmin) {
398 bq->bl_col--;
404 i = ((bq->bl_col / 8) + 1) * 8;
406 bq->bl_col = bq->bl_end = i;
423 bq->bl_col = bp->bc_xmin;
432 if (bq->bl_col > bp->bc_xmin) {
433 bq->bl_col--;
436 bq->bl_col, bp->bc_row);
449 bq->bl_col, bp->bc_row);
463 bq->bl_col = bq->bl_end = bp->bc_xmin;
469 bq->bl_col, bp->bc_row);