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

Function ClearArg

source/Debugger/Debugger_Parser.cpp:171–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169
170
171static void ClearArg( Arg_t *pArg )
172{
173 pArg->sArg[0] = 0;
174 pArg->nArgLen = 0;
175 pArg->bSymbol = false;
176 pArg->eDevice = NUM_DEVICES; // none
177 pArg->eToken = NO_TOKEN ; // none
178 pArg->bType = TYPE_STRING;
179 pArg->nValue = 0;
180#if DEBUG_VAL_2
181 pArg->nVal2 = 0;
182#endif
183}
184
185//===========================================================================
186void ArgsClear ()

Callers 1

ArgsClearFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected