|
|
1.1 root 1: /* C K U U S R . H -- Symbol definitions for C-Kermit ckuus*.c modules */
2:
3: /*
4: Author: Frank da Cruz (SY.FDC@CU20B),
5: Columbia University Center for Computing Activities, January 1985.
6: Copyright (C) 1985, Trustees of Columbia University in the City of New York.
7: Permission is granted to any individual or institution to use, copy, or
8: redistribute this software so long as it is not sold for profit, provided this
9: copyright notice is retained.
10: */
11:
12: #ifndef vax11c
13: #include <sys/types.h>
14: #include <pwd.h>
15: #endif
16:
17: /* Values associated with top-level commands, must be 0 or greater. */
18:
19: #define XXBYE 0 /* BYE */
20: #define XXCLE 1 /* CLEAR */
21: #define XXCLO 2 /* CLOSE */
22: #define XXCON 3 /* CONNECT */
23: #define XXCPY 4 /* COPY */
24: #define XXCWD 5 /* CWD (Change Working Directory) */
25: #define XXDEF 6 /* DEFINE (a command macro) */
26: #define XXDEL 7 /* (Local) DELETE */
27: #define XXDIR 8 /* (Local) DIRECTORY */
28: #define XXDIS 9 /* DISCONNECT */
29: #define XXECH 10 /* ECHO */
30: #define XXEXI 11 /* EXIT */
31: #define XXFIN 12 /* FINISH */
32: #define XXGET 13 /* GET */
33: #define XXHLP 14 /* HELP */
34: #define XXINP 15 /* INPUT */
35: #define XXLOC 16 /* LOCAL */
36: #define XXLOG 17 /* LOG */
37: #define XXMAI 18 /* MAIL */
38: #define XXMOU 19 /* (Local) MOUNT */
39: #define XXMSG 20 /* (Local) MESSAGE */
40: #define XXOUT 21 /* OUTPUT */
41: #define XXPAU 22 /* PAUSE */
42: #define XXPRI 23 /* (Local) PRINT */
43: #define XXQUI 24 /* QUIT */
44: #define XXREC 25 /* RECEIVE */
45: #define XXREM 26 /* REMOTE */
46: #define XXREN 27 /* (Local) RENAME */
47: #define XXSEN 28 /* SEND */
48: #define XXSER 29 /* SERVER */
49: #define XXSET 30 /* SET */
50: #define XXSHE 31 /* Command for SHELL */
51: #define XXSHO 32 /* SHOW */
52: #define XXSPA 33 /* (Local) SPACE */
53: #define XXSTA 34 /* STATISTICS */
54: #define XXSUB 35 /* (Local) SUBMIT */
55: #define XXTAK 36 /* TAKE */
56: #define XXTRA 37 /* TRANSMIT */
57: #define XXTYP 38 /* (Local) TYPE */
58: #define XXWHO 39 /* (Local) WHO */
59: #define XXDIAL 40 /* (Local) DIAL */
60: #define XXLOGI 41 /* (Local) SCRIPT */
61: #define XXCOM 42 /* Comment */
62:
63: /* SET parameters */
64:
65: #define XYBREA 0 /* BREAK simulation */
66: #define XYCHKT 1 /* Block check type */
67: #define XYDEBU 2 /* Debugging */
68: #define XYDELA 3 /* Delay */
69: #define XYDUPL 4 /* Duplex */
70: #define XYEOL 5 /* End-Of-Line (packet terminator) */
71: #define XYESC 6 /* Escape character */
72: #define XYFILE 7 /* File Parameters */
73: #define XYFILN 0 /* Naming */
74: #define XYFILT 1 /* Type */
75: #define XYFILW 2 /* Warning */
76: #define XYFILD 3 /* ... */
77: /* empty space to add something */
78: #define XYFLOW 9 /* Flow Control */
79: #define XYHAND 10 /* Handshake */
80: #define XYIFD 11 /* Incomplete File Disposition */
81: #define XYIMAG 12 /* "Image Mode" */
82: #define XYINPU 13 /* INPUT command parameters */
83: #define XYLEN 14 /* Maximum packet length to send */
84: #define XYLINE 15 /* Communication line to use */
85: #define XYLOG 16 /* Log file */
86: #define XYMARK 17 /* Start of Packet mark */
87: #define XYNPAD 18 /* Amount of padding */
88: #define XYPADC 19 /* Pad character */
89: #define XYPARI 20 /* Parity */
90: #define XYPAUS 21 /* Interpacket pause */
91: #define XYPROM 22 /* Program prompt string */
92: #define XYQBIN 23 /* 8th-bit prefix */
93: #define XYQCTL 24 /* Control character prefix */
94: #define XYREPT 25 /* Repeat count prefix */
95: #define XYRETR 26 /* Retry limit */
96: #define XYSPEE 27 /* Line speed (baud rate) */
97: #define XYTACH 28 /* Character to be doubled */
98: #define XYTIMO 29 /* Timeout interval */
99: #define XYMODM 30 /* Modem type */
100: #define XYSEND 31 /* SEND parameters, used with some of the above */
101: #define XYRECV 32 /* RECEIVE parameters, ditto */
102:
103: /* REMOTE command symbols */
104:
105: #define XZCPY 0 /* Copy */
106: #define XZCWD 1 /* Change Working Directory */
107: #define XZDEL 2 /* Delete */
108: #define XZDIR 3 /* Directory */
109: #define XZHLP 4 /* Help */
110: #define XZHOS 5 /* Host */
111: #define XZKER 6 /* Kermit */
112: #define XZLGI 7 /* Login */
113: #define XZLGO 8 /* Logout */
114: #define XZMAI 9 /* Mail */
115: #define XZMOU 10 /* Mount */
116: #define XZMSG 11 /* Message */
117: #define XZPRI 12 /* Print */
118: #define XZREN 13 /* Rename */
119: #define XZSET 14 /* Set */
120: #define XZSPA 15 /* Space */
121: #define XZSUB 16 /* Submit */
122: #define XZTYP 17 /* Type */
123: #define XZWHO 18 /* Who */
124:
125: /* Symbols for logs */
126:
127: #define LOGD 0 /* Debugging */
128: #define LOGP 1 /* Packets */
129: #define LOGS 2 /* Session */
130: #define LOGT 3 /* Transaction */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.