Searched defs:TCB (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | tinfo_driver.c | 105 drv_doupdate(TERMINAL_CONTROL_BLOCK * TCB) in drv_doupdate() 112 drv_Name(TERMINAL_CONTROL_BLOCK * TCB) in drv_Name() 156 drv_CanHandle(TERMINAL_CONTROL_BLOCK * TCB, const char *tname, int *errret) in drv_CanHandle() 257 drv_dobeepflash(TERMINAL_CONTROL_BLOCK * TCB, int beepFlag) in drv_dobeepflash() 304 drv_print(TERMINAL_CONTROL_BLOCK * TCB, char *data, int len) in drv_print() 318 drv_defaultcolors(TERMINAL_CONTROL_BLOCK * TCB, int fg, int bg) in drv_defaultcolors() 350 drv_setcolor(TERMINAL_CONTROL_BLOCK * TCB, in drv_setcolor() 386 drv_rescol(TERMINAL_CONTROL_BLOCK * TCB) in drv_rescol() 402 drv_rescolors(TERMINAL_CONTROL_BLOCK * TCB) in drv_rescolors() 418 drv_size(TERMINAL_CONTROL_BLOCK * TCB, int *linep, int *colp) in drv_size() [all …]
|
H A D | lib_cur_term.c | 98 TERMINAL_CONTROL_BLOCK *TCB = (TERMINAL_CONTROL_BLOCK *) termp; in NCURSES_SP_NAME() local 139 TERMINAL_CONTROL_BLOCK *TCB = (TERMINAL_CONTROL_BLOCK *) termp; in NCURSES_SP_NAME() local
|
H A D | lib_setup.c | 469 TERMINAL_CONTROL_BLOCK *TCB; in _nc_get_screensize() local 828 TERMINAL_CONTROL_BLOCK *TCB = 0; in TINFO_SETUP_TERM() local
|
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win32_driver.c | 170 con_write16(TERMINAL_CONTROL_BLOCK * TCB, in con_write16() 221 con_write8(TERMINAL_CONTROL_BLOCK * TCB, int y, int x, chtype *str, int n) in con_write8() 377 wcon_name(TERMINAL_CONTROL_BLOCK * TCB) in wcon_name() 384 wcon_doupdate(TERMINAL_CONTROL_BLOCK * TCB) in wcon_doupdate() 525 wcon_CanHandle(TERMINAL_CONTROL_BLOCK * TCB, in wcon_CanHandle() 579 wcon_dobeepflash(TERMINAL_CONTROL_BLOCK * TCB, in wcon_dobeepflash() 642 wcon_print(TERMINAL_CONTROL_BLOCK * TCB, in wcon_print() 655 wcon_defaultcolors(TERMINAL_CONTROL_BLOCK * TCB, in wcon_defaultcolors() 669 wcon_setcolor(TERMINAL_CONTROL_BLOCK * TCB, in wcon_setcolor() 684 wcon_rescol(TERMINAL_CONTROL_BLOCK * TCB) in wcon_rescol() [all …]
|
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() 312 con_write8(TERMINAL_CONTROL_BLOCK * TCB, int y, int x, chtype *str, int n) in con_write8() 472 wcon_name(TERMINAL_CONTROL_BLOCK * TCB) in wcon_name() 479 wcon_doupdate(TERMINAL_CONTROL_BLOCK * TCB) in wcon_doupdate() 622 wcon_CanHandle(TERMINAL_CONTROL_BLOCK * TCB, in wcon_CanHandle() 675 wcon_dobeepflash(TERMINAL_CONTROL_BLOCK * TCB, in wcon_dobeepflash() 733 wcon_print(TERMINAL_CONTROL_BLOCK * TCB, in wcon_print() 746 wcon_defaultcolors(TERMINAL_CONTROL_BLOCK * TCB, in wcon_defaultcolors() 794 wcon_setcolor(TERMINAL_CONTROL_BLOCK * TCB, in wcon_setcolor() 808 wcon_rescol(TERMINAL_CONTROL_BLOCK * TCB) in wcon_rescol() [all …]
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_endwin.c | 58 TERMINAL_CONTROL_BLOCK *TCB = TCBOf(SP_PARM); in NCURSES_EXPORT() local
|
H A D | lib_driver.c | 54 _nc_get_driver(TERMINAL_CONTROL_BLOCK * TCB, const char *name, int *errret) in _nc_get_driver()
|
H A D | lib_newterm.c | 250 TERMINAL_CONTROL_BLOCK *TCB; in NCURSES_SP_NAME() local
|
H A D | lib_getch.c | 157 TERMINAL_CONTROL_BLOCK *TCB = TCBOf(sp); in check_mouse_activity() local
|