|
|
1.1 ! root 1: /* ! 2: * $Source: /u1/X11/clients/xterm/RCS/Tekparse.h,v $ ! 3: * $Header: Tekparse.h,v 1.5 87/09/11 08:16:56 toddb Exp $ ! 4: */ ! 5: ! 6: #include <X11/copyright.h> ! 7: ! 8: /* ! 9: * Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. ! 10: * ! 11: * All Rights Reserved ! 12: * ! 13: * Permission to use, copy, modify, and distribute this software and its ! 14: * documentation for any purpose and without fee is hereby granted, ! 15: * provided that the above copyright notice appear in all copies and that ! 16: * both that copyright notice and this permission notice appear in ! 17: * supporting documentation, and that the name of Digital Equipment ! 18: * Corporation not be used in advertising or publicity pertaining to ! 19: * distribution of the software without specific, written prior permission. ! 20: * ! 21: * ! 22: * DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ! 23: * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL ! 24: * DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ! 25: * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, ! 26: * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ! 27: * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ! 28: * SOFTWARE. ! 29: */ ! 30: ! 31: ! 32: /* @(#)Tekparse.h X10/6.6 11/7/86 */ ! 33: #define CASE_REPORT 0 ! 34: #define CASE_VT_MODE (CASE_REPORT + 1) ! 35: #define CASE_SPT_STATE (CASE_VT_MODE + 1) ! 36: #define CASE_GIN (CASE_SPT_STATE + 1) ! 37: #define CASE_BEL (CASE_GIN + 1) ! 38: #define CASE_BS (CASE_BEL + 1) ! 39: #define CASE_PT_STATE (CASE_BS + 1) ! 40: #define CASE_PLT_STATE (CASE_PT_STATE + 1) ! 41: #define CASE_TAB (CASE_PLT_STATE + 1) ! 42: #define CASE_IPL_STATE (CASE_TAB + 1) ! 43: #define CASE_ALP_STATE (CASE_IPL_STATE + 1) ! 44: #define CASE_UP (CASE_ALP_STATE + 1) ! 45: #define CASE_COPY (CASE_UP + 1) ! 46: #define CASE_PAGE (CASE_COPY + 1) ! 47: #define CASE_BES_STATE (CASE_PAGE + 1) ! 48: #define CASE_BYP_STATE (CASE_BES_STATE + 1) ! 49: #define CASE_IGNORE (CASE_BYP_STATE + 1) ! 50: #define CASE_ASCII (CASE_IGNORE + 1) ! 51: #define CASE_APL (CASE_ASCII + 1) ! 52: #define CASE_CHAR_SIZE (CASE_APL + 1) ! 53: #define CASE_BEAM_VEC (CASE_CHAR_SIZE + 1) ! 54: #define CASE_CURSTATE (CASE_BEAM_VEC + 1) ! 55: #define CASE_PENUP (CASE_CURSTATE + 1) ! 56: #define CASE_PENDOWN (CASE_PENUP + 1) ! 57: #define CASE_IPL_POINT (CASE_PENDOWN + 1) ! 58: #define CASE_PLT_VEC (CASE_IPL_POINT + 1) ! 59: #define CASE_PT_POINT (CASE_PLT_VEC + 1) ! 60: #define CASE_SPT_POINT (CASE_PT_POINT + 1) ! 61: #define CASE_CR (CASE_SPT_POINT + 1) ! 62: #define CASE_ESC_STATE (CASE_CR + 1) ! 63: #define CASE_LF (CASE_ESC_STATE + 1) ! 64: #define CASE_SP (CASE_LF + 1) ! 65: #define CASE_PRINT (CASE_SP + 1) ! 66: #define CASE_OSC (CASE_PRINT + 1)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.