This file is indexed.

/usr/include/dzdoc/bkwrp.inc is in libgraflib1-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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
*
* $Id: bkwrp.inc,v 1.1.1.1 1996/03/04 16:12:59 mclareni Exp $
*
* $Log: bkwrp.inc,v $
* Revision 1.1.1.1  1996/03/04 16:12:59  mclareni
* Dzdoc/Zebpack
*
*
#ifndef CERNLIB_DZDOC_BKWRP_INC
#define CERNLIB_DZDOC_BKWRP_INC
*
*
* bkwrp.inc
*
      PARAMETER (LNCARD=80 , LNCAR4=LNCARD/4)
      CHARACTER CARD*(LNCARD)
      COMMON /DZDINC/ CARD
 
      PARAMETER (IRLVMQ = 10)
 
C--     DESCRIPTION OF COMMON DZDTYP
C-      ============================
 
C--   Common DZDTYP contains the decoded information corresponding to
C--   one "CARD" image in variable CARD. Is contains also the back-up
C--   i.e. the old valus of the status flags to treat continuation info
 
C--     VARIABLE                        DESCRIPTION
C-      ========                        ===========
C       ISTATE        Code of state for last valid card ID
C       IDTAG         Code of character identification of card
C       ICONT         Card is continuation of previous one
C       ISLASH        Flag set when last character of CARD is '/'
C                     This character is used to generate a line feed
C                     for multi-line entries
C       IISLSH        Value of ISLASH for previous CARD
C       IREPLV        Repetition level
C       IREPLO        Old repetition level
C       ISCHLO        Old CHOICE section flag
C       IDEMTX        Hollerith code for text as previous entry (DZDINI)
C       IILFLF        Hollerith code for line feed (DZDINI)
C       INUM1         First number if number interpretation possible
C       IHNUM1        Vector containing the Hollerith representation
C                     of the first  number field (if non-numeric)
C                     INUM1 then contains -16* number of words used
C       INUM2         Second number if number interpretation possible
C       IHNUM2        Vector containing the Hollerith representation
C                     of the second number field (if non-numeric)
C                     INUM2 then contains -16* number of words used
C       NBNKS         Number of bank descriptors present
C       NHTAG         Number of characters in the tag field of the card
C                     This field can also correspond to a declared
C                     numeric field with a non-numeric entry
C       NWTAG         Number of 4-byte machine words needed for the tag
C       IHTAG         Vector containing the Hollerith representation
C                     of the tag field of the card
C       NHTXT         Number of characters in the text field of the card
C       NWTAG         Number of 4-byte machine words needed for the text
C       IHTAG         Vector containing the Hollerith representation
C                     of the text field of the card
 
      COMMON/DZDTYP/ISTATE,IDTAG,ICONT,ISLASH,IISLSH,IREPLV,IREPLO,
     X       IDEMTX,IILFLF,INUM1,IHNUM1(LNCAR4),INUM2,IHNUM2(LNCAR4),
     X       NBNKS,NHTAG,NWTAG,IHTAG(LNCAR4),NHTXT,NWTXT,IHTXT(LNCAR4)
 
#include <dzdoc/dzdocc.inc>
 
#include <zebra/mqsys.inc>
#include <zebra/qequ.inc>
#include <zebra/mzcn.inc>

#endif