This file is indexed.

/usr/share/THE/abf.tld is in the 3.3~b4-1.

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
*
* This file contains the THE Language Definition for ABF
*
* Name = ABF
*
:case
  respect
:option  
  preprocessor #
:number
  c
:identifier
  [a-zA-Z_] [a-zA-Z0-9_]
:string
  single backslash
:comment
  paired /* */ nonest
:label
  delimiter : column 1
:match  
  ( )
  { }
  #ifdef,#if,#ifndef #endif #else,#elif,#elseif
:keyword
  #define
  #elif
  #else
  #endif
  #error
  #if
  #ifdef
  #ifndef
  #include
  #line
  #pragma
  #undef
  IF
  ELSE
  ELSEIF
  ENDIF
  THEN
  FORM
  CLEAR 
  FIELD
  FRS
  COLUMN
  ALL
  END_FUNCTION
  RETURN
  TRUE
  FALSE
  CHANGE
  CHAR
  VARCHAR
  INTEGER1
  INTEGER2
  INTEGER4
  INT4
  FLOAT8
  NOT
  NULL
  CALLPROC
  BYREF
  RESUME
  MESSAGE
  WITH
  DATE
  DATE_PART
  STYLE
  POPUP
  REDISPLAY
  UPPERCASE
  REVERSE
  TABLE
  NAME
  COMMAND
  WHILE
  ENDWHILE
  DO
  FRSKEY
  ON
  TIMEOUT
  EXIT
  SLEEP
  NEXT
  SCROLL
  TO
  DISPLAYONLY
  REPEATED alt 1
  COMMIT alt 1
  SELECT alt 1
  FROM alt 1
  WHERE alt 1
  IN alt 1
  AND alt 1
  OR alt 1
  ENDLOOP alt 1
  BEGIN alt 1
  END alt 1
  INQUIRE_FORMS alt 3
  SET_FORMS alt 3
  CALLFRAME alt 3
  KEY alt 3
  ACTIVATE alt 3
  VALIDATE alt 3