Searched refs:ficlExecC (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/boot/ficl/
H A Dficl.c339 returnValue = ficlExecC(pVM, pText, -1);
365 return ficlExecC(pVM, pText, -1);
368 int ficlExecC(FICL_VM *pVM, char *pText, FICL_INT size) function
H A Dtestmain.c184 result = ficlExecC(pVM, cp, len);
H A Dfileaccess.c222 result = ficlExecC(pVM, buffer, size);
H A Dficl.h972 int ficlExecC(FICL_VM *pVM, char *pText, FICL_INT nChars);
H A Dloader.c383 rval = ficlExecC(pVM, cp, i);
H A Dtools.c578 ret = ficlExecC(pVM, cp, count);
H A Dwords.c3439 result = ficlExecC(pVM, cp, count);

Completed in 109 milliseconds