|
|
1.1 ! root 1: /* ! 2: * $Source: /u1/X/xterm/RCS/Tekparse.h,v $ ! 3: * $Header: Tekparse.h,v 10.100 86/12/01 14:39:07 jg Rel $ ! 4: */ ! 5: ! 6: /* @(#)Tekparse.h X10/6.6B 12/26/86 */ ! 7: #define CASE_REPORT 0 ! 8: #define CASE_VT_MODE (CASE_REPORT + 1) ! 9: #define CASE_SPT_STATE (CASE_VT_MODE + 1) ! 10: #define CASE_GIN (CASE_SPT_STATE + 1) ! 11: #define CASE_BEL (CASE_GIN + 1) ! 12: #define CASE_BS (CASE_BEL + 1) ! 13: #define CASE_PT_STATE (CASE_BS + 1) ! 14: #define CASE_PLT_STATE (CASE_PT_STATE + 1) ! 15: #define CASE_TAB (CASE_PLT_STATE + 1) ! 16: #define CASE_IPL_STATE (CASE_TAB + 1) ! 17: #define CASE_ALP_STATE (CASE_IPL_STATE + 1) ! 18: #define CASE_UP (CASE_ALP_STATE + 1) ! 19: #define CASE_COPY (CASE_UP + 1) ! 20: #define CASE_PAGE (CASE_COPY + 1) ! 21: #define CASE_BES_STATE (CASE_PAGE + 1) ! 22: #define CASE_BYP_STATE (CASE_BES_STATE + 1) ! 23: #define CASE_IGNORE (CASE_BYP_STATE + 1) ! 24: #define CASE_ASCII (CASE_IGNORE + 1) ! 25: #define CASE_APL (CASE_ASCII + 1) ! 26: #define CASE_CHAR_SIZE (CASE_APL + 1) ! 27: #define CASE_BEAM_VEC (CASE_CHAR_SIZE + 1) ! 28: #define CASE_CURSTATE (CASE_BEAM_VEC + 1) ! 29: #define CASE_PENUP (CASE_CURSTATE + 1) ! 30: #define CASE_PENDOWN (CASE_PENUP + 1) ! 31: #define CASE_IPL_POINT (CASE_PENDOWN + 1) ! 32: #define CASE_PLT_VEC (CASE_IPL_POINT + 1) ! 33: #define CASE_PT_POINT (CASE_PLT_VEC + 1) ! 34: #define CASE_SPT_POINT (CASE_PT_POINT + 1) ! 35: #define CASE_CR (CASE_SPT_POINT + 1) ! 36: #define CASE_ESC_STATE (CASE_CR + 1) ! 37: #define CASE_LF (CASE_ESC_STATE + 1) ! 38: #define CASE_SP (CASE_LF + 1) ! 39: #define CASE_PRINT (CASE_SP + 1) ! 40: #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.