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

  /src/sys/arch/luna68k/stand/boot/
bmd.c 134 int bl_col; member in struct:bmd_linec
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)
    [all...]

Completed in 11 milliseconds