Home
last modified time | relevance | path

Searched refs:cfgCmdHelp (Results 1 – 7 of 7) sorted by relevance

/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/common/
H A DexitTest.c33 HRN_CFG_LOAD(cfgCmdHelp, strLstNew()); in testRun()
50 HRN_CFG_LOAD(cfgCmdHelp, strLstNew()); in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/
H A Dmain.c173 case cfgCmdHelp: in main()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/config/
H A Dconfig.auto.h295 cfgCmdHelp, enumerator
H A Dparse.c1237 if (config->command == cfgCmdHelp) in configParse()
1287 …config->command != cfgCmdNone && config->command != cfgCmdVersion && config->command != cfgCmdHelp) in configParse()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/help/
H A Dhelp.c267 if (cfgCommand() == cfgCmdHelp || cfgCommand() == cfgCmdNone) in helpRender()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/config/
H A DloadTest.c269 HRN_CFG_LOAD(cfgCmdHelp, argList, .comment = "load help config -- no retention warning"); in testRun()
H A DparseTest.c1238 TEST_RESULT_INT(cfgCommand(), cfgCmdHelp, "command is help"); in testRun()