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