This file is indexed.

/usr/include/paw/ntuple/c_pawcom.h is in libpawlib2-dev 1:2.14.04.dfsg.2-9.

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
/*
 *  pawcom.h  --
 *	Map the /PAWCOM/ and /PAWCID/ commons
 *
 *  Original: 31-Mar-1995 17:06
 *
 *  Author:   Maarten Ballintijn <Maarten.Ballintijn@cern.ch>
 *
 *  $Id: c_pawcom.h,v 1.3 1999/06/28 15:08:29 couet Exp $
 *
 *  $Log: c_pawcom.h,v $
 *  Revision 1.3  1999/06/28 15:08:29  couet
 *  - use now cfortran.h in $CVSCOSRC
 *
 *  Revision 1.2  1996/04/23 18:37:49  maartenb
 *  - Add RCS keywords
 *
 *
 */

#ifndef CERN_PAWCOM
#define CERN_PAWCOM

#include	<cfortran.h>


typedef struct {
	int	id;
	int	num;
	int	jofset;
	int	idold;
	int	khrin;
} pawcom_def;

#define PAWCOM COMMON_BLOCK(PAWCOM,pawcom)
COMMON_BLOCK_DEF(pawcom_def,PAWCOM);


typedef struct {
	char	chid[128];
	char	chcase[4];
} pawcid_def;

#define PAWCID COMMON_BLOCK(PAWCID,pawcid)
COMMON_BLOCK_DEF(pawcid_def,PAWCID);


#endif	/*	CERN_PAWCOM	*/