Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dconsole.c1853 #define FLUSH if (draw_x >= 0) { \ in do_con_write()
1854 sw->con_putcs(vc_cons[currcons].d, (u16 *)draw_from, (u16 *)draw_to-(u16 *)draw_from, y, draw_x); \ in do_con_write()
1855 draw_x = -1; \ in do_con_write()
1859 int c, tc, ok, n = 0, draw_x = -1; in do_con_write() local
2007 if (DO_UPDATE && draw_x < 0) { in do_con_write()
2008 draw_x = x; in do_con_write()