Home
last modified time | relevance | path

Searched refs:scriptCommand (Results 1 – 25 of 28) sorted by relevance

12

/dports/net/sctplib/sctplib-1.0.26/sctplib/programs/
H A Dparser.c87 *scriptCommand->param[i].key = '\0'; in getScriptCommand()
88 *scriptCommand->param[i].value = '\0'; in getScriptCommand()
90 scriptCommand->numOfParams = 0; in getScriptCommand()
161 if (++scriptCommand->numOfParams > MAX_NUM_OF_PARAMS) in getScriptCommand()
166 strcpy(scriptCommand->command, wordBuffer); in getScriptCommand()
171 … strcpy(scriptCommand->param[scriptCommand->numOfParams - 1].key, wordBuffer); in getScriptCommand()
176 … strcpy(scriptCommand->param[scriptCommand->numOfParams - 1].value, wordBuffer); in getScriptCommand()
224 if (++scriptCommand->numOfParams > MAX_NUM_OF_PARAMS) in getScriptCommand()
229 strcpy(scriptCommand->command, wordBuffer); in getScriptCommand()
234 … strcpy(scriptCommand->param[scriptCommand->numOfParams - 1].key, wordBuffer); in getScriptCommand()
[all …]
H A Dtestengine.c79 struct sctptest_scriptCommand scriptCommand; in sctptest_start() local
97 parseResult = getScriptCommand(scriptFile, &scriptCommand, &lineNum, &colNum, mode); in sctptest_start()
114 if (strcmp(scriptCommand.command, "INITIALIZE") != 0) { in sctptest_start()
122 if (strcmp(scriptCommand.command, "LOOP") == 0) in sctptest_start()
130 … loop[loopIndex].totalExecs = getIntParam(&scriptCommand, "TIMES", 1, 0, DECIMAL, in sctptest_start()
138 else if (strcmp(scriptCommand.command, "ENDLOOP") == 0) in sctptest_start()
159 err += processScriptCommand(&scriptCommand, lineNum, mode); in sctptest_start()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/script/
H A DT.java301 public final static int animation = scriptCommand | 1;
302 public final static int assign = scriptCommand | 2;
304 public final static int bind = scriptCommand | 4;
305 public final static int bondorder = scriptCommand | 5;
306 public final static int calculate = scriptCommand | 6;
308 public final static int capture = scriptCommand | 7;
310 public final static int centerat = scriptCommand | 9;
352 public final static int redomove = scriptCommand | 43;
359 public final static int save = scriptCommand | 50;
1514 if ((token.tok & scriptCommand) != 0 in getCommandSet()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/game/
H A Dbg_animation.c1576 if ( scriptCommand->bodyPart[0] ) { in BG_ExecuteCommand()
1579 if ( scriptCommand->bodyPart[0] == ANIM_BP_BOTH || scriptCommand->bodyPart[0] == ANIM_BP_LEGS ) { in BG_ExecuteCommand()
1585 if ( scriptCommand->bodyPart[1] ) { in BG_ExecuteCommand()
1589 if ( scriptCommand->bodyPart[1] == ANIM_BP_BOTH || scriptCommand->bodyPart[1] == ANIM_BP_LEGS ) { in BG_ExecuteCommand()
1596 if ( scriptCommand->soundIndex ) { in BG_ExecuteCommand()
1664 if ( scriptCommand->bodyPart[0] ) { in BG_AnimScriptAnimation()
1669 if ( scriptCommand->bodyPart[1] ) { in BG_AnimScriptAnimation()
1696 animScriptCommand_t *scriptCommand; in BG_AnimScriptCannedAnimation() local
1735 animScriptCommand_t *scriptCommand; in BG_AnimScriptStateChange() local
1768 animScriptCommand_t *scriptCommand; in BG_AnimScriptEvent() local
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/game/
H A Dbg_animation.c1635 if ( scriptCommand->bodyPart[0] ) { in BG_ExecuteCommand()
1638 if ( scriptCommand->bodyPart[0] == ANIM_BP_BOTH || scriptCommand->bodyPart[0] == ANIM_BP_LEGS ) { in BG_ExecuteCommand()
1644 if ( scriptCommand->bodyPart[1] ) { in BG_ExecuteCommand()
1648 if ( scriptCommand->bodyPart[1] == ANIM_BP_BOTH || scriptCommand->bodyPart[1] == ANIM_BP_LEGS ) { in BG_ExecuteCommand()
1655 if ( scriptCommand->soundIndex ) { in BG_ExecuteCommand()
1729 if ( scriptCommand->bodyPart[0] ) { in BG_AnimScriptAnimation()
1734 if ( scriptCommand->bodyPart[1] ) { in BG_AnimScriptAnimation()
1761 animScriptCommand_t *scriptCommand; in BG_AnimScriptCannedAnimation() local
1800 animScriptCommand_t *scriptCommand; in BG_AnimScriptStateChange() local
1833 animScriptCommand_t *scriptCommand; in BG_AnimScriptEvent() local
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/server/
H A Dcmd_script.go116 func scriptCommand(c *client) error { func
213 register("script", scriptCommand)
/dports/devel/py-buildbot-worker/buildbot-worker-3.4.1/buildbot_worker/test/unit/
H A Dtest_runprocess.py61 def scriptCommand(function, *args): function
340 scriptCommand('assert_stdin_closed'),
600 scriptCommand(
630 scriptCommand(
687 scriptCommand(
741 scriptCommand(
/dports/science/jmol/jmol-14.32.7/src/org/jmol/shape/
H A DMeshCollection.java193 …if (currentMesh != null && currentMesh.scriptCommand != null && !currentMesh.scriptCommand.startsW… in setPropMC()
194 currentMesh.scriptCommand = "{\n" in setPropMC()
195 …nager.getVariableList((Map<String, SV>) value, 0, false, false) + "\n" + currentMesh.scriptCommand; in setPropMC()
H A DMesh.java72 public String scriptCommand; field in Mesh
/dports/science/jmol/jmol-14.32.7/src/org/jmol/shapesurface/
H A DIsosurface.java1090 if (imesh == null || imesh.scriptCommand == null) in getMeshCommand()
1092 String cmd = imesh.scriptCommand; in getMeshCommand()
1285 thisMesh.scriptCommand = script; in setMeshI()
1666 if (thisMesh.scriptCommand == null) in setScriptInfo()
1668 pt = thisMesh.scriptCommand.indexOf("; isosurface map"); in setScriptInfo()
1670 thisMesh.scriptCommand = thisMesh.scriptCommand.substring(0, pt); in setScriptInfo()
1671 thisMesh.scriptCommand += script; in setScriptInfo()
1687 thisMesh.scriptCommand = script.substring(0, pt) + scriptAppendix + script.substring(pt); in setScriptInfo()
1689 thisMesh.scriptCommand = script + scriptAppendix; in setScriptInfo()
H A DMolecularOrbital.java390 (thisMesh.scriptCommand == null ? "" : thisMesh.scriptCommand))); in getProperty()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/designer/src/lib/shared/
H A Dqdesigner_taskmenu.cpp669 ScriptCommand *scriptCommand = new ScriptCommand(fw); in changeScript() local
670 if (!scriptCommand->init(applicableObjects(fw, MultiSelectionMode), newScript)) { in changeScript()
671 delete scriptCommand; in changeScript()
675 fw->commandHistory()->push(scriptCommand); in changeScript()
/dports/comms/fldigi/fldigi-4.1.20/src/config_script/
H A Dscript_parsing.h419 int assign_callback(const char *scriptCommand, int (*cb)(ScriptParsing *sp, SCRIPT_COMMANDS *sc));
H A Dscript_parsing.cxx1722 int ScriptParsing::assign_callback(const char *scriptCommand, int (*cb)(ScriptParsing *sp, SCRIPT_C…
1729 if(!scriptCommand || !cb) return 0;
1739 strncpy(cmd_buffer, scriptCommand, MAX_COMMAND_LENGTH-1);
/dports/comms/flamp/flamp-2.2.07/src/include/
H A Dscript_parsing.h408 int assign_callback(const char *scriptCommand, int (*cb)(ScriptParsing *sp, SCRIPT_COMMANDS *sc));
/dports/comms/flamp/flamp-2.2.07/src/utils/
H A Dscript_parsing.cxx616 int ScriptParsing::assign_callback(const char *scriptCommand, int (*cb)(ScriptParsing *sp, SCRIPT_C… in assign_callback() argument
623 if(!scriptCommand || !cb) return 0; in assign_callback()
633 strncpy(cmd_buffer, scriptCommand, MAX_COMMAND_LENGTH-1); in assign_callback()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dserver.c453 {"debug",scriptCommand,3,
456 {"exists",scriptCommand,-3,
459 {"flush",scriptCommand,-2,
462 {"kill",scriptCommand,2,
465 {"load",scriptCommand,3,
468 {"help",scriptCommand,2,
5448 !(c->cmd->proc == scriptCommand && in processCommand()
H A Dscripting.c1980 void scriptCommand(client *c) { in scriptCommand() function
H A Dserver.h2971 void scriptCommand(client *c);
/dports/databases/redis5/redis-5.0.14/src/
H A Dserver.c294 {"script",scriptCommand,-2,"s",0,NULL,0,0,0,0,0},
2763 !(c->cmd->proc == scriptCommand && in processCommand()
H A Dscripting.c1514 void scriptCommand(client *c) { in scriptCommand() function
H A Dserver.h2116 void scriptCommand(client *c);
/dports/databases/redis6/redis-6.0.16/src/
H A Dserver.c856 {"script",scriptCommand,-2,
3774 !(c->cmd->proc == scriptCommand && in processCommand()
H A Dserver.h2443 void scriptCommand(client *c);
H A Dscripting.c1717 void scriptCommand(client *c) { in scriptCommand() function

12