This file is indexed.

/usr/share/yorick/i-start/yiso3d.i is in yorick-gl 1.1+cvs20070922+dfsg-4.

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
/*
 * $Id: yiso3d.i,v 1.1.1.1 2005/09/18 22:07:52 dhmunro Exp $
 * autoloads for yiso3d subpackage of yorgl package
 */
/* Copyright (c) 2005, The Regents of the University of California.
 * All rights reserved.
 * This file is part of yorick (http://yorick.sourceforge.net).
 * Read the accompanying LICENSE file for details.
 */

/* FIX ME -- many of cntrfunc items have PROTOTYPE comments,
 * which almost certainly should not be called directly by user
 */

autoload, "cntrfunc.i", ContourInitCartGrdPcen, ContourInitCartGrdPcenNdx;
autoload, "cntrfunc.i", ContourInitCartGrdZcen, ContourInitCartGrdZcenNdx;
autoload, "cntrfunc.i", ContourInitCartPcen, ContourInitCartZcen;
autoload, "cntrfunc.i", ContourInitCrvGrdPcen, ContourInitCrvGrdPcenNdx;
autoload, "cntrfunc.i", ContourInitCrvGrdZcen, ContourInitCrvGrdZcenNdx;
autoload, "cntrfunc.i", ContourTetArray, ContourTetArrayNdx, ContourTetHex;
autoload, "cntrfunc.i", ContourTetZone, ContourTree, ContourTree2;
autoload, "cntrfunc.i", ContourTreeCrv, ContourTreeCrv2, ContourTreeVarr;
autoload, "cntrfunc.i", ContourTreeVarr2, MakeContourTree, MakeSliceTreeCrv;
autoload, "cntrfunc.i", PrepIsoTet, SliceTree, SliceTreeCrv;

autoload, "contour.i", iso3, iso3_tree, iso3_treecrv, iso3_treevarr;
autoload, "contour.i", iso3cencrv, iso3cencrvndx, iso3cenreg, iso3cenregndx;
autoload, "contour.i", iso3cenregngrd, iso3hex, iso3ndx, iso3zcencrv;
autoload, "contour.i", iso3zcencrvndx, iso3zcenreg, iso3zcenregndx;
autoload, "contour.i", iso3zcenregngrd, mak_isotree, mak_slice_treecrv;
autoload, "contour.i", slice_tree, slice_treecrv;