[BACK]Return to impcodes.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot / term

Annotation of OpenXM_contrib/gnuplot/term/impcodes.h, Revision 1.1

1.1     ! maekawa     1: /*
        !             2:  * $Id: impcodes.h,v 1.4 1993/09/27 17:16:08 alex Exp $
        !             3:  */
        !             4:
        !             5: /*
        !             6:  * Copyright (c) 1985 Regents of the University of California.
        !             7:  * All rights reserved.  The Berkeley software License Agreement
        !             8:  * specifies the terms and conditions for redistribution.
        !             9:  *
        !            10:  *     @(#)imPcodes.h  5.1 (Berkeley) 9/21/85
        !            11:  */
        !            12:
        !            13: #define        imP_SP  128
        !            14: #define        imP_SP1 129
        !            15: #define        imP_OLD_MMOVE   130
        !            16: #define        imP_MPLUS       131
        !            17: #define        imP_MMINUS      132
        !            18: #define        imP_MMOVE       133
        !            19: #define        imP_SMOVE       134
        !            20:
        !            21: #define        imP_SET_ABS_H   135
        !            22: #define        imP_SET_REL_H   136
        !            23: #define        imP_SET_ABS_V   137
        !            24: #define        imP_SET_REL_V   138
        !            25:
        !            26: #define        imP_SRULE       192
        !            27: #define        imP_BRULE       193
        !            28:
        !            29: #define        imP_SET_HPOS    195
        !            30: #define        imP_SET_VPOS    196
        !            31: #define        imP_CRLF        197
        !            32: #define        imP_SGLY        198
        !            33: #define        imP_BGLY        199
        !            34: #define        imP_DELG        200
        !            35: #define        imP_DELC        201
        !            36: #define        imP_DELF        202
        !            37:
        !            38: #define        imP_SET_HV_SYSTEM       205
        !            39: #define        imP_SET_ADV_DIRS        206
        !            40: #define        imP_SET_FAMILY  207
        !            41: #define        imP_SET_IL      208
        !            42: #define        imP_SET_BOL     209
        !            43: #define        imP_SET_SP      210
        !            44: #define        imP_PUSH        211
        !            45: #define        imP_POP 212
        !            46: #define        imP_PAGE        213
        !            47: #define        imP_SET_PUSH_MASK       214
        !            48: #define        imP_ENDPAGE     219
        !            49:
        !            50: #define        imP_CREATE_FAMILY_TABLE 221
        !            51: #define        imP_CREATE_MAP  222
        !            52:
        !            53: #define        imP_CREATE_PATH 230
        !            54: #define        imP_SET_TEXTURE 231
        !            55: #define        imP_SET_PEN     232
        !            56: #define        imP_FILL_PATH   233
        !            57: #define        imP_DRAW_PATH   234
        !            58: #define        imP_BITMAP      235
        !            59: #define        imP_SET_MAGN    236
        !            60: #define        imP_SET_DRAW_PATTERN    237
        !            61:
        !            62: #define        imP_EOF 255
        !            63:
        !            64:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>