This file is indexed.

/usr/include/higz/hipost.inc is in libgrafx11-1-dev 20061220+dfsg3-2.

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
*
* $Id: hipost.inc,v 1.3 2005/10/28 12:37:57 couet Exp $
*
* $Log: hipost.inc,v $
* Revision 1.3  2005/10/28 12:37:57  couet
* - SVG driver, workstation type -779
*
* Revision 1.2  1999/07/21 15:48:10  couet
* - Improvements in PS Patterns drawing
*
* Revision 1.1.1.1  1996/02/14 13:10:15  mclareni
* Higz
*
*
#ifndef CERNLIB_HIGZ_HIPOST_INC
#define CERNLIB_HIGZ_HIPOST_INC
*
*
* hipost.inc
*
*-- Author : O.Couet
      COMMON /HIPOST/ X1V,X2V,Y1V,Y2V,X1W,X2W,Y1W,Y2W,FX,FY
     +,LUNPS,LENBUF,IPSCI,PSRED,PSGRN,PSBLU,IPSMSC
     +,IPSLT,IPSLW,IPSWID,IPSI,IPSWTY,IPTWTY,LENBMX,IPATD
     +,XVP1,XVP2,YVP1,YVP2,XVS1,XVS2,YVS1,YVS2,XPSR,YPSR
     +,NX,NY,IXZ,IYZ,MODE,NPAGES,IPCLIP,IPDXC,IPDYC,IPXC,IPYC
     +,LOPRT,LOBB,LOCLR,LOPRNG,LOSCLI,LOZONE,NBSAVE,NBSAV0
     +,IYSVG
      LOGICAL LOPRT,LOBB,LOCLR,LOPRNG,LOSCLI,LOZONE
      COMMON /HIPOSC/ STRBUF,BSLASH,ALIGN1
      CHARACTER*132 STRBUF
      CHARACTER*1 BSLASH
      CHARACTER*3 ALIGN1
#endif