Home
last modified time | relevance | path

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

/original-bsd/sys/news3400/fb/
H A Dfbbm_lcdm.c303 fb->cursorShow = 0;
H A Dfbbm_253.c427 fb->cursorShow = 0;
H A Dfb_start.c408 if (cfb == fb && fb->cursorShow && !fb->cursorVis) {
433 if (cfb == fb && fb->cursorShow && fb->cursorVis) {
559 fb->cursorShow = 0;
600 fb->cursorShow = 0;
611 fb->cursorShow = 0;
630 if (fb->cursorSet && !fb->cursorShow) {
633 cfb->cursorShow = 0;
636 fb->cursorShow = 1;
663 fb->cursorShow = 0;
H A Dfbdefs.h206 int cursorShow; member