Home
last modified time | relevance | path

Searched refs:TCB (Results 1 – 13 of 13) sorted by relevance

/src/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c49 #define AssertTCB() assert(TCB != NULL && (TCB->magic == WINMAGIC))
53 #define SetSP() assert(TCB->csp != NULL); sp = TCB->csp; (void) sp
158 con_write16(TERMINAL_CONTROL_BLOCK * TCB, in con_write16() argument
209 con_write8(TERMINAL_CONTROL_BLOCK * TCB, int y, int x, chtype *str, int n) in con_write8() argument
365 wcon_name(TERMINAL_CONTROL_BLOCK * TCB) in wcon_name() argument
367 (void) TCB; in wcon_name()
372 wcon_doupdate(TERMINAL_CONTROL_BLOCK * TCB) in wcon_doupdate() argument
378 T((T_CALLED("win32con::wcon_doupdate(%p)"), TCB)); in wcon_doupdate()
422 con_write(TCB, y, 0, empty, Width); in wcon_doupdate()
449 con_write(TCB, in wcon_doupdate()
[all …]
/src/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c36 #define CUR TerminalType((TERMINAL*)TCB).
97 #define AssertTCB() assert(TCB != NULL && TCB->magic == TCBMAGIC)
98 #define SetSP() assert(TCB->csp != NULL); 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
165 (void *) TCB, NonNull(tname), (void *) errret)); in drv_CanHandle()
167 assert(TCB != NULL && tname != NULL); in drv_CanHandle()
[all …]
H A Dlib_cur_term.c98 TERMINAL_CONTROL_BLOCK *TCB = (TERMINAL_CONTROL_BLOCK *) termp; in set_curterm() local
100 if (TCB->drv && in set_curterm()
101 TCB->drv->isTerminfo && in set_curterm()
105 TCB->csp = SP_PARM; in set_curterm()
139 TERMINAL_CONTROL_BLOCK *TCB = (TERMINAL_CONTROL_BLOCK *) termp; in del_curterm() local
167 if (TCB->drv) in del_curterm()
168 TCB->drv->td_release(TCB); in del_curterm()
H A Dlib_setup.c468 TERMINAL_CONTROL_BLOCK *TCB; in _nc_get_screensize() local
472 TCB = (TERMINAL_CONTROL_BLOCK *) termp; in _nc_get_screensize()
474 my_tabsize = TCB->info.tabsize; in _nc_get_screensize()
475 TCB->drv->td_size(TCB, linep, colp); in _nc_get_screensize()
828 TERMINAL_CONTROL_BLOCK *TCB = NULL; 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()
/src/contrib/ncurses/ncurses/base/
H A Dlib_endwin.c58 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 Dlib_newterm.c250 TERMINAL_CONTROL_BLOCK *TCB; in newterm() local
258 TCB = (TERMINAL_CONTROL_BLOCK *) new_term; in newterm()
259 TCB->csp = SP_PARM; in newterm()
H A Dlib_getch.c146 TERMINAL_CONTROL_BLOCK *TCB = TCBOf(sp); in check_mouse_activity() local
156 rc = TCB->drv->td_testmouse(TCB, delay EVENTLIST_2nd(evl)); in check_mouse_activity()
/src/sys/contrib/device-tree/Bindings/mfd/
H A Datmel-tcb.txt15 The TCB can expose multiple subdevices:
18 - reg: Should contain the TCB channels to be used. If the
/src/sys/contrib/device-tree/Bindings/pwm/
H A Datmel-tcb-pwm.txt1 Atmel TCB PWM controller
/src/crypto/openssh/
H A DREADME.platform83 The BSM audit event range available for third party TCB applications is
/src/contrib/file/magic/Magdir/
H A Dcad33 # type of element 9~TCB 8~Digitizer setup 5~Group Data Elements
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td7240 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 DDiagnosticSemaKinds.td12285 // TCB warnings