HomeSort by: relevance | last modified time | path
    Searched refs:bicons_height (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/hpc/
biconsvar.h 42 extern int16_t bicons_height;
bicons.c 119 int16_t bicons_height; variable in typeref:typename:int16_t
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);
biconsdev.c 135 tp->t_winsize.ws_row = bicons_height;

Completed in 40 milliseconds