Searched refs:cursor_moved (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ncurses/form/
H A Dfrm_data.c145 bool cursor_moved = FALSE; local
161 cursor_moved = TRUE;
177 cursor_moved = TRUE;
188 if (cursor_moved)
/freebsd-13-stable/sys/dev/vt/
H A Dvt_core.c1308 int cursor_was_shown, cursor_moved; local
1326 cursor_moved = (vd->vd_mx != vd->vd_mx_drawn ||
1343 (vd->vd_mshown && cursor_moved))
1358 if (vd->vd_mshown && cursor_moved)

Completed in 100 milliseconds