Searched defs:DriverTCB (Results 1 – 1 of 1) sorted by relevance
2431 typedef struct DriverTCB struct2433 TERMINAL term; /* needs to be the first Element !!! */2434 TERM_DRIVER* drv; /* The driver for that Terminal */2435 SCREEN* csp; /* The screen that owns that Terminal */2436 TerminalInfo info; /* Driver independent core capabilities of the Terminal */2437 void* prop; /* Driver dependent property storage to be used by the Driver */2438 long magic;