new copyright; att/bsd/shared
[unix-history] / usr / src / usr.bin / pascal / src / send.h
CommitLineData
0fc6e47b
KB
1/*-
2 * Copyright (c) 1980 The Regents of the University of California.
3 * All rights reserved.
252367af 4 *
0fc6e47b
KB
5 * %sccs.include.redist.c%
6 *
7 * @(#)send.h 5.2 (Berkeley) %G%
252367af 8 */
f1d2be19
PK
9
10#define RINIT 1
11#define RENQ 2
12#define RTREE 3
13#define RTRFREE 4
14#define RTRCHK 5
15#define REVENIT 6
16#define RSTRING 7
17#define REVLAB 8
18#define REVCNST 9
19#define REVTBEG 10
20#define REVTYPE 11
21#define REVTEND 12
22#define REVVBEG 13
23#define REVVAR 14
24#define REVVEND 15
25#define REVFHDR 16
26#define REVFFWD 17
27#define REVFBDY 18
28#define REVFEND 19
29#define ROPUSH 20
30#define ROPOP 21
31#define ROSET 22
32#define RKILL 23
33#define RFINISH 24
34
35#define RLAST 24
36
37extern char *trdesc[];