Home
last modified time | relevance | path

Searched refs:scalatuningfile (Results 1 – 1 of 1) sorted by relevance

/dports/audio/goattracker/goattracker-2.76/src/
H A Dgoattrk2.c1555 FILE *scalatuningfile; in readscalatuningfile() local
1564 scalatuningfile = fopen(scalatuningfilepath, "rt"); in readscalatuningfile()
1565 if (scalatuningfile) in readscalatuningfile()
1570 if (feof(scalatuningfile)) return; in readscalatuningfile()
1571 fgets(configbuf, MAX_PATHNAME, scalatuningfile); in readscalatuningfile()
1580 if (feof(scalatuningfile)) return; in readscalatuningfile()
1581 fgets(configbuf, MAX_PATHNAME, scalatuningfile); in readscalatuningfile()
1592 if (feof(scalatuningfile)) return; in readscalatuningfile()
1593 fgets(configbuf, MAX_PATHNAME, scalatuningfile); in readscalatuningfile()
1632 fclose(scalatuningfile); in readscalatuningfile()