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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dvi.c223 static void dot_scroll(int, int); // move the screen up or down
1371 static void dot_scroll(int cnt, int dir) function
3027 dot_scroll(rows - 2, -1);
3038 dot_scroll((rows - 2) / 2, 1);
3041 dot_scroll(1, 1);
3045 dot_scroll(rows - 2, 1);
3086 dot_scroll((rows - 2) / 2, -1);
3089 dot_scroll(1, -1);
3722 dot_scroll(cnt, -1);

Completed in 55 milliseconds