Home
last modified time | relevance | path

Searched refs:praat_doAction (Results 1 – 4 of 4) sorted by relevance

/dports/audio/praat/praat-6.2.03/sys/
H A DpraatP.h147 int praat_doAction (conststring32 command, conststring32 arguments, Interpreter interpreter); // …
148 int praat_doAction (conststring32 command, integer narg, Stackel args, Interpreter interpreter); …
H A Dpraat_script.cpp475 theCommandIsAnExistingAction = praat_doAction (command2, narg, args, interpreter); in praat_executeCommand()
477 theCommandIsAnExistingAction = praat_doAction (command, arguments, interpreter); in praat_executeCommand()
H A Dpraat_actions.cpp709 int praat_doAction (conststring32 title, conststring32 arguments, Interpreter interpreter) { in praat_doAction() function
740 int praat_doAction (conststring32 title, integer narg, Stackel args, Interpreter interpreter) { in praat_doAction() function
H A DFormula.cpp3808 if (! praat_doAction (command2.get(), numberOfArguments, & stack [0], theInterpreter) && in do_do()
3904 if (! praat_doAction (command2.get(), numberOfArguments, & stack [0], theInterpreter) && in do_do_STR()