This file is indexed.

/usr/include/styx/hpat_int.h is in styx-dev 2.0.1-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
/* ------------------------------------------------------------------------ */
/*                                                                          */
/* [hpat_int.h]               Language Interface                            */
/*                                                                          */
/* ------------------------------------------------------------------------ */

/* File generated by 'ctoh'. Don't change manually. */

#ifndef hpat_int_INCL
#define hpat_int_INCL


#include "ptm.h"
#include "gls.h"


#ifdef __cplusplus
extern "C" {
#endif


/* --------------------- symbol objects - init & quit --------------------- */

void hpat_initSymbols();               /*                                   */
void hpat_quitSymbols();               /*                                   */

/* -------------------------- Types & Constants --------------------------- */

AbstractType( hpat );

AbstractType( hpatHPatDoc );
AbstractType( hpatContent );

/* --------------------------- Access to Tokens --------------------------- */

c_bool Thpat_PatBgn(GLS_Tok x);        /*                                   */
c_bool Thpat_PatEnd(GLS_Tok x);        /*                                   */
c_bool Thpat_PatRef(GLS_Tok x);        /*                                   */
c_bool Thpat__other_(GLS_Tok x);       /*                                   */

/* --------------------------- Access to Terms ---------------------------- */

c_bool hpat_hpat(PT_Term x, hpat* x1);           /*                         */
c_bool hpat_HPatDoc(PT_Term x, hpatHPatDoc* x1); /*                         */
c_bool hpat_Content(PT_Term x, hpatContent* x1); /*                         */

/* --------------------------------- hpat --------------------------------- */

c_bool hpat_Start_HPatDoc(hpat x, hpatHPatDoc* x1)
#define hpat_Start_0   hpat_Start_HPatDoc
;


/* ------------------------------- HPatDoc -------------------------------- */

c_bool hpatHPatDoc_dfn(hpatHPatDoc x, GLS_Lst(hpatContent)* x1); /*         */

/* ------------------------------- Content -------------------------------- */

c_bool hpatContent_ref(hpatContent x, GLS_Tok* x1);  /*                     */

c_bool hpatContent_pat(hpatContent x, GLS_Tok* x1, GLS_Lst(hpatContent)* x2,
                       GLS_Tok* x3)
;

c_bool hpatContent_else(hpatContent x, GLS_Tok* x1); /*                     */


#ifdef __cplusplus
}
#endif

#endif