Searched refs:FICL_PARSE_STEP (Results 1 – 3 of 3) sorted by relevance
800 typedef int (*FICL_PARSE_STEP)(FICL_VM *pVM, STRINGINFO si); typedef810 void ficlAddPrecompiledParseStep(FICL_SYSTEM *pSys, char *name, FICL_PARSE_STEP pStep);
215 void ficlAddPrecompiledParseStep(FICL_SYSTEM *pSys, char *name, FICL_PARSE_STEP pStep) in ficlAddPrecompiledParseStep()
1636 FICL_PARSE_STEP pStep; in interpret()1637 pStep = (FICL_PARSE_STEP)(pFW->param->fn); in interpret()1757 FICL_PARSE_STEP pStep = (FICL_PARSE_STEP)(pFW->param->fn); in parseStepParen()