File: impcodes.h

package info (click to toggle)
gnuplot 4.6.6-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 15,640 kB
  • sloc: ansic: 85,383; cpp: 6,743; lisp: 3,999; makefile: 2,126; sh: 976; objc: 647; asm: 539; perl: 310; awk: 235; pascal: 194; csh: 179; tcl: 88; python: 46
file content (64 lines) | stat: -rw-r--r-- 1,365 bytes parent folder | download | duplicates (9)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/*
 * $Id: impcodes.h,v 1.1.1.1 1998/04/15 19:16:49 lhecking Exp $
 */

/*
 * Copyright (c) 1985 Regents of the University of California.
 * All rights reserved.  The Berkeley software License Agreement
 * specifies the terms and conditions for redistribution.
 *
 *	@(#)imPcodes.h	5.1 (Berkeley) 9/21/85
 */

#define	imP_SP	128
#define	imP_SP1	129
#define	imP_OLD_MMOVE	130
#define	imP_MPLUS	131
#define	imP_MMINUS	132
#define	imP_MMOVE	133
#define	imP_SMOVE	134

#define	imP_SET_ABS_H	135
#define	imP_SET_REL_H	136
#define	imP_SET_ABS_V	137
#define	imP_SET_REL_V	138

#define	imP_SRULE	192
#define	imP_BRULE	193

#define	imP_SET_HPOS	195
#define	imP_SET_VPOS	196
#define	imP_CRLF	197
#define	imP_SGLY	198
#define	imP_BGLY	199
#define	imP_DELG	200
#define	imP_DELC	201
#define	imP_DELF	202

#define	imP_SET_HV_SYSTEM	205
#define	imP_SET_ADV_DIRS	206
#define	imP_SET_FAMILY	207
#define	imP_SET_IL	208
#define	imP_SET_BOL	209
#define	imP_SET_SP	210
#define	imP_PUSH	211
#define	imP_POP	212
#define	imP_PAGE	213
#define	imP_SET_PUSH_MASK	214
#define	imP_ENDPAGE	219

#define	imP_CREATE_FAMILY_TABLE	221
#define	imP_CREATE_MAP	222

#define	imP_CREATE_PATH	230
#define	imP_SET_TEXTURE	231
#define	imP_SET_PEN	232
#define	imP_FILL_PATH	233
#define	imP_DRAW_PATH	234
#define	imP_BITMAP	235
#define	imP_SET_MAGN	236
#define	imP_SET_DRAW_PATTERN	237

#define	imP_EOF	255