Symbol: DriverTCB
lib/libcurses/curses.priv.h
2387
const char* (*td_name)(struct DriverTCB*);
lib/libcurses/curses.priv.h
2388
bool (*td_CanHandle)(struct DriverTCB*, const char*, int*);
lib/libcurses/curses.priv.h
2389
void (*td_init)(struct DriverTCB*);
lib/libcurses/curses.priv.h
2390
void (*td_release)(struct DriverTCB*);
lib/libcurses/curses.priv.h
2391
int (*td_size)(struct DriverTCB*, int* Line, int *Cols);
lib/libcurses/curses.priv.h
2392
int (*td_sgmode)(struct DriverTCB*, int setFlag, TTY*);
lib/libcurses/curses.priv.h
2393
chtype (*td_conattr)(struct DriverTCB*);
lib/libcurses/curses.priv.h
2394
int (*td_hwcur)(struct DriverTCB*, int yold, int xold, int y, int x);
lib/libcurses/curses.priv.h
2395
int (*td_mode)(struct DriverTCB*, int progFlag, int defFlag);
lib/libcurses/curses.priv.h
2396
bool (*td_rescol)(struct DriverTCB*);
lib/libcurses/curses.priv.h
2397
bool (*td_rescolors)(struct DriverTCB*);
lib/libcurses/curses.priv.h
2398
void (*td_color)(struct DriverTCB*, int fore, int color, int(*)(SCREEN*, int));
lib/libcurses/curses.priv.h
2399
int (*td_doBeepOrFlash)(struct DriverTCB*, int);
lib/libcurses/curses.priv.h
2400
void (*td_initpair)(struct DriverTCB*, int, int, int);
lib/libcurses/curses.priv.h
2401
void (*td_initcolor)(struct DriverTCB*, int, int, int, int);
lib/libcurses/curses.priv.h
2402
void (*td_docolor)(struct DriverTCB*, int, int, int, int(*)(SCREEN*, int));
lib/libcurses/curses.priv.h
2403
void (*td_initmouse)(struct DriverTCB*);
lib/libcurses/curses.priv.h
2404
int (*td_testmouse)(struct DriverTCB*, int EVENTLIST_2nd(_nc_eventlist*));
lib/libcurses/curses.priv.h
2405
void (*td_setfilter)(struct DriverTCB*);
lib/libcurses/curses.priv.h
2406
void (*td_hwlabel)(struct DriverTCB*, int, char*);
lib/libcurses/curses.priv.h
2407
void (*td_hwlabelOnOff)(struct DriverTCB*, int);
lib/libcurses/curses.priv.h
2408
int (*td_update)(struct DriverTCB*);
lib/libcurses/curses.priv.h
2409
int (*td_defaultcolors)(struct DriverTCB*, int, int);
lib/libcurses/curses.priv.h
2410
int (*td_print)(struct DriverTCB*, char*, int);
lib/libcurses/curses.priv.h
2411
int (*td_getsize)(struct DriverTCB*, int*, int*);
lib/libcurses/curses.priv.h
2412
int (*td_setsize)(struct DriverTCB*, int, int);
lib/libcurses/curses.priv.h
2413
void (*td_initacs)(struct DriverTCB*, chtype*, chtype*);
lib/libcurses/curses.priv.h
2416
int (*td_twait)(struct DriverTCB*, int, int, int* EVENTLIST_2nd(_nc_eventlist*));
lib/libcurses/curses.priv.h
2417
int (*td_read)(struct DriverTCB*, int*);
lib/libcurses/curses.priv.h
2418
int (*td_nap)(struct DriverTCB*, int);
lib/libcurses/curses.priv.h
2419
int (*td_kpad)(struct DriverTCB*, int);
lib/libcurses/curses.priv.h
2420
int (*td_kyOk)(struct DriverTCB*, int, int);
lib/libcurses/curses.priv.h
2421
bool (*td_kyExist)(struct DriverTCB*, int);
lib/libcurses/curses.priv.h
2422
int (*td_cursorSet)(struct DriverTCB*, int);
lib/libcurses/curses.priv.h
914
struct DriverTCB; /* Terminal Control Block forward declaration */
lib/libcurses/term.priv.h
150
struct DriverTCB; /* Terminal Control Block forward declaration */
lib/libcurses/term.priv.h
202
int (*term_driver)(struct DriverTCB*, const char*, int*);