This file is indexed.

/usr/share/THE/rexxutil.syntax 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
* THE Function Syntax file for RexxUtil
: KEYWORD LITERAL
SysStemCopy( from, to[, fromindex, toindex, count, insertoverlay]] )
SysStemSort( stem[, order] [,sensitivity] [,startpos, endpos] [,firstcol, lastcol] )
> stem: Must have 0 item set to number of items. Must endin trailing period.
> order: 'Ascending' or 'Descending'
> sensitivity: 'Sensitive' or 'Insensitive'
> startpos: First row (inclusive) to start sorting
> endpos: Last row (inclusive) to start sorting
> startcol: First column (inclusive) to start sorting
> endcol: Last column (inclusive) to start sorting