Home
last modified time | relevance | path

Searched refs:LCROC (Results 1 – 7 of 7) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/parser/
H A Dfaustparser.hpp123 LCROC = 339, enumerator
258 #define LCROC 339 macro
H A Dfaustlexer.l131 "[" return LCROC;
H A Dfaustparser.y182 %left LCROC
474 | infixexp LCROC deflist RCROC { $$ = boxModifLocalDef($1,formatDefinitions($3)); }
H A Dfaustparser.cpp150 LCROC = 339, enumerator
285 #define LCROC 339 macro
H A Dfaustlexer.cpp1526 return LCROC;
/dports/x11-toolkits/skinlf/skinlf-6.7/src/com/l2fprod/gui/plaf/skin/impl/gtk/parser/
H A DGtkParserConstants.java91 int LCROC = 47; field
H A DGtkParser.java222 jj_consume_token(LCROC); in styleDefinition()