This file is indexed.

/usr/include/pegtl/internal/rules.hh is in pegtl-dev 1.3.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
// Copyright (c) 2014-2015 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/ColinH/PEGTL/

#ifndef PEGTL_INTERNAL_RULES_HH
#define PEGTL_INTERNAL_RULES_HH

#include "action.hh"
#include "any.hh"
#include "at.hh"
#include "bytes.hh"
#include "control.hh"
#include "disable.hh"
#include "enable.hh"
#include "eof.hh"
#include "eol.hh"
#include "eolf.hh"
#include "if_must.hh"
#include "if_must_else.hh"
#include "if_then_else.hh"
#include "istring.hh"
#include "list.hh"
#include "list_must.hh"
#include "list_tail.hh"
#include "list_tail_pad.hh"
#include "must.hh"
#include "not_at.hh"
#include "one.hh"
#include "opt.hh"
#include "pad.hh"
#include "pad_opt.hh"
#include "plus.hh"
#include "range.hh"
#include "ranges.hh"
#include "raise.hh"
#include "rep.hh"
#include "rep_min.hh"
#include "rep_min_max.hh"
#include "rep_opt.hh"
#include "seq.hh"
#include "skip_control.hh"
#include "sor.hh"
#include "star.hh"
#include "star_must.hh"
#include "state.hh"
#include "string.hh"
#include "trivial.hh"
#include "try_catch_type.hh"
#include "until.hh"

#endif