1 /*
2  * CDDL HEADER START
3  *
4  * The contents of this file are subject to the terms of the
5  * Common Development and Distribution License, Version 1.0 only
6  * (the "License").  You may not use this file except in compliance
7  * with the License.
8  *
9  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10  * or http://www.opensolaris.org/os/licensing.
11  * See the License for the specific language governing permissions
12  * and limitations under the License.
13  *
14  * When distributing Covered Code, include this CDDL HEADER in each
15  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16  * If applicable, add the following below this CDDL HEADER, with the
17  * fields enclosed by brackets "[]" replaced with your own identifying
18  * information: Portions Copyright [yyyy] [name of copyright owner]
19  *
20  * CDDL HEADER END
21  */
22 /*
23  * Copyright 2001 Sun Microsystems, Inc.  All rights reserved.
24  * Use is subject to license terms.
25  */
26 
27 /*	Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T	*/
28 /*	  All Rights Reserved  	*/
29 
30 
31 /*	from OpenSolaris "aps.h	1.6	05/06/08 SMI"	*/
32 
33 /*
34  * Portions Copyright (c) 2005 Gunnar Ritter, Freiburg i. Br., Germany
35  *
36  * Sccsid @(#)aps.h	1.3 (gritter) 8/9/05
37  */
38 
39 /*
40  * University Copyright- Copyright (c) 1982, 1986, 1988
41  * The Regents of the University of California
42  * All Rights Reserved
43  *
44  * University Acknowledgment- Portions of this document are derived from
45  * software developed by the University of California, Berkeley, and its
46  * contributors.
47  */
48 
49 #define APSNOOP		00
50 #define HSP25U		0201
51 #define HSP400U		0202
52 #define HSP200U		0203
53 #define HSP100U		0204
54 #define HSP50U		0205
55 #define HSP72P		0206
56 #define HSP36P		0207
57 #define HSP18P		0210
58 #define HSP9P		0211
59 #define HSP45P		0212
60 #define MARKLOC		0217
61 #define RTNMARK		0220
62 #define DRAW		0221
63 #define RTNMARKX	0222
64 #define RTNMARKY	0223
65 #define SPEED		0240
66 #define DCLMSZ		0241
67 #define SETOBLIQUE	0242
68 #define WRREAD		0243
69 #define LFTMGN		0244
70 #define RETRACE		0245
71 #define UPDOWN		0246
72 #define DISPFONT	0257
73 #define FONT		0260
74 #define HSIZE		0261
75 #define VSIZE		0262
76 #define HVSIZE		0263
77 #define REPEAT		0264
78 #define SAVSTR		0265
79 #define EXSTR		0266
80 #define SETCTR		0267
81 #define SETPTR		0270
82 #define STRTJOB		0272
83 #define STRTPG		0273
84 #define SELFSCAN	0274
85 #define VSSPOTS		0276
86 #define HSSPOTS		0277
87 #define VSPABS		0300
88 #define VSPREL		0301
89 #define HSPABS		0302
90 #define HSPREL		0303
91 #define LTRSP		0304
92 #define LTRSPREL	0305
93 #define PGLEAD		0313
94 #define HPSNABS		0315
95 #define VPSNABS		0316
96 #define SKIP		0317
97 #define STORVERT	0320
98 #define STORVTSPOT	0321
99 #define SETTAB		0323
100 #define STRVRA		0325
101 #define STRHRA		0326
102 #define STRVRB		0327
103 #define STRHRB		0330
104 #define STORHSPA	0332
105 #define STORHSPB	0333
106 #define STORHSPC	0334
107 #define STORHSPD	0335
108 #define MKH		0336
109 #define RTNHMK		0337
110 #define EXVSP		0340
111 #define RTN		0341
112 #define CRTN		0342
113 #define XTAB		0343
114 #define XTABCR		0344
115 #define XRULA		0345
116 #define XRULATAB	0346
117 #define XRULB		0347
118 #define XNORMAL		0350
119 #define XOBLIQUE	0351
120 #define XHSPA		0352
121 #define XHSPB		0353
122 #define XHSPC		0354
123 #define XHSPD		0355
124 #define RESET		0356
125 #define DISPFNTS	0357
126 #define ENDSTR		0360
127 #define DECCTR		0361
128 #define MKV		0362
129 #define RTNVMK		0363
130 #define ESCGRAPHICS	0366
131 #define CUT		0374
132 #define HALT		0375
133 #define ENDJOB		0376
134 
135 #define MAXESCAPE 8400
136 #define MAXLEAD 32367
137