MCPcopy Create free account
hub / github.com/CruiserOne/Astrolog / GetParameter

Function GetParameter

express.cpp:2241–2248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2239// string, placing the value of the last expressions within parameter par.
2240
2241void GetParameter(CONST char *sz, PAR *ppar)
2242{
2243 CONST char *pch = sz;
2244
2245 do {
2246 pch = PchGetParameter(pch, ppar, -1, 1, fTrue);
2247 } while (pch != NULL && *pch != chNull);
2248}
2249
2250
2251/*

Callers 4

FEvalFunctionFunction · 0.85
NParseExpressionFunction · 0.85
RParseExpressionFunction · 0.85
ShowParseExpressionFunction · 0.85

Calls 1

PchGetParameterFunction · 0.85

Tested by

no test coverage detected