This file is indexed.

/usr/share/yorick/i-start/yorgl.i is in yorick-gl 1.1+cvs20070922+dfsg-6.1.

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: yorgl.i,v 1.1.1.1 2005/09/18 22:08:03 dhmunro Exp $
 * autoloads for 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.
 */

autoload, "glfunc.i", Draw3d, GetBounds3d, win3d;
autoload, "glfunc.i", get_currwin3d, winkill3d, mousefunc3d, get_width3d;
autoload, "glfunc.i", get_hite3d, gl_always_show_obj, use_list3d, use_array3d;
autoload, "glfunc.i", cage_style3d, set_fov3d, get_fov3d, getGLvers;
autoload, "glfunc.i", preptex3d, endtex3d, has_tex3d, has_texcube3d;
autoload, "glfunc.i", line_width3d, msmov_val3d, out_ccw3d, update_list3d;
autoload, "glfunc.i", inc_seq3d;

autoload, "dlist3d.i", CollapseTri, SortTri, clear3d, clear3d_cache;
autoload, "dlist3d.i", clear3d_direct, draw3d, get_centroid3d, get_lims3d;
autoload, "dlist3d.i", get_normal3d, getpix3d, gl_rr, light3d, lookat3d;
autoload, "dlist3d.i", palette3d, plcell3d, plcolrsurf3d, plf3d, plglyphs3d;
autoload, "dlist3d.i", pllines3d, plm3d, plpoints3d, plpoly3d, plqarray3d;
autoload, "dlist3d.i", plqstrips3d, plsurf3d, pltarray3d, pltex2dvol;
autoload, "dlist3d.i", pltex3dvol, pltivarray3d, pltivstrips3d, pltrilists3d;
autoload, "dlist3d.i", pltstrips3d, pltvarray3d, prtview3d, putpix3d;
autoload, "dlist3d.i", stdview3d;

autoload, "slicenew.i", nuslice2, nuslice2x, slice2_precision, slice2only;