home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / qtgrep.zip / XCRESVD.WRD < prev   
Text File  |  1987-08-22  |  1KB  |  154 lines

  1. #1
  2. auto
  3. #2
  4. break
  5. #3
  6. case
  7. #4
  8. char
  9. #5
  10. const
  11. #6
  12. continue
  13. #7
  14. default
  15. #8
  16. do
  17. #9
  18. double
  19. #10
  20. else
  21. #11
  22. enum
  23. #12
  24. extern
  25. #13
  26. float
  27. #14
  28. goto
  29. #15
  30. if
  31. #16
  32. int
  33. #17
  34. long
  35. #18
  36. register
  37. #19
  38. return
  39. #20
  40. short
  41. #21
  42. sizeof
  43. #22
  44. static
  45. #23
  46. struct
  47. #24
  48. switch
  49. #25
  50. typedef
  51. #26
  52. union
  53. #27
  54. unsigned
  55. #28
  56. void
  57. #29
  58. while
  59. #30
  60. volatile
  61. #
  62. # Following is the regular expression for a variable name
  63. #
  64. #31
  65. ([A-Za-z][A-Za-z0-9_]*|_[A-Za-z0-9_]+)
  66. #32
  67. (\(|\)|\[|\]|->|\.)
  68. #33
  69. (!|~|\+\+|--|-|\*|&)
  70. #34
  71. (\*|/|%)
  72. #35
  73. (\+|-)
  74. #36
  75. (<<|>>)
  76. #37
  77. (<|<=|>|>=)
  78. #38
  79. (==|!=)
  80. #39
  81. &
  82. #40
  83. \^
  84. #41
  85. \|
  86. #42
  87. &&
  88. #43
  89. \|\|
  90. #44
  91. (=|\+=|\-=|\*=|/=|%=|<<=|>>=|&=|\^=|\|=)
  92. #45
  93. ,
  94. #46
  95. \#define
  96. #47
  97. \#elif
  98. #48
  99. \#else
  100. #49
  101. \#endif
  102. #50
  103. \#if
  104. #51
  105. \#ifdef
  106. #52
  107. \#ifndef
  108. #53
  109. \#include
  110. #54
  111. \#line
  112. #55
  113. \#undef
  114. #56
  115. defined\(
  116. #57
  117. /\*
  118. #58
  119. \*/
  120. #59
  121. {
  122. #60
  123. }
  124. #61
  125. "
  126. #62
  127. '\\[abfnrtv'"\\]'
  128. #63
  129. '[\!-&\(-\[\]-~]'
  130. #64
  131. '\x[0-9A-Fa-f][0-9A-Fa-f]'
  132. #65
  133. '\\[0-7][0-7]?[0-7]?'
  134. #66
  135. \\\\
  136. #67
  137. \\"
  138. #68
  139. for
  140. #69
  141. cdecl
  142. #70
  143. far
  144. #71
  145. fortran
  146. #72
  147. huge
  148. #73
  149. near
  150. #74
  151. pascal
  152. #75
  153. signed
  154.