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