Searched defs:term_driver (Results  1 – 2 of 2) sorted by relevance
| /freebsd/contrib/ncurses/ncurses/ | 
| H A D | curses.priv.h | 2391 typedef struct term_driver {  struct 2392     bool   isTerminfo; 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); [all …] 
 | 
| H A D | term.priv.h | 232 	int		(*term_driver)(struct DriverTCB*, const char*, int*);  member
  |