Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h2531 const char* (*td_name)(struct DriverTCB*);
2533 void (*td_init)(struct DriverTCB*);
2534 void (*td_release)(struct DriverTCB*);
2537 chtype (*td_conattr)(struct DriverTCB*);
2540 bool (*td_rescol)(struct DriverTCB*);
2541 bool (*td_rescolors)(struct DriverTCB*);
2547 void (*td_initmouse)(struct DriverTCB*);
2549 void (*td_setfilter)(struct DriverTCB*);
2552 int (*td_update)(struct DriverTCB*);
2562 int (*td_nap)(struct DriverTCB*, int);
[all …]