Home
last modified time | relevance | path

Searched refs:bc_xmax (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/arch/luna88k/stand/boot/
H A Dbmd.c142 int bc_xmax; member
203 if (bq->bl_col < bp->bc_xmax - 1) { in bmd_escape_0()
209 if (bq->bl_col < bp->bc_xmax) { in bmd_escape_0()
211 for (col = bq->bl_col; col < bp->bc_xmax; col++) in bmd_escape_0()
303 bp->bc_xmax = 92; in bmdinit()
372 if (bq->bl_col >= bp->bc_xmax) { in bmdputc()
378 bp->bc_xmin, bp->bc_xmax, in bmdputc()
395 if (i < bp->bc_xmax) { in bmdputc()
405 bp->bc_xmin, bp->bc_xmax, in bmdputc()