Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.hh155 string gProcessName; // name of the entry point of the Faust program, by default 'process' member
H A Dglobal.cpp160 gProcessName = "process"; in global()
H A Dlibcode.cpp557 gGlobal->gProcessName = argv[i + 1]; in processCmdline()
/dports/audio/faust/faust-2.37.3/compiler/evaluate/
H A Deval.cpp98 Tree b = a2sb(eval(boxIdent(gGlobal->gProcessName.c_str()), gGlobal->nil, in evalprocess()