Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h2499 const char* (*td_name)(struct DriverTCB*);
2501 void (*td_init)(struct DriverTCB*);
2502 void (*td_release)(struct DriverTCB*);
2505 chtype (*td_conattr)(struct DriverTCB*);
2508 bool (*td_rescol)(struct DriverTCB*);
2509 bool (*td_rescolors)(struct DriverTCB*);
2515 void (*td_initmouse)(struct DriverTCB*);
2517 void (*td_setfilter)(struct DriverTCB*);
2520 int (*td_update)(struct DriverTCB*);
2530 int (*td_nap)(struct DriverTCB*, int);
[all …]