Home
last modified time | relevance | path

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

/dports/audio/praat/praat-6.2.03/sys/
H A DpraatP.h134 int praat_doMenuCommand (conststring32 command, conststring32 arguments, Interpreter interpreter); …
135 int praat_doMenuCommand (conststring32 command, integer narg, Stackel args, Interpreter interpreter…
H A Dpraat_script.cpp495 theCommandIsAnExistingMenuCommand = praat_doMenuCommand (command2, narg, args, interpreter); in praat_executeCommand()
497 theCommandIsAnExistingMenuCommand = praat_doMenuCommand (command, arguments, interpreter); in praat_executeCommand()
H A Dpraat_menuCommands.cpp428 int praat_doMenuCommand (conststring32 title, conststring32 arguments, Interpreter interpreter) { in praat_doMenuCommand() function
461 int praat_doMenuCommand (conststring32 title, integer narg, Stackel args, Interpreter interpreter) { in praat_doMenuCommand() function
H A DFormula.cpp3809 ! praat_doMenuCommand (command2.get(), numberOfArguments, & stack [0], theInterpreter)) in do_do()
3905 ! praat_doMenuCommand (command2.get(), numberOfArguments, & stack [0], theInterpreter)) in do_do_STR()