Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dpcdisplayvar.h82 int pcdisplay_getchar(void *, int, int, struct wsdisplay_charcell *);
H A Dpcdisplay_subr.c170 pcdisplay_getchar(void *id, int row, int col, struct wsdisplay_charcell *cell) in pcdisplay_getchar() function
H A Dvga.c1200 return (pcdisplay_getchar(vc->active, row, col, cell)); in vga_getchar()