Home
last modified time | relevance | path

Searched refs:Stackel (Results 1 – 20 of 20) sorted by relevance

/dports/audio/praat/praat-6.2.03/sys/
H A DFormula.cpp2400 const Stackel x = pop; in do_not()
2544 inline static void moveNumericVector (Stackel from, Stackel to) { in moveNumericVector()
2551 inline static void moveNumericMatrix (Stackel from, Stackel to) { in moveNumericMatrix()
3259 const Stackel x = pop; in do_minus()
3284 const Stackel x = pop; in do_sqr()
3303 const Stackel x = pop; in do_function_n_n()
3570 const Stackel x = pop; in do_sum()
3580 const Stackel x = pop; in do_mean()
3590 const Stackel x = pop; in do_stdev()
3600 const Stackel x = pop; in do_center()
[all …]
H A Dpraat_script.h26 void praat_executeScriptFromFileName (conststring32 fileName, integer narg, Stackel args);
31 void DO_praat_runScript (UiForm sendingForm, integer narg, Stackel args, conststring32 sendingStrin…
32 void DO_RunTheScriptFromAnyAddedMenuCommand (UiForm sendingForm_dummy, integer narg, Stackel args, …
H A DEditor.h38 typedef MelderCallback <void, structEditor, EditorCommand, UiForm, integer /*narg*/, Stackel /*args…
229 void UiForm_parseStringE (EditorCommand cmd, integer narg, Stackel args, conststring32 arguments, I…
234 void Editor_doMenuCommand (Editor me, conststring32 command, integer narg, Stackel args, conststrin…
H A DInterpreter.h104 …void (*okCallback) (UiForm sendingForm, integer narg, Stackel args, conststring32 sendingString, I…
108 void Interpreter_getArgumentsFromArgs (Interpreter me, integer nargs, Stackel args);
H A DpraatP.h135 int praat_doMenuCommand (conststring32 command, integer narg, Stackel args, Interpreter interpreter…
148 int praat_doAction (conststring32 command, integer narg, Stackel args, Interpreter interpreter); …
H A DEditorM.h25 #define EDITOR_ARGS_FORM EditorCommand cmd, UiForm _sendingForm_, integer _narg_, Stackel _args_, …
27 #define EDITOR_ARGS_CMD EditorCommand cmd, UiForm, integer, Stackel, conststring32, Interpreter
29 #define EDITOR_ARGS_DIRECT EditorCommand, UiForm, integer, Stackel, conststring32, Interpreter
30 #define EDITOR_ARGS_DIRECT_WITH_OUTPUT EditorCommand, UiForm, integer, Stackel, conststring32, Int…
H A Dpraat_script.cpp575 void praat_executeScriptFromFileName (conststring32 fileName, integer narg, Stackel args) { in praat_executeScriptFromFileName()
661 static void secondPassThroughScript (UiForm sendingForm, integer /* narg */, Stackel /* args */, in secondPassThroughScript() argument
693 static void fileSelectorOkCallback (UiForm dia, integer /* narg */, Stackel /* args */, in fileSelectorOkCallback() argument
700 …iptFromAnyAddedMenuCommand (UiForm /* sendingForm_dummy */, integer /* narg */, Stackel /* args */, in DO_RunTheScriptFromAnyAddedMenuCommand() argument
H A DUi.h160 …UiForm _sendingForm, integer _narg, Stackel _args, conststring32 _sendingString, Interpreter inter…
313 void UiForm_call (UiForm me, integer narg, Stackel args, Interpreter interpreter);
H A DFormula.h141 } *Stackel; typedef
H A DpraatM.h78 …extern "C" void proc (UiForm sendingForm, integer narg, Stackel args, conststring32 sendingString,…
79 …void proc (UiForm _sendingForm_, integer _narg_, Stackel _args_, conststring32 _sendingString_, In…
348 …extern "C" void proc (UiForm, integer, Stackel, conststring32, Interpreter interpreter, conststrin…
349 …void proc (UiForm, integer, Stackel, conststring32, Interpreter interpreter, conststring32, bool, …
386 …void proc (UiForm _sendingForm_, integer _narg_, Stackel _args_, conststring32 _sendingString_, In…
H A DUiFile.cpp87 static void commonOutfileCallback (UiForm sendingForm, integer narg, Stackel args, conststring32 se… in commonOutfileCallback()
H A DScriptEditor.cpp64 static void args_ok (UiForm sendingForm, integer /* narg */, Stackel /* args */, conststring32 /* s… in args_ok() argument
84 static void args_ok_selectionOnly (UiForm sendingForm, integer /* narg */, Stackel /* args */, cons… in args_ok_selectionOnly() argument
H A DUiPause.cpp28 static void thePauseFormOkCallback (UiForm /* sendingForm */, integer /* narg */, Stackel /* args *… in thePauseFormOkCallback() argument
H A DEditor.cpp108 …integer /* narg */, Stackel /* args */, conststring32 /* sendingString */, Interpreter /* interpre… in Editor_scriptCallback() argument
175 void Editor_doMenuCommand (Editor me, conststring32 commandTitle, integer narg, Stackel args, const… in Editor_doMenuCommand()
H A DTextEditor.cpp116 static void cb_open_ok (UiForm sendingForm, integer /* narg */, Stackel /* args */, conststring32 /… in cb_open_ok() argument
131 static void cb_saveAs_ok (UiForm sendingForm, integer /* narg */, Stackel /* args */, conststring32… in cb_saveAs_ok() argument
H A Dpraat_menuCommands.cpp461 int praat_doMenuCommand (conststring32 title, integer narg, Stackel args, Interpreter interpreter) { in praat_doMenuCommand()
H A DUi.cpp908 static void commonOkCallback (UiForm /* dia */, integer /* narg */, Stackel /* args */, conststring… in commonOkCallback() argument
1812 static void UiField_argToValue (UiField me, Stackel arg, Interpreter /* interpreter */) { in UiField_argToValue()
2052 void UiForm_call (UiForm me, integer narg, Stackel args, Interpreter interpreter) { in UiForm_call()
2307 void UiForm_parseStringE (EditorCommand cmd, integer narg, Stackel args, conststring32 arguments, I… in UiForm_parseStringE()
H A DInterpreter.cpp351 …void (*okCallback) (UiForm, integer, Stackel, conststring32, Interpreter, conststring32, bool, voi… in Interpreter_createForm() argument
654 void Interpreter_getArgumentsFromArgs (Interpreter me, integer narg, Stackel args) { in Interpreter_getArgumentsFromArgs()
691 Stackel arg = & args [++ iarg]; in Interpreter_getArgumentsFromArgs()
H A Dpraat_actions.cpp740 int praat_doAction (conststring32 title, integer narg, Stackel args, Interpreter interpreter) { in praat_doAction()
H A DHyperPage.cpp630 extern "C" void GRAPHICS_PostScript_settings (UiForm sendingForm, int narg, Stackel args, conststri…