Searched refs:con_write8 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/ncurses/ncurses/win32con/ |
| H A D | win32_driver.c | 221 con_write8(TERMINAL_CONTROL_BLOCK * TCB, int y, int x, chtype *str, int n) in con_write8() function 257 #define con_write(tcb, y, x, str, n) con_write8(tcb, y, x, str, n)
|
| H A D | win_driver.c | 312 con_write8(TERMINAL_CONTROL_BLOCK * TCB, int y, int x, chtype *str, int n) in con_write8() function 348 #define con_write(tcb, y, x, str, n) con_write8(tcb, y, x, str, n)
|