Searched defs:term_driver (Results 1 – 1 of 1) sorted by relevance
957 int (*term_driver)(struct DriverTCB*, const char*, int*); member2497 typedef struct term_driver { struct2498 bool isTerminfo;2499 const char* (*td_name)(struct DriverTCB*);2500 bool (*td_CanHandle)(struct DriverTCB*, const char*, int*);2501 void (*td_init)(struct DriverTCB*);2502 void (*td_release)(struct DriverTCB*);2503 int (*td_size)(struct DriverTCB*, int* Line, int *Cols);2504 int (*td_sgmode)(struct DriverTCB*, int setFlag, TTY*);2505 chtype (*td_conattr)(struct DriverTCB*);[all …]