|
|
1.1 ! root 1: /* ! 2: * $Source: /u1/X/xterm/RCS/VTparse.h,v $ ! 3: * $Header: VTparse.h,v 10.101 86/12/01 21:49:38 jg Rel $ ! 4: */ ! 5: ! 6: /* @(#)VTparse.h X10/6.6B 12/26/86 */ ! 7: #define CASE_GROUND_STATE 0 ! 8: #define CASE_IGNORE_STATE (CASE_GROUND_STATE+1) ! 9: #define CASE_IGNORE_ESC (CASE_IGNORE_STATE+1) ! 10: #define CASE_IGNORE (CASE_IGNORE_ESC+1) ! 11: #define CASE_BELL (CASE_IGNORE+1) ! 12: #define CASE_BS (CASE_BELL+1) ! 13: #define CASE_CR (CASE_BS+1) ! 14: #define CASE_ESC (CASE_CR+1) ! 15: #define CASE_VMOT (CASE_ESC+1) ! 16: #define CASE_TAB (CASE_VMOT+1) ! 17: #define CASE_SI (CASE_TAB+1) ! 18: #define CASE_SO (CASE_SI+1) ! 19: #define CASE_SCR_STATE (CASE_SO+1) ! 20: #define CASE_SCS0_STATE (CASE_SCR_STATE+1) ! 21: #define CASE_SCS1_STATE (CASE_SCS0_STATE+1) ! 22: #define CASE_SCS2_STATE (CASE_SCS1_STATE+1) ! 23: #define CASE_SCS3_STATE (CASE_SCS2_STATE+1) ! 24: #define CASE_ESC_IGNORE (CASE_SCS3_STATE+1) ! 25: #define CASE_ESC_DIGIT (CASE_ESC_IGNORE+1) ! 26: #define CASE_ESC_SEMI (CASE_ESC_DIGIT+1) ! 27: #define CASE_DEC_STATE (CASE_ESC_SEMI+1) ! 28: #define CASE_ICH (CASE_DEC_STATE+1) ! 29: #define CASE_CUU (CASE_ICH+1) ! 30: #define CASE_CUD (CASE_CUU+1) ! 31: #define CASE_CUF (CASE_CUD+1) ! 32: #define CASE_CUB (CASE_CUF+1) ! 33: #define CASE_CUP (CASE_CUB+1) ! 34: #define CASE_ED (CASE_CUP+1) ! 35: #define CASE_EL (CASE_ED+1) ! 36: #define CASE_IL (CASE_EL+1) ! 37: #define CASE_DL (CASE_IL+1) ! 38: #define CASE_DCH (CASE_DL+1) ! 39: #define CASE_DA1 (CASE_DCH+1) ! 40: #define CASE_TBC (CASE_DA1+1) ! 41: #define CASE_SET (CASE_TBC+1) ! 42: #define CASE_RST (CASE_SET+1) ! 43: #define CASE_SGR (CASE_RST+1) ! 44: #define CASE_CPR (CASE_SGR+1) ! 45: #define CASE_DECSTBM (CASE_CPR+1) ! 46: #define CASE_SUN_EMU (CASE_DECSTBM+1) ! 47: #define CASE_DECREQTPARM (CASE_SUN_EMU+1) ! 48: #define CASE_DECSET (CASE_DECREQTPARM+1) ! 49: #define CASE_DECRST (CASE_DECSET+1) ! 50: #define CASE_HIDDEN (CASE_DECRST+1) ! 51: #define CASE_DECALN (CASE_HIDDEN+1) ! 52: #define CASE_GSETS (CASE_DECALN+1) ! 53: #define CASE_DECSC (CASE_GSETS+1) ! 54: #define CASE_DECRC (CASE_DECSC+1) ! 55: #define CASE_DECKPAM (CASE_DECRC+1) ! 56: #define CASE_DECKPNM (CASE_DECKPAM+1) ! 57: #define CASE_IND (CASE_DECKPNM+1) ! 58: #define CASE_NEL (CASE_IND+1) ! 59: #define CASE_HTS (CASE_NEL+1) ! 60: #define CASE_RI (CASE_HTS+1) ! 61: #define CASE_SS2 (CASE_RI+1) ! 62: #define CASE_SS3 (CASE_SS2+1) ! 63: #define CASE_CSI_STATE (CASE_SS3+1) ! 64: #define CASE_OSC (CASE_CSI_STATE+1) ! 65: #define CASE_RIS (CASE_OSC+1) ! 66: #define CASE_LS2 (CASE_RIS+1) ! 67: #define CASE_LS3 (CASE_LS2+1) ! 68: #define CASE_LS3R (CASE_LS3+1) ! 69: #define CASE_LS2R (CASE_LS3R+1) ! 70: #define CASE_LS1R (CASE_LS2R+1) ! 71: #define CASE_PRINT (CASE_LS1R+1) ! 72: #define CASE_TO_STATUS (CASE_PRINT+1) ! 73: #define CASE_FROM_STATUS (CASE_TO_STATUS+1) ! 74: #define CASE_SHOW_STATUS (CASE_FROM_STATUS+1) ! 75: #define CASE_HIDE_STATUS (CASE_SHOW_STATUS+1) ! 76: #define CASE_ERASE_STATUS (CASE_HIDE_STATUS+1) ! 77: #define CASE_XTERM_SAVE (CASE_ERASE_STATUS+1) ! 78: #define CASE_XTERM_RESTORE (CASE_XTERM_SAVE+1)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.