Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dvgacon.c404 static int lastfrom, lastto; in vgacon_set_cursor_size() local
410 if ((from == lastfrom) && (to == lastto)) return; in vgacon_set_cursor_size()
411 lastfrom = from; lastto = to; in vgacon_set_cursor_size()