|
|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T U c
Length: 535 (0x217)
Types: TextFile
Notes: UNIX file
Names: »csp.h«
└─⟦22cab2c1b⟧ Bits:30004042/kcaddon.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦22cab2c1b⟧ UNIX Filesystem
└─⟦this⟧ »KC/new/usr/include/sys/csp.h«
/* Special ioctl's for CSP terminals */
#define TNCON ('M'<<8 | 1)
#define TTERM ('M'<<8 | 2)
#define TNAME ('M'<<8 | 3)
#define TAPPL ('M'<<8 | 4)
#define TVERS ('M'<<8 | 5)
#define TCAPL ('M'<<8 | 6)
#define TDFLT ('M'<<8 | 7)
#define TGDFLT ('M'<<8 | 8)
#define TSTERM ('M'<<8 | 9)
#define T7BIT ('M'<<8 | 15)
/* TNCON structure */
struct tncon {
unsigned char tn_unit;
unsigned char tn_res;
char tn_name[12];
unsigned short tn_appl;
};
/* T7BIT structure */
struct t7bit {
unsigned char t7_len;
char t7_string[32];
};