Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/parser/
H A Dfaustparser.hpp163 EMETADATA = 379, enumerator
298 #define EMETADATA 379 macro
H A Dfaustlexer.l66 "</metadata>" { BEGIN(doc); return EMETADATA; }
H A Dfaustparser.y234 %token EMETADATA
417 docmtd : BMETADATA name EMETADATA { $$ = $2; }
H A Dfaustparser.cpp190 EMETADATA = 379, enumerator
325 #define EMETADATA 379 macro
H A Dfaustlexer.cpp1256 { BEGIN(doc); return EMETADATA; }