Home
last modified time | relevance | path

Searched refs:DriverTCB (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h978 struct DriverTCB; /* Terminal Control Block forward declaration */
2446 const char* (*td_name)(struct DriverTCB*);
2447 bool (*td_CanHandle)(struct DriverTCB*, const char*, int*);
2448 void (*td_init)(struct DriverTCB*);
2449 void (*td_release)(struct DriverTCB*);
2450 int (*td_size)(struct DriverTCB*, int* Line, int *Cols);
2451 int (*td_sgmode)(struct DriverTCB*, int setFlag, TTY*);
2452 chtype (*td_conattr)(struct DriverTCB*);
2453 int (*td_hwcur)(struct DriverTCB*, int yold, int xold, int y, int x);
2454 int (*td_mode)(struct DriverTCB*, int progFlag, int defFlag);
[all …]
H A Dterm.priv.h180 struct DriverTCB; /* Terminal Control Block forward declaration */
232 int (*term_driver)(struct DriverTCB*, const char*, int*);