summaryrefslogtreecommitdiff
path: root/support/tek2eepic/Tekparse.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/tek2eepic/Tekparse.h
Initial commit
Diffstat (limited to 'support/tek2eepic/Tekparse.h')
-rw-r--r--support/tek2eepic/Tekparse.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/support/tek2eepic/Tekparse.h b/support/tek2eepic/Tekparse.h
new file mode 100644
index 0000000000..164577db33
--- /dev/null
+++ b/support/tek2eepic/Tekparse.h
@@ -0,0 +1,40 @@
+/*
+ * $Source: /u1/X/xterm/RCS/Tekparse.h,v $
+ * $Header: Tekparse.h,v 10.100 86/12/01 14:39:07 jg Rel $
+ */
+
+/* @(#)Tekparse.h X10/6.6B 12/26/86 */
+#define CASE_REPORT 0
+#define CASE_VT_MODE (CASE_REPORT + 1)
+#define CASE_SPT_STATE (CASE_VT_MODE + 1)
+#define CASE_GIN (CASE_SPT_STATE + 1)
+#define CASE_BEL (CASE_GIN + 1)
+#define CASE_BS (CASE_BEL + 1)
+#define CASE_PT_STATE (CASE_BS + 1)
+#define CASE_PLT_STATE (CASE_PT_STATE + 1)
+#define CASE_TAB (CASE_PLT_STATE + 1)
+#define CASE_IPL_STATE (CASE_TAB + 1)
+#define CASE_ALP_STATE (CASE_IPL_STATE + 1)
+#define CASE_UP (CASE_ALP_STATE + 1)
+#define CASE_COPY (CASE_UP + 1)
+#define CASE_PAGE (CASE_COPY + 1)
+#define CASE_BES_STATE (CASE_PAGE + 1)
+#define CASE_BYP_STATE (CASE_BES_STATE + 1)
+#define CASE_IGNORE (CASE_BYP_STATE + 1)
+#define CASE_ASCII (CASE_IGNORE + 1)
+#define CASE_APL (CASE_ASCII + 1)
+#define CASE_CHAR_SIZE (CASE_APL + 1)
+#define CASE_BEAM_VEC (CASE_CHAR_SIZE + 1)
+#define CASE_CURSTATE (CASE_BEAM_VEC + 1)
+#define CASE_PENUP (CASE_CURSTATE + 1)
+#define CASE_PENDOWN (CASE_PENUP + 1)
+#define CASE_IPL_POINT (CASE_PENDOWN + 1)
+#define CASE_PLT_VEC (CASE_IPL_POINT + 1)
+#define CASE_PT_POINT (CASE_PLT_VEC + 1)
+#define CASE_SPT_POINT (CASE_PT_POINT + 1)
+#define CASE_CR (CASE_SPT_POINT + 1)
+#define CASE_ESC_STATE (CASE_CR + 1)
+#define CASE_LF (CASE_ESC_STATE + 1)
+#define CASE_SP (CASE_LF + 1)
+#define CASE_PRINT (CASE_SP + 1)
+#define CASE_OSC (CASE_PRINT + 1)