Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/parser/
H A Dfaustparser.hpp172 LSTEQ = 388, enumerator
307 #define LSTEQ 388 macro
H A Dfaustparser.y244 %token LSTEQ
408 lstattrdef : LSTDEPENDENCIES LSTEQ LSTQ lstattrval LSTQ { gGlobal->gLstDependenciesSwitch = $4; }
409 …| LSTMDOCTAGS LSTEQ LSTQ lstattrval LSTQ { gGlobal->gStripDocSwitch = $4; gGlobal->gStripDocSwitc…
410 | LSTDISTRIBUTED LSTEQ LSTQ lstattrval LSTQ { gGlobal->gLstDistributedSwitch = $4; }
H A Dfaustlexer.l74 <lst>"=" return LSTEQ;
H A Dfaustparser.cpp199 LSTEQ = 388, enumerator
334 #define LSTEQ 388 macro
H A Dfaustlexer.cpp1291 return LSTEQ;