home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V7 / usr / src / cmd / f77 / tokdefs < prev    next >
Encoding:
Text File  |  1979-01-10  |  1.7 KB  |  96 lines

  1. #define SEOS 1
  2. #define SCOMMENT 2
  3. #define SLABEL 3
  4. #define SUNKNOWN 4
  5. #define SHOLLERITH 5
  6. #define SICON 6
  7. #define SRCON 7
  8. #define SDCON 8
  9. #define SBITCON 9
  10. #define SOCTCON 10
  11. #define SHEXCON 11
  12. #define STRUE 12
  13. #define SFALSE 13
  14. #define SNAME 14
  15. #define SNAMEEQ 15
  16. #define SFIELD 16
  17. #define SSCALE 17
  18. #define SINCLUDE 18
  19. #define SLET 19
  20. #define SASSIGN 20
  21. #define SAUTOMATIC 21
  22. #define SBACKSPACE 22
  23. #define SBLOCK 23
  24. #define SCALL 24
  25. #define SCHARACTER 25
  26. #define SCLOSE 26
  27. #define SCOMMON 27
  28. #define SCOMPLEX 28
  29. #define SCONTINUE 29
  30. #define SDATA 30
  31. #define SDCOMPLEX 31
  32. #define SDIMENSION 32
  33. #define SDO 33
  34. #define SDOUBLE 34
  35. #define SELSE 35
  36. #define SELSEIF 36
  37. #define SEND 37
  38. #define SENDFILE 38
  39. #define SENDIF 39
  40. #define SENTRY 40
  41. #define SEQUIV 41
  42. #define SEXTERNAL 42
  43. #define SFORMAT 43
  44. #define SFUNCTION 44
  45. #define SGOTO 45
  46. #define SASGOTO 46
  47. #define SCOMPGOTO 47
  48. #define SARITHIF 48
  49. #define SLOGIF 49
  50. #define SIMPLICIT 50
  51. #define SINQUIRE 51
  52. #define SINTEGER 52
  53. #define SINTRINSIC 53
  54. #define SLOGICAL 54
  55. #define SOPEN 55
  56. #define SPARAM 56
  57. #define SPAUSE 57
  58. #define SPRINT 58
  59. #define SPROGRAM 59
  60. #define SPUNCH 60
  61. #define SREAD 61
  62. #define SREAL 62
  63. #define SRETURN 63
  64. #define SREWIND 64
  65. #define SSAVE 65
  66. #define SSTATIC 66
  67. #define SSTOP 67
  68. #define SSUBROUTINE 68
  69. #define STHEN 69
  70. #define STO 70
  71. #define SUNDEFINED 71
  72. #define SWRITE 72
  73. #define SLPAR 73
  74. #define SRPAR 74
  75. #define SEQUALS 75
  76. #define SCOLON 76
  77. #define SCOMMA 77
  78. #define SCURRENCY 78
  79. #define SPLUS 79
  80. #define SMINUS 80
  81. #define SSTAR 81
  82. #define SSLASH 82
  83. #define SPOWER 83
  84. #define SCONCAT 84
  85. #define SAND 85
  86. #define SOR 86
  87. #define SNEQV 87
  88. #define SEQV 88
  89. #define SNOT 89
  90. #define SEQ 90
  91. #define SLT 91
  92. #define SGT 92
  93. #define SLE 93
  94. #define SGE 94
  95. #define SNE 95
  96.