Home
last modified time | relevance | path

Searched refs:FICL_PARSE_STEP (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/ficl/
H A Dficl.h800 typedef int (*FICL_PARSE_STEP)(FICL_VM *pVM, STRINGINFO si); typedef
810 void ficlAddPrecompiledParseStep(FICL_SYSTEM *pSys, char *name, FICL_PARSE_STEP pStep);
H A Dficl.c215 void ficlAddPrecompiledParseStep(FICL_SYSTEM *pSys, char *name, FICL_PARSE_STEP pStep) in ficlAddPrecompiledParseStep()
H A Dwords.c1636 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()