Home
last modified time | relevance | path

Searched refs:con_write (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c218 #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
434 con_write(TCB, y, 0, empty, Width); in wcon_doupdate()
461 con_write(TCB, in wcon_doupdate()
483 con_write(TCB, in wcon_doupdate()
H A Dwin_driver.c309 #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
529 con_write(TCB, y, 0, empty, Width); in wcon_doupdate()
555 con_write(TCB, in wcon_doupdate()
576 con_write(TCB, in wcon_doupdate()