Searched refs:g_aCommands (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp858 const g_aCommands[] = variable
887 for (uint32_t iCmd = 0; iCmd < RT_ELEMENTS(g_aCommands); iCmd++)
889 if (g_aCommands[iCmd].pfnHelp)
897 if (RTStrSimplePatternMultiMatch(papszArgs[iArg], RTSTR_MAX, g_aCommands[iCmd].pszCmd, RTSTR_MAX, NULL))
905 g_aCommands[iCmd].pfnHelp(g_pStdOut, enmLevel);
933 uint32_t i = RT_ELEMENTS(g_aCommands);
935 if (!strcmp(g_aCommands[i].pszCmd, pszCmd))
936 return g_aCommands[i].pfnHandler(argc - iArg, &argv[iArg]);

Completed in 43 milliseconds