MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / Help_Arg_1

Function Help_Arg_1

source/Debugger/Debugger_Help.cpp:67–74  ·  view source on GitHub ↗

Loads the arguments with the command to get help on and call display help. ===========================================================================

Source from the content-addressed store, hash-verified

65// Loads the arguments with the command to get help on and call display help.
66//===========================================================================
67Update_t Help_Arg_1( int iCommandHelp )
68{
69 _Arg_1( iCommandHelp );
70
71 strncpy_s(g_aArgs[1].sArg, g_aCommands[iCommandHelp].m_sName, _TRUNCATE); // .3 Fixed: Help_Arg_1() now copies command name into arg.name
72
73 return CmdHelpSpecific( 1 );
74}
75
76
77//===========================================================================

Callers 15

HelpLastCommandFunction · 0.85
CmdVersionFunction · 0.85
CmdConfigFontModeFunction · 0.85
CmdConfigFontFunction · 0.85
CmdConfigSetFontFunction · 0.85
_CmdSymbolsListTablesFunction · 0.85
_CmdSymbolsCommonFunction · 0.85
CmdDisasmDataDefCodeFunction · 0.85
_CmdDisasmDataDefByteXFunction · 0.85
_CmdDisasmDataDefWordXFunction · 0.85
CmdDisasmDataDefStringFunction · 0.85

Calls 2

_Arg_1Function · 0.85
CmdHelpSpecificFunction · 0.85

Tested by

no test coverage detected