This file is indexed.

/usr/include/paw/ntuple/qp_dyn_check.h is in libpawlib2-dev 1:2.14.04.dfsg.2-9.1build1.

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
/*
 *  qp_dyn_check.h  --
 *	Mark the nodes in the syntax tree for runtime checking of 
 *	vector/array/... checking.
 *
 *  Original: 12-Apr-1995 19:53
 *
 *  Author:   Maarten Ballintijn <Maarten.Ballintijn@cern.ch>
 *
 *  $Id: qp_dyn_check.h,v 1.4 1996/04/23 18:38:17 maartenb Exp $
 *
 *  $Log: qp_dyn_check.h,v $
 *  Revision 1.4  1996/04/23 18:38:17  maartenb
 *  - Add RCS keywords
 *
 *
 */

#ifndef CERN_QP_DYN_CHECK
#define CERN_QP_DYN_CHECK

#include <paw/ntuple/cern_types.h>
#include <paw/ntuple/qp_query.h>


void
qp_dyn_check( QueryTree *qt );

void
qp_dyn_list( bool need_shape, int n, pTree tl[], int * ncheck );

#endif	/*	CERN_QP_DYN_CHECK	*/