Searched defs:con_write (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win32_driver.c | 218 #define con_write(tcb, y, x, str, n) con_write16(tcb, y, x, str, n) macro 257 #define con_write(tcb, y, x, str, n) con_write8(tcb, y, x, str, n) macro
|
H A D | win_driver.c | 309 #define con_write(tcb, y, x, str, n) con_write16(tcb, y, x, str, n) macro 348 #define con_write(tcb, y, x, str, n) con_write8(tcb, y, x, str, n) macro
|