This file is indexed.

/usr/share/nrn/lib/hoc/netbild.hoc is in neuron 7.5-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
{load_file("celbild.hoc")}
{xopen("netbild/grstrlst.hoc")}
{xopen("netbild/syntypes.hoc")}
{xopen("netbild/netready.hoc")}
{xopen("netbild/artcel.hoc")}
{xopen("netbild/netdata.hoc")}
{xopen("netbild/spkplot.hoc")}
{xopen("netbild/edgegui.hoc")}
{xopen("netbild/netgui.hoc")}
objref tobj
proc makenetreadycell() {
	tobj = new NetReadyCellGUI()
	objref tobj
}
proc makeartcelltype() {
	tobj = new ArtCellGUI()
	objref tobj
}
proc makenetbuilder() {
	tobj = new NetGUI()
	objref tobj
}