/usr/include/dzdoc/dzdocobk.inc is in libgraflib1-dev 20061220+dfsg3-4.3ubuntu1.
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 | *
* $Id: dzdocobk.inc,v 1.1.1.1 1996/03/04 16:12:59 mclareni Exp $
*
* $Log: dzdocobk.inc,v $
* Revision 1.1.1.1 1996/03/04 16:12:59 mclareni
* Dzdoc/Zebpack
*
*
#ifndef CERNLIB_DZDOC_DZDOCOBK_INC
#define CERNLIB_DZDOC_DZDOCOBK_INC
*
* Parameter values for the link description bank
*
* dzdocobk.inc
*
C-- Offset for NL, NS and ND for bank being described
PARAMETER (MONLQ = 1 , MONSQ = MONLQ+1 , MONDQ = MONSQ+1)
C-- Offset for Hollerith identifier of bank
PARAMETER (MOIDHQ = 7)
C-- Offset of ORigin, UP and NeXt links
PARAMETER (MOORQ = 8 , MOUPQ = MOORQ+1 , MONXQ = MOUPQ+1)
C-- Offset for 0th address of links of bank
PARAMETER (MOLK0Q = MONXQ)
C-- Offset in IQUEST of return address for link description bank
PARAMETER (MOQUEQ = 11)
#endif
|