Lines Matching refs:ph
25 static short pw = 80 - 1, ph = 34 - 1; variable
125 ph = simple_strtoul(buf, NULL, 0); in promcon_startup()
126 if (ph < 10 || ph > 256) in promcon_startup()
127 ph = 34; in promcon_startup()
128 ph--; in promcon_startup()
171 conp->vc_rows = ph + 1; in promcon_init()
183 if (conp->vc_cols != pw + 1 || conp->vc_rows != ph + 1) in promcon_init()
184 vc_resize(conp, pw + 1, ph + 1); in promcon_init()
349 if (!sy && height == ph + 1) { in promcon_clear()
355 } else if (sy + height == ph + 1) { in promcon_clear()
483 if (b == ph + 1) { in promcon_scroll()
517 if (b == ph + 1) { in promcon_scroll()