Searched refs:pcdisplay_getchar (Results 1 – 3 of 3) sorted by relevance
82 int pcdisplay_getchar(void *, int, int, struct wsdisplay_charcell *);
170 pcdisplay_getchar(void *id, int row, int col, struct wsdisplay_charcell *cell) in pcdisplay_getchar() function
1200 return (pcdisplay_getchar(vc->active, row, col, cell)); in vga_getchar()