Searched defs:EP_RegisterFunction (Results 1 - 1 of 1) sorted by relevance

/external/srec/srec/Semproc/src/
H A DExpressionParser.c66 CHKLOG(rc, EP_RegisterFunction(Interface, L("concat"), NULL, EE_concat));
67 CHKLOG(rc, EP_RegisterFunction(Interface, L("conditional"), NULL, EE_conditional));
68 CHKLOG(rc, EP_RegisterFunction(Interface, L("add"), NULL, EE_add));
69 CHKLOG(rc, EP_RegisterFunction(Interface, L("subtract"), NULL, EE_subtract));
432 ESR_ReturnCode EP_RegisterFunction(ExpressionParser* self, function

Completed in 24 milliseconds