Symbol: TERMINAL_CONTROL_BLOCK
lib/libcurses/base/lib_driver.c
54
_nc_get_driver(TERMINAL_CONTROL_BLOCK * TCB, const char *name, int *errret)
lib/libcurses/base/lib_endwin.c
59
TERMINAL_CONTROL_BLOCK *TCB = TCBOf(SP_PARM);
lib/libcurses/base/lib_getch.c
159
TERMINAL_CONTROL_BLOCK *TCB = TCBOf(sp);
lib/libcurses/base/lib_newterm.c
252
TERMINAL_CONTROL_BLOCK *TCB;
lib/libcurses/base/lib_newterm.c
260
TCB = (TERMINAL_CONTROL_BLOCK *) new_term;
lib/libcurses/curses.priv.h
2439
#define TCBOf(sp) ((TERMINAL_CONTROL_BLOCK*)(TerminalOf(sp)))
lib/libcurses/curses.priv.h
2450
extern NCURSES_EXPORT(int) _nc_get_driver(TERMINAL_CONTROL_BLOCK*, const char*, int*);
lib/libcurses/tinfo/lib_cur_term.c
100
TERMINAL_CONTROL_BLOCK *TCB = (TERMINAL_CONTROL_BLOCK *) termp;
lib/libcurses/tinfo/lib_cur_term.c
141
TERMINAL_CONTROL_BLOCK *TCB = (TERMINAL_CONTROL_BLOCK *) termp;
lib/libcurses/tinfo/lib_setup.c
286
TERMINAL_CONTROL_BLOCK *TCB;
lib/libcurses/tinfo/lib_setup.c
290
TCB = (TERMINAL_CONTROL_BLOCK *) termp;
lib/libcurses/tinfo/lib_setup.c
643
TERMINAL_CONTROL_BLOCK *TCB = 0;
lib/libcurses/tinfo/lib_setup.c
729
TCB = (TERMINAL_CONTROL_BLOCK *) termp;
lib/libcurses/tinfo/lib_setup.c
733
TERMINAL_CONTROL_BLOCK *my_tcb;
lib/libcurses/tinfo/lib_setup.c
735
if ((my_tcb = typeCalloc(TERMINAL_CONTROL_BLOCK, 1)) != 0)
lib/libcurses/tinfo/lib_setup.c
773
TCB = (TERMINAL_CONTROL_BLOCK *) termp;
lib/libcurses/tinfo/lib_termcap.c
110
!((TERMINAL_CONTROL_BLOCK *) termp)->drv->isTerminfo)
lib/libcurses/tinfo/tinfo_driver.c
1010
drv_conattr(TERMINAL_CONTROL_BLOCK * TCB)
lib/libcurses/tinfo/tinfo_driver.c
105
drv_doupdate(TERMINAL_CONTROL_BLOCK * TCB)
lib/libcurses/tinfo/tinfo_driver.c
1055
drv_setfilter(TERMINAL_CONTROL_BLOCK * TCB)
lib/libcurses/tinfo/tinfo_driver.c
1074
drv_initacs(TERMINAL_CONTROL_BLOCK * TCB, chtype *real_map, chtype *fake_map)
lib/libcurses/tinfo/tinfo_driver.c
112
drv_Name(TERMINAL_CONTROL_BLOCK * TCB)
lib/libcurses/tinfo/tinfo_driver.c
1164
TERMINAL_CONTROL_BLOCK *TCB = (TERMINAL_CONTROL_BLOCK *) (sp->_term);
lib/libcurses/tinfo/tinfo_driver.c
1251
drv_twait(TERMINAL_CONTROL_BLOCK * TCB,
lib/libcurses/tinfo/tinfo_driver.c
1273
drv_read(TERMINAL_CONTROL_BLOCK * TCB, int *buf)
lib/libcurses/tinfo/tinfo_driver.c
1301
drv_nap(TERMINAL_CONTROL_BLOCK * TCB GCC_UNUSED, int ms)
lib/libcurses/tinfo/tinfo_driver.c
1343
drv_kpad(TERMINAL_CONTROL_BLOCK * TCB, int flag)
lib/libcurses/tinfo/tinfo_driver.c
1369
drv_keyok(TERMINAL_CONTROL_BLOCK * TCB, int c, int flag)
lib/libcurses/tinfo/tinfo_driver.c
1413
drv_cursorSet(TERMINAL_CONTROL_BLOCK * TCB, int vis)
lib/libcurses/tinfo/tinfo_driver.c
1442
drv_kyExist(TERMINAL_CONTROL_BLOCK * TCB, int key)
lib/libcurses/tinfo/tinfo_driver.c
1514
_nc_get_driver(TERMINAL_CONTROL_BLOCK * TCB, const char *name, int *errret)
lib/libcurses/tinfo/tinfo_driver.c
156
drv_CanHandle(TERMINAL_CONTROL_BLOCK * TCB, const char *tname, int *errret)
lib/libcurses/tinfo/tinfo_driver.c
257
drv_dobeepflash(TERMINAL_CONTROL_BLOCK * TCB, int beepFlag)
lib/libcurses/tinfo/tinfo_driver.c
304
drv_print(TERMINAL_CONTROL_BLOCK * TCB, char *data, int len)
lib/libcurses/tinfo/tinfo_driver.c
318
drv_defaultcolors(TERMINAL_CONTROL_BLOCK * TCB, int fg, int bg)
lib/libcurses/tinfo/tinfo_driver.c
350
drv_setcolor(TERMINAL_CONTROL_BLOCK * TCB,
lib/libcurses/tinfo/tinfo_driver.c
386
drv_rescol(TERMINAL_CONTROL_BLOCK * TCB)
lib/libcurses/tinfo/tinfo_driver.c
402
drv_rescolors(TERMINAL_CONTROL_BLOCK * TCB)
lib/libcurses/tinfo/tinfo_driver.c
418
drv_size(TERMINAL_CONTROL_BLOCK * TCB, int *linep, int *colp)
lib/libcurses/tinfo/tinfo_driver.c
545
drv_getsize(TERMINAL_CONTROL_BLOCK * TCB, int *l, int *c)
lib/libcurses/tinfo/tinfo_driver.c
555
drv_setsize(TERMINAL_CONTROL_BLOCK * TCB, int l, int c)
lib/libcurses/tinfo/tinfo_driver.c
564
drv_sgmode(TERMINAL_CONTROL_BLOCK * TCB, int setFlag, TTY * buf)
lib/libcurses/tinfo/tinfo_driver.c
598
drv_mode(TERMINAL_CONTROL_BLOCK * TCB, int progFlag, int defFlag)
lib/libcurses/tinfo/tinfo_driver.c
675
drv_release(TERMINAL_CONTROL_BLOCK * TCB GCC_UNUSED)
lib/libcurses/tinfo/tinfo_driver.c
684
TERMINAL_CONTROL_BLOCK *TCB = TCBOf(sp);
lib/libcurses/tinfo/tinfo_driver.c
721
drv_init(TERMINAL_CONTROL_BLOCK * TCB)
lib/libcurses/tinfo/tinfo_driver.c
766
drv_initpair(TERMINAL_CONTROL_BLOCK * TCB, int pair, int f, int b)
lib/libcurses/tinfo/tinfo_driver.c
811
drv_initcolor(TERMINAL_CONTROL_BLOCK * TCB,
lib/libcurses/tinfo/tinfo_driver.c
824
drv_do_color(TERMINAL_CONTROL_BLOCK * TCB,
lib/libcurses/tinfo/tinfo_driver.c
916
drv_initmouse(TERMINAL_CONTROL_BLOCK * TCB)
lib/libcurses/tinfo/tinfo_driver.c
935
drv_testmouse(TERMINAL_CONTROL_BLOCK * TCB,
lib/libcurses/tinfo/tinfo_driver.c
977
drv_mvcur(TERMINAL_CONTROL_BLOCK * TCB, int yold, int xold, int ynew, int xnew)
lib/libcurses/tinfo/tinfo_driver.c
985
drv_hwlabel(TERMINAL_CONTROL_BLOCK * TCB, int labnum, char *text)
lib/libcurses/tinfo/tinfo_driver.c
997
drv_hwlabelOnOff(TERMINAL_CONTROL_BLOCK * TCB, int OnFlag)