Searched refs:DriverTCB (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/lib/libcurses/ |
| H A D | curses.priv.h | 914 struct DriverTCB; /* Terminal Control Block forward declaration */ 2387 const char* (*td_name)(struct DriverTCB*); 2388 bool (*td_CanHandle)(struct DriverTCB*, const char*, int*); 2389 void (*td_init)(struct DriverTCB*); 2390 void (*td_release)(struct DriverTCB*); 2391 int (*td_size)(struct DriverTCB*, int* Line, int *Cols); 2392 int (*td_sgmode)(struct DriverTCB*, int setFlag, TTY*); 2393 chtype (*td_conattr)(struct DriverTCB*); 2394 int (*td_hwcur)(struct DriverTCB*, int yold, int xold, int y, int x); 2395 int (*td_mode)(struct DriverTCB*, int progFlag, int defFlag); [all …]
|
| H A D | term.priv.h | 150 struct DriverTCB; /* Terminal Control Block forward declaration */ 202 int (*term_driver)(struct DriverTCB*, const char*, int*);
|