summaryrefslogtreecommitdiff
path: root/dviware/umddvi/dev/interpress.h
blob: e116267d88769a2e459d77c493ee301adbc7354b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
 * Copyright (c) 1987 University of Maryland Department of Computer Science.
 * All rights reserved.  Permission to copy for any purpose is hereby granted
 * so long as this copyright notice remains intact.
 */

/* you are assumed to have read the Xerox Interpress documents... I am
   not going to attempt to explain what these mean. */

/* sequences */
#define SeqString	1
#define SeqInteger	2
#define SeqRational	4
#define SeqIdentifier	5
#define SeqComment	6
#define SeqContinued	7
#define SeqLargeVec	8
#define SeqPackedPixVec	9
#define SeqComprPixVec	10
#define SeqAdapPixVec	12

/* operators */

/* pseudo ops */
#define IPBegin		102
#define IPEnd		103
#define IPPageInstr	105
#define IPLB		106	/* { */
#define IPRB		107	/* } */