home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / mxterm.zip / mxterm / Tekparse.h < prev    next >
Text File  |  1992-10-17  |  2KB  |  77 lines

  1. /*
  2.  *    $XConsortium: Tekparse.h,v 1.4 91/01/06 12:46:47 rws Exp $
  3.  */
  4.  
  5. /*
  6.  * Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
  7.  *
  8.  *                         All Rights Reserved
  9.  *
  10.  * Permission to use, copy, modify, and distribute this software and its
  11.  * documentation for any purpose and without fee is hereby granted,
  12.  * provided that the above copyright notice appear in all copies and that
  13.  * both that copyright notice and this permission notice appear in
  14.  * supporting documentation, and that the name of Digital Equipment
  15.  * Corporation not be used in advertising or publicity pertaining to
  16.  * distribution of the software without specific, written prior permission.
  17.  *
  18.  *
  19.  * DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  20.  * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  21.  * DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  22.  * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  23.  * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  24.  * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  25.  * SOFTWARE.
  26.  */
  27.  
  28.  
  29. /* @(#)Tekparse.h    X10/6.6    11/7/86 */
  30.  
  31. /*
  32.  * The following list of definitions is generated from Tekparse.def using the
  33.  * following command line:
  34.  *
  35.  *     egrep -v '^CASE_' Tekparse.def | \
  36.  *     awk 'BEGIN {n = 0;} {printf "#define %s %d\n", $1, n; n++}' 
  37.  *
  38.  * You you need to change something, change Tekparse.def and regenerate the
  39.  * definitions.  This would have been automatic, but since this doesn't change
  40.  * very often, it isn't worth the makefile hassle.
  41.  */
  42.  
  43. #define CASE_REPORT 0
  44. #define CASE_VT_MODE 1
  45. #define CASE_SPT_STATE 2
  46. #define CASE_GIN 3
  47. #define CASE_BEL 4
  48. #define CASE_BS 5
  49. #define CASE_PT_STATE 6
  50. #define CASE_PLT_STATE 7
  51. #define CASE_TAB 8
  52. #define CASE_IPL_STATE 9
  53. #define CASE_ALP_STATE 10
  54. #define CASE_UP 11
  55. #define CASE_COPY 12
  56. #define CASE_PAGE 13
  57. #define CASE_BES_STATE 14
  58. #define CASE_BYP_STATE 15
  59. #define CASE_IGNORE 16
  60. #define CASE_ASCII 17
  61. #define CASE_APL 18
  62. #define CASE_CHAR_SIZE 19
  63. #define CASE_BEAM_VEC 20
  64. #define CASE_CURSTATE 21
  65. #define CASE_PENUP 22
  66. #define CASE_PENDOWN 23
  67. #define CASE_IPL_POINT 24
  68. #define CASE_PLT_VEC 25
  69. #define CASE_PT_POINT 26
  70. #define CASE_SPT_POINT 27
  71. #define CASE_CR 28
  72. #define CASE_ESC_STATE 29
  73. #define CASE_LF 30
  74. #define CASE_SP 31
  75. #define CASE_PRINT 32
  76. #define CASE_OSC 33
  77.