Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/parser/
H A Dfaustparser.y245 %token LSTQ
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 Dfaustparser.hpp173 LSTQ = 389 enumerator
308 #define LSTQ 389 macro
H A Dfaustlexer.l75 <lst>"\"" return LSTQ;
H A Dfaustparser.cpp200 LSTQ = 389 enumerator
335 #define LSTQ 389 macro
H A Dfaustlexer.cpp1296 return LSTQ;