Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/parser/
H A Dfaustparser.hpp156 BEQN = 372, enumerator
291 #define BEQN 372 macro
H A Dfaustlexer.l61 <doc>"<equation>" { BEGIN(INITIAL); return BEQN; }
H A Dfaustparser.y227 %token BEQN
392 doceqn : BEQN expression EEQN { $$ = $2; }
H A Dfaustparser.cpp183 BEQN = 372, enumerator
318 #define BEQN 372 macro
H A Dfaustlexer.cpp1231 { BEGIN(INITIAL); return BEQN; }