Searched refs:wsemul_sun_output_normal (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/wscons/ |
H A D | wsemul_sun.c | 101 static u_int wsemul_sun_output_normal(struct wsemul_sun_emuldata *, 221 wsemul_sun_output_normal(struct wsemul_sun_emuldata *edp, u_char c, int kernel) in wsemul_sun_output_normal() function 332 wsemul_sun_output_normal(edp, ASCII_ESC, 0); /* ??? */ in wsemul_sun_output_haveesc() 333 newstate = wsemul_sun_output_normal(edp, c, 0); in wsemul_sun_output_haveesc() 503 wsemul_sun_output_normal(edp, *data, 1); in wsemul_sun_output() 509 newstate = wsemul_sun_output_normal(edp, *data, 0); in wsemul_sun_output() 522 newstate = wsemul_sun_output_normal(edp, *data, 0); in wsemul_sun_output()
|