Home
last modified time | relevance | path

Searched defs:TCB (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/lib/libcurses/tinfo/
H A Dtinfo_driver.c105 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 Dlib_cur_term.c100 TERMINAL_CONTROL_BLOCK *TCB = (TERMINAL_CONTROL_BLOCK *) termp; in NCURSES_SP_NAME() local
141 TERMINAL_CONTROL_BLOCK *TCB = (TERMINAL_CONTROL_BLOCK *) termp; in NCURSES_SP_NAME() local
H A Dlib_setup.c286 TERMINAL_CONTROL_BLOCK *TCB; in _nc_get_screensize() local
643 TERMINAL_CONTROL_BLOCK *TCB = 0; in TINFO_SETUP_TERM() local
/openbsd-src/lib/libcurses/base/
H A Dlib_endwin.c59 TERMINAL_CONTROL_BLOCK *TCB = TCBOf(SP_PARM); in NCURSES_EXPORT() local
H A Dlib_driver.c54 _nc_get_driver(TERMINAL_CONTROL_BLOCK * TCB, const char *name, int *errret) in _nc_get_driver()
H A Dlib_newterm.c252 TERMINAL_CONTROL_BLOCK *TCB; in NCURSES_SP_NAME() local
H A Dlib_getch.c159 TERMINAL_CONTROL_BLOCK *TCB = TCBOf(sp); in check_mouse_activity() local