Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/parser/
H A Dfaustparser.hpp66 FDELAY = 282, enumerator
201 #define FDELAY 282 macro
H A Dfaustlexer.l105 "@" return FDELAY;
H A Dfaustparser.y108 %left FDELAY
455 | infixexp FDELAY infixexp { $$ = boxSeq(boxPar($1,$3),boxPrim2(sigDelay)); }
502 | FDELAY { $$ = boxPrim2(sigDelay); }
H A Dfaustparser.cpp93 FDELAY = 282, enumerator
228 #define FDELAY 282 macro
H A Dfaustlexer.cpp1421 return FDELAY;
/dports/devel/indi/indi-1.9.1/drivers/focuser/
H A Dtcfs.h51 FDELAY, // Focuser Load Delay Command enumerator
H A Dtcfs.cpp350 dispatch_command(FDELAY, FocusModeAN[2].value * 100, MODE_A); in ISNewNumber()
381 dispatch_command(FDELAY, FocusModeBN[2].value * 100, MODE_B); in ISNewNumber()
885 case FDELAY: in dispatch_command()