Searched refs:con_write16 (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c170 con_write16(TERMINAL_CONTROL_BLOCK * TCB, function
218 #define con_write(tcb, y, x, str, n) con_write16(tcb, y, x, str, n)
H A Dwin_driver.c262 con_write16(TERMINAL_CONTROL_BLOCK * TCB, int y, int x, cchar_t *str, int limit) function
309 #define con_write(tcb, y, x, str, n) con_write16(tcb, y, x, str, n)

Completed in 139 milliseconds