/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | tinfo_driver.c | 36 #define CUR TerminalType((TERMINAL*)TCB). 97 #define AssertTCB() assert(TCB!=0 && TCB->magic==TCBMAGIC) 98 #define SetSP() assert(TCB->csp!=0); sp = TCB->csp; (void) sp 105 drv_doupdate(TERMINAL_CONTROL_BLOCK * TCB) in drv_doupdate() argument 108 return TINFO_DOUPDATE(TCB->csp); in drv_doupdate() 112 drv_Name(TERMINAL_CONTROL_BLOCK * TCB) in drv_Name() argument 114 (void) TCB; in drv_Name() 156 drv_CanHandle(TERMINAL_CONTROL_BLOCK * TCB, const char *tname, int *errret) in drv_CanHandle() argument 164 T((T_CALLED("tinfo::drv_CanHandle(%p)"), (void *) TCB)); in drv_CanHandle() 166 assert(TCB != 0 && tname != 0); in drv_CanHandle() [all …]
|
H A D | lib_cur_term.c | 98 TERMINAL_CONTROL_BLOCK *TCB = (TERMINAL_CONTROL_BLOCK *) termp; in NCURSES_SP_NAME() local 100 if (TCB->drv && in NCURSES_SP_NAME() 101 TCB->drv->isTerminfo && in NCURSES_SP_NAME() 105 TCB->csp = SP_PARM; in NCURSES_SP_NAME() 139 TERMINAL_CONTROL_BLOCK *TCB = (TERMINAL_CONTROL_BLOCK *) termp; in NCURSES_SP_NAME() local 167 if (TCB->drv) in NCURSES_SP_NAME() 168 TCB->drv->td_release(TCB); in NCURSES_SP_NAME()
|
H A D | lib_setup.c | 469 TERMINAL_CONTROL_BLOCK *TCB; in _nc_get_screensize() local 473 TCB = (TERMINAL_CONTROL_BLOCK *) termp; in _nc_get_screensize() 475 my_tabsize = TCB->info.tabsize; in _nc_get_screensize() 476 TCB->drv->td_size(TCB, linep, colp); in _nc_get_screensize() 828 TERMINAL_CONTROL_BLOCK *TCB = 0; in TINFO_SETUP_TERM() local 914 TCB = (TERMINAL_CONTROL_BLOCK *) termp; in TINFO_SETUP_TERM() 958 TCB = (TERMINAL_CONTROL_BLOCK *) termp; in TINFO_SETUP_TERM() 959 code = _nc_globals.term_driver(TCB, myname, errret); in TINFO_SETUP_TERM() 1033 TCB->drv->td_init(TCB); in TINFO_SETUP_TERM()
|
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win32_driver.c | 58 #define AssertTCB() assert(TCB != 0 && (TCB->magic == WINMAGIC)) 62 #define SetSP() assert(TCB->csp != 0); sp = TCB->csp; (void) sp 170 con_write16(TERMINAL_CONTROL_BLOCK * TCB, in con_write16() argument 221 con_write8(TERMINAL_CONTROL_BLOCK * TCB, int y, int x, chtype *str, int n) in con_write8() argument 377 wcon_name(TERMINAL_CONTROL_BLOCK * TCB) in wcon_name() argument 379 (void) TCB; in wcon_name() 384 wcon_doupdate(TERMINAL_CONTROL_BLOCK * TCB) in wcon_doupdate() argument 390 T((T_CALLED("win32con::wcon_doupdate(%p)"), TCB)); in wcon_doupdate() 434 con_write(TCB, y, 0, empty, Width); in wcon_doupdate() 461 con_write(TCB, in wcon_doupdate() [all …]
|
H A D | win_driver.c | 73 #define AssertTCB() assert(TCB != 0 && (TCB->magic == WINMAGIC)) 74 #define SetSP() assert(TCB->csp != 0); sp = TCB->csp; (void) sp 262 con_write16(TERMINAL_CONTROL_BLOCK * TCB, int y, int x, cchar_t *str, int limit) in con_write16() argument 312 con_write8(TERMINAL_CONTROL_BLOCK * TCB, int y, int x, chtype *str, int n) in con_write8() argument 472 wcon_name(TERMINAL_CONTROL_BLOCK * TCB) in wcon_name() argument 474 (void) TCB; in wcon_name() 479 wcon_doupdate(TERMINAL_CONTROL_BLOCK * TCB) in wcon_doupdate() argument 485 T((T_CALLED("win32con::wcon_doupdate(%p)"), TCB)); in wcon_doupdate() 486 if (okConsoleHandle(TCB)) { in wcon_doupdate() 529 con_write(TCB, y, 0, empty, Width); in wcon_doupdate() [all …]
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_endwin.c | 58 TERMINAL_CONTROL_BLOCK *TCB = TCBOf(SP_PARM); in NCURSES_EXPORT() local 61 if (TCB && TCB->drv && TCB->drv->td_scexit) in NCURSES_EXPORT() 62 TCB->drv->td_scexit(SP_PARM); in NCURSES_EXPORT()
|
H A D | lib_driver.c | 54 _nc_get_driver(TERMINAL_CONTROL_BLOCK * TCB, const char *name, int *errret) in _nc_get_driver() argument 62 (void *) TCB, NonNull(name), (void *) errret)); in _nc_get_driver() 64 assert(TCB != 0); in _nc_get_driver() 68 if (strcmp(DriverTable[i].name, res->td_name(TCB)) == 0) { in _nc_get_driver() 69 if (res->td_CanHandle(TCB, name, errret)) { in _nc_get_driver() 76 TCB->drv = use; in _nc_get_driver()
|
H A D | lib_newterm.c | 250 TERMINAL_CONTROL_BLOCK *TCB; in NCURSES_SP_NAME() local 258 TCB = (TERMINAL_CONTROL_BLOCK *) new_term; in NCURSES_SP_NAME() 259 TCB->csp = SP_PARM; in NCURSES_SP_NAME()
|
H A D | lib_getch.c | 157 TERMINAL_CONTROL_BLOCK *TCB = TCBOf(sp); in check_mouse_activity() local 173 rc = TCB->drv->td_testmouse(TCB, delay EVENTLIST_2nd(evl)); in check_mouse_activity()
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | atmel-tcb.txt | 15 The TCB can expose multiple subdevices: 18 - reg: Should contain the TCB channels to be used. If the
|
/freebsd/sys/contrib/device-tree/Bindings/pwm/ |
H A D | atmel-tcb-pwm.txt | 1 Atmel TCB PWM controller
|
/freebsd/crypto/openssh/ |
H A D | README.platform | 83 The BSM audit event range available for third party TCB applications is
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | cad | 33 # type of element 9~TCB 8~Digitizer setup 5~Group Data Elements
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | AttrDocs.td | 7240 trusted compute base (TCB) does not call out of the TCB. This generates a 7244 not checked. Builtins are considered to a part of every TCB. 7246 - ``enforce_tcb(Name)`` indicates that this function is a part of the TCB named ``Name`` 7254 ``enforce_tcb`` for the marked function to be in the named TCB but does not 7257 - ``enforce_tcb_leaf(Name)`` indicates that this function is a part of the TCB named ``Name``
|
H A D | DiagnosticSemaKinds.td | 12285 // TCB warnings
|