Searched refs:pwidth (Results 1 – 4 of 4) sorted by relevance
217 int pwidth; in ResetFrameBuffer() local249 pwidth = x_visinfo->depth / 8; in ResetFrameBuffer()250 if (pwidth == 3) pwidth = 4; in ResetFrameBuffer()251 mem = ((vid.width*pwidth+7)&~7) * vid.height; in ResetFrameBuffer()
296 int pwidth; in ResetFrameBuffer() local328 pwidth = x_visinfo->depth / 8; in ResetFrameBuffer()329 if (pwidth == 3) pwidth = 4; in ResetFrameBuffer()330 mem = ((vid.width*pwidth+7)&~7) * vid.height; in ResetFrameBuffer()
393 int pwidth; in ResetFrameBuffer() local402 pwidth = x_visinfo->depth / 8; in ResetFrameBuffer()403 if (pwidth == 3) pwidth = 4; in ResetFrameBuffer()404 mem = ((vid.width*pwidth+3)&~3) * vid.height; in ResetFrameBuffer()
878 static int pwidth; /* width of prompt */ variable3449 pwidth = cur_col; in x_vi()3460 winwidth = x_cols - pwidth - 3; in x_vi()4943 cur_col = pwidth; in redraw_line()5023 ncol = col + pwidth; in display()5041 ncol = col + pwidth - 1; in display()5045 ncol = col + pwidth; in display()5055 col = pwidth; in display()5083 ed_mov_opt(pwidth + winwidth + 1, wb1); in display()5100 cur_col = pwidth; in ed_mov_opt()[all …]