|
|
1.1 root 1: /* Copyright (c) 1987 AT&T */
2: /* All Rights Reserved */
3:
4: /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
5: /* The copyright notice above does not evidence any */
6: /* actual or intended publication of such source code. */
7:
8: #include <sccsid.h>
9: HVERSION(msgs, @(#)msgs.h 1.1.1.2 (5/12/87));
10:
11: /*
12: * Character-driven state machine information for DMD to Unix communication.
13: */
14:
15: #define C_SENDCHAR 1 /* Send character to layer process */
16: #define C_NEW 2 /* Create new layer process group */
17: #define C_UNBLK 3 /* Unblock layer process */
18: #define C_DELETE 4 /* Delete layer process group */
19: #define C_EXIT 5 /* Exit */
20: #define C_BRAINDEATH 6 /* Send terminate signal to proc. group */
21: #define C_SENDNCHARS 7 /* Send several characters to layer proc. */
22: #define C_RESHAPE 8 /* Layer has been reshaped */
23:
24: /*
25: * SENDCHAR goes through canon, SENDNCHARS does not.
26: * Usual format is: [command][data]
27: */
28:
29: /* 630 additionals */
30:
31: #define W_JWIN 16 /* Window with label has been reshaped */
32:
33: #define S_NONMUX 32 /* Clear the IO stream for nonmux environment */
34: #define S_MUX 33 /* Initiallize IO stream for mux environment */
35: #define S_NMLOAD 34 /* Set up stream for nonmux download */
36: #define S_OLYLOAD 35 /* Set up stream for overlay download */
37: #define S_HANGUP 36 /* Connectivity is lost, try to recover */
38:
39: #define K_STRTBRK 64 /* Start Break */
40: #define K_STOPBRK 65 /* Stop Break */
41: #define K_DISCON 66 /* Disconnect */
42: #define K_STOPDISC 67 /* Stop Disconnect */
43:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.