This file is indexed.

/usr/include/sigma/pawc.inc 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
*
* $Id: pawc.inc,v 1.1.1.1 1995/12/12 14:36:23 mclareni Exp $
*
* $Log: pawc.inc,v $
* Revision 1.1.1.1  1995/12/12 14:36:23  mclareni
* Imported sources
*
*
#ifndef CERNLIB_SIGMA_PAWC_INC
#define CERNLIB_SIGMA_PAWC_INC
*
*
* pawc.inc
*
*CMZ :  1.08/00 18/11/92  14.57.21  by  Unknown
*-- Author :
      COMMON/PAWC/ NWPAW,IXPAWC,IHBOOK,IXHIGZ,IXKUIP,IFENCE(5),
     +              LMAIN(1), WS(9989)
      DIMENSION IQ(2),Q(2),LQ(8000)
      EQUIVALENCE (LQ(1),LMAIN(1))
      EQUIVALENCE (IQ(1),LQ(9))
      EQUIVALENCE ( Q(1),LQ(9))
      COMMON/QUEST/ IQUEST(100)
      COMMON/SIFKCO/ IOCEL,IONAME,IOPAR,IOPARV,IOVEC,IOVECN
      DIMENSION DYNA (4096)
      EQUIVALENCE (Q(1),DYNA(1))
#include <sigma/sitab.inc>

#endif