This file is indexed.

/usr/share/THE/rexx.tld is in the 3.3~rc1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
*
* This file contains the THE Language Definition for ANSI Rexx
* It is based heavily on Kedit's KLD file format.
*
* Name = *REXX
*
:case
  ignore
:option
  rexx
  function ( noblank default alt 4
:number
  rexx
:identifier
  [a-zA-Z!?_@#$.] [a-zA-Z0-9.!?_@#$]
:string
  single
  double
:comment
  paired /* */ nest
  line -- any
:label
  delimiter : firstnonblank
:match
  ( )
  do,select end when,otherwise
:header
  line #! column 1
  line :: any
:keyword
  address type 5
  arg type 7
  by type 2
  call type 5
  caseless type 2
  digits type 2
  do type 5
  drop type 1
  else type 1
  end type 1
  engineering type 2
  exit type 1
  expose type 2
  for type 2
  forever type 2
  form type 2
  fuzz type 2
  halt
  if type 1
  interpret type 1
  iterate type 1
  leave type 1
  loop type 1
  lower type 2
  name type 2
  nop type 1
  novalue
  numeric type 5
  off type 2
  on type 2
  options type 1
  otherwise type 1
  parse type 5
  procedure type 5
  pull type 7
  push type 1
  queue type 1
  return type 1
  say type 1
  scientific type 2
  select type 1
  signal type 5
  source type 2
  syntax
  to type 2
  then type 1
  trace type 5
  until type 2
  upper type 2
  value type 2
  var type 2
  version type 2
  when type 1
  while type 2
  with type 2
  stem type 2
  output type 2
  input type 2
  error type 2
  append type 2
  replace type 2
  normal type 2
  stream type 2
  default type 1
  command type 2 alt e
  system type 2 alt e
  os2environment type 2 alt e
  environment type 2 alt e
  cmd type 2 alt e
  path type 2 alt e
  regina type 2 alt e
  rexx type 2 alt e
  attribute type 2
  private type 2
  .line alt e
  .mn alt e
  .rc alt e
  .result alt e
  .rs alt e
  .sigl alt e
:function
  abbrev
  abs
  address
  arg
  b2x
  beep
  bitand
  bitor
  bitxor
  c2d
  c2x
  center
  centre
  changestr
  charin
  charout
  chars
  compare
  condition
  copies
  countstr
  d2c
  d2x
  datatype
  date
  delstr
  delword
  digits
  directory
  errortext
  form
  format
  fuzz
  insert
  lastpos
  left
  length
  linein
  lineout
  lines
  lower
  max
  min
  overlay
  pos
  qualify
  queued
  random
  reverse
  right
  rxfuncdrop
  rxfuncerrmsg
  rxfuncadd
  rxfuncquery
  rxqueue
  sign
  sourceline
  space
  stream
  strip
  substr
  subword
  symbol
  time
  trace
  translate
  trunc
  upper
  value
  verify
  word
  wordindex
  wordlength
  wordpos
  words
  x2b
  x2c
  x2d
  xrange