Searched refs:DriverTCB (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 914 struct DriverTCB; /* Terminal Control Block forward declaration */ 2393 const char* (*td_name)(struct DriverTCB*); 2394 bool (*td_CanHandle)(struct DriverTCB*, const char*, int*); 2395 void (*td_init)(struct DriverTCB*); 2396 void (*td_release)(struct DriverTCB*); 2397 int (*td_size)(struct DriverTCB*, int* Line, int *Cols); 2398 int (*td_sgmode)(struct DriverTCB*, int setFlag, TTY*); 2399 chtype (*td_conattr)(struct DriverTCB*); 2400 int (*td_hwcur)(struct DriverTCB*, int yold, int xold, int y, int x); 2401 int (*td_mode)(struct DriverTCB*, int progFlag, int defFlag); [all …]
|
H A D | term.priv.h | 180 struct DriverTCB; /* Terminal Control Block forward declaration */ 232 int (*term_driver)(struct DriverTCB*, const char*, int*);
|