Searched refs:bicons_height (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dbiconsvar.h42 extern int16_t bicons_height;
H A Dbicons.c119 int16_t bicons_height; variable
176 bicons_height = bicons_ypixel / FONT_HEIGHT;
247 if (bicons_height <= ++curs_y) {
249 scroll(FONT_HEIGHT, (bicons_height - 1) * FONT_HEIGHT,
251 clear((bicons_height - 1) * FONT_HEIGHT, FONT_HEIGHT);
H A Dbiconsdev.c125 tp->t_winsize.ws_row = bicons_height;

Completed in 61 milliseconds