This file is indexed.

/usr/include/dparser/lr.h is in mcrl2 201202.0-2+b1.

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
/*
  Copyright 2002-2004 John Plevyak, All Rights Reserved
*/

#ifndef _lr_H_
#define _lr_H_

void build_LR_tables(Grammar *g);
void sort_VecAction(VecAction *v);
uint elem_symbol(Grammar *g, Elem *e);
State *goto_State(State *s, Elem *e);
void free_Action(Action *a);

#endif