Searched refs:con_write16 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win32_driver.c | 170 con_write16(TERMINAL_CONTROL_BLOCK * TCB, in con_write16() function 218 #define con_write(tcb, y, x, str, n) con_write16(tcb, y, x, str, n)
|
H A D | win_driver.c | 262 con_write16(TERMINAL_CONTROL_BLOCK * TCB, int y, int x, cchar_t *str, int limit) in con_write16() function 309 #define con_write(tcb, y, x, str, n) con_write16(tcb, y, x, str, n)
|