|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ T ┃
Length: 1429 (0x595) Types: TextFile Names: »Tekparse.h«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦526ad3590⟧ »EUUGD11/gnu-31mar87/X.V10.R4.tar.Z« └─⟦2109abc41⟧ └─ ⟦this⟧ »./X.V10R4/xterm/Tekparse.h«
/* * $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.6 11/7/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)