Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/sbus/
H A Dtcx.c171 static void tcx_putchar(void *, int, int, u_int, long);
878 ri->ri_ops.putchar = tcx_putchar; in tcx_init_screen()
979 tcx_putchar(void *cookie, int row, int col, u_int c, long attr) in tcx_putchar() function