/* * * Breakthru system service input definitions. */ #ifndef _BRKDEF_H #define _BRKDEF_H /* send-type codes */ #define BRK$C_DEVICE 1 /* device name */ #define BRK$C_USERNAME 2 /* user name */ #define BRK$C_ALLUSERS 3 /* all logged in users */ #define BRK$C_ALLTERMS 4 /* all terminals */ #define BRK$C_MAXSENDTYPE 4 /* Requestor ID's, DEC use only (0-31) */ #define BRK$C_GENERAL 0 /* general (or unspecified) */ #define BRK$C_PHONE 1 /* phone */ #define BRK$C_MAIL 2 /* mail */ #define BRK$C_QUEUE 3 /* queue manager */ #define BRK$C_SHUTDOWN 4 /* system shutdown */ #define BRK$C_URGENT 5 /* urgent message */ #define BRK$C_DCL 6 /* DCL (control T) */ #define BRK$C_OPCOM 7 /* operator message */ /* Note that only first 16 are really stored by TTDRIVER now */ #define BRK$C_USER1 32 /* reserved to customer */ #define BRK$C_USER2 33 /* " */ #define BRK$C_USER3 34 #define BRK$C_USER4 35 #define BRK$C_USER5 36 #define BRK$C_USER6 37 #define BRK$C_USER7 38 #define BRK$C_USER8 39 #define BRK$C_USER9 40 #define BRK$C_USER10 41 #define BRK$C_USER11 42 #define BRK$C_USER12 43 #define BRK$C_USER13 44 #define BRK$C_USER14 45 #define BRK$C_USER15 46 #define BRK$C_USER16 47 #define BRK$V_SCREEN 8 #define BRK$V_BOTTOM 9 #define BRK$V_NOREFRESH 10 #define BRK$V_CLUSTER 11 #define BRK$V_REMOTENODE 12 #define BRK$V_PROVIDE_COUNTS 13 #define BRK$V_CSID 14 #define BRK$M_SCREEN (1<