Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/wscons/
H A Dwsemul_sun.c101 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()