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

/freebsd-9.3-release/sys/boot/ficl/
H A Dficl.h801 typedef int (*FICL_PARSE_STEP)(FICL_VM *pVM, STRINGINFO si); typedef
805 ** FICL_PARSE_STEP notes in ficl.h for details). Returns 0 if successful,
811 void ficlAddPrecompiledParseStep(FICL_SYSTEM *pSys, char *name, FICL_PARSE_STEP pStep);
H A Dficl.c191 ** FICL_PARSE_STEP notes in ficl.h for details). Returns 0 if successful,
211 ** Compile a word into the dictionary that invokes the specified FICL_PARSE_STEP
216 void ficlAddPrecompiledParseStep(FICL_SYSTEM *pSys, char *name, FICL_PARSE_STEP pStep)
H A Dwords.c1637 FICL_PARSE_STEP pStep;
1638 pStep = (FICL_PARSE_STEP)(pFW->param->fn);
1677 ** (jws 4/01) Modified to be a FICL_PARSE_STEP
1758 FICL_PARSE_STEP pStep = (FICL_PARSE_STEP)(pFW->param->fn);

Completed in 172 milliseconds