Home
last modified time | relevance | path

Searched refs:cfgCommand (Results 1 – 16 of 16) sorted by relevance

/dports/games/residualvm/residualvm-0.3.1/engines/stark/tools/
H A Ddecompiler.cpp389 bool Decompiler::verifyCommandInAST(CFGCommand *cfgCommand) { in verifyCommandInAST() argument
390 Common::Array<const ASTCommand *> list = _astHead->listCommands(cfgCommand->getIndex()); in verifyCommandInAST()
393 _error = Common::String::format("Command %d not found in the AST", cfgCommand->getIndex()); in verifyCommandInAST()
397 if (list.size() > 1 && !cfgCommand->getBlock()->allowDuplication()) { in verifyCommandInAST()
398 …_error = Common::String::format("Command %d found %d times in the AST", cfgCommand->getIndex(), li… in verifyCommandInAST()
407 if (!verifyCommandSuccessorInAST(cfgCommand, cfgCommand->getFollower(), follower, "follower")) { in verifyCommandInAST()
411 …if (!verifyCommandSuccessorInAST(cfgCommand, cfgCommand->getTrueBranch(), trueBranch, "trueBranch"… in verifyCommandInAST()
415 …if (!verifyCommandSuccessorInAST(cfgCommand, cfgCommand->getFalseBranch(), falseBranch, "falseBran… in verifyCommandInAST()
426 cfgCommand->getIndex(), successorType); in verifyCommandSuccessorInAST()
433 cfgCommand->getIndex(), successorType); in verifyCommandSuccessorInAST()
[all …]
H A Ddecompiler.h83 bool verifyCommandInAST(CFGCommand *cfgCommand);
84 …bool verifyCommandSuccessorInAST(CFGCommand *cfgCommand, CFGCommand *cfgSuccessor, ASTNode *astSuc…
/dports/games/scummvm/scummvm-2.5.1/engines/stark/tools/
H A Ddecompiler.cpp389 bool Decompiler::verifyCommandInAST(CFGCommand *cfgCommand) { in verifyCommandInAST() argument
390 Common::Array<const ASTCommand *> list = _astHead->listCommands(cfgCommand->getIndex()); in verifyCommandInAST()
393 _error = Common::String::format("Command %d not found in the AST", cfgCommand->getIndex()); in verifyCommandInAST()
397 if (list.size() > 1 && !cfgCommand->getBlock()->allowDuplication()) { in verifyCommandInAST()
398 …_error = Common::String::format("Command %d found %d times in the AST", cfgCommand->getIndex(), li… in verifyCommandInAST()
407 if (!verifyCommandSuccessorInAST(cfgCommand, cfgCommand->getFollower(), follower, "follower")) { in verifyCommandInAST()
411 …if (!verifyCommandSuccessorInAST(cfgCommand, cfgCommand->getTrueBranch(), trueBranch, "trueBranch"… in verifyCommandInAST()
415 …if (!verifyCommandSuccessorInAST(cfgCommand, cfgCommand->getFalseBranch(), falseBranch, "falseBran… in verifyCommandInAST()
426 cfgCommand->getIndex(), successorType); in verifyCommandSuccessorInAST()
433 cfgCommand->getIndex(), successorType); in verifyCommandSuccessorInAST()
[all …]
H A Ddecompiler.h83 bool verifyCommandInAST(CFGCommand *cfgCommand);
84 …bool verifyCommandSuccessorInAST(CFGCommand *cfgCommand, CFGCommand *cfgSuccessor, ASTNode *astSuc…
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/
H A Dcommand.c79 … if (!cfgOptionValid(optionId) || !cfgParseOptionValid(cfgCommand(), cfgCommandRole(), optionId)) in cmdOption()
167 ASSERT(cfgCommand() != cfgCmdNone); in cmdBegin()
202 ASSERT(cfgCommand() != cfgCmdNone); in cmdEnd()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/protocol/
H A Dhelper.c166 …result = strLstMove(cfgExecParam(cfgCommand(), cfgCmdRoleLocal, optionReplace, true, false), memCo… in protocolLocalParam()
383 …remove = !cfgParseOptionRequired(cfgCommand(), optionId) || cfgParseOptionDefault(cfgCommand(), op… in protocolRemoteParam()
440 …FUNCTION_LOG_RETURN(STRING_LIST, cfgExecParam(cfgCommand(), cfgCmdRoleRemote, optionReplace, false… in protocolRemoteParam()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/help/
H A Dhelp.c267 if (cfgCommand() == cfgCmdHelp || cfgCommand() == cfgCmdNone) in helpRender()
307 ConfigCommand commandId = cfgCommand(); in helpRender()
503 if (!option.found || !cfgParseOptionValid(cfgCommand(), cfgCmdRoleMain, option.id)) in helpRender()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/
H A Dexit.c141 if (cfgCommand() != cfgCmdNone) in exitSafe()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/config/
H A Dload.c74 if (!cfgCommandHelp() && cfgOptionValid(cfgOptRepo) && cfgCommand() == cfgCmdStanzaDelete && in cfgLoadUpdateOption()
392 if (cfgCommand() != cfgCmdNone) in cfgLoad()
H A Dconfig.h51 ConfigCommand cfgCommand(void);
H A Dconfig.c42 cfgCommand(void) in cfgCommand() function
122 FUNCTION_TEST_RETURN(cfgParseCommandRoleName(cfgCommand(), cfgCommandRole(), COLON_STR)); in cfgCommandRoleName()
388 Variant *defaultValue = varNewStrZ(cfgParseOptionDefault(cfgCommand(), optionId)); in cfgOptionDefaultValue()
426 if (cfgParseOptionDefault(cfgCommand(), optionId) != NULL) in cfgOptionDefault()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/
H A Dmain.c111 switch (cfgCommand()) in main()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/archive/push/
H A Dpush.c307 ASSERT(cfgCommand() == cfgCmdArchivePush); in cmdArchivePush()
513 ASSERT(cfgCommand() == cfgCmdArchivePush && cfgCommandRole() == cfgCmdRoleAsync); in cmdArchivePushAsync()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/config/
H A DparseTest.c61 TEST_RESULT_UINT(cfgCommand(), cfgCmdNone, "command is none"); in testRun()
1224 TEST_RESULT_INT(cfgCommand(), cfgCmdNone, "command is none"); in testRun()
1238 TEST_RESULT_INT(cfgCommand(), cfgCmdHelp, "command is help"); in testRun()
1248 TEST_RESULT_INT(cfgCommand(), cfgCmdVersion, "command is version"); in testRun()
1260 TEST_RESULT_INT(cfgCommand(), cfgCmdBackup, "command is backup"); in testRun()
1296 TEST_RESULT_INT(cfgCommand(), cfgCmdBackup, "command is " TEST_COMMAND_BACKUP); in testRun()
H A DloadTest.c81 TEST_RESULT_BOOL(cfgCommand() == cfgCmdInfo, true, "command is info"); in testRun()
/dports/comms/wy60/wy60-8e082bf/
H A Dwy60.c119 static char *cfgCommand = ""; variable
4593 addKeyboardTranslation("Command", key_command, cfgCommand); in initKeyboardTranslations()
5730 { "Command", &cfgCommand }, in setVariable()