Searched refs:pText (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/boot/ficl/
H A Dficl.c334 int ficlEvaluate(FICL_VM *pVM, char *pText) argument
339 returnValue = ficlExecC(pVM, pText, -1);
363 int ficlExec(FICL_VM *pVM, char *pText) argument
365 return ficlExecC(pVM, pText, -1);
368 int ficlExecC(FICL_VM *pVM, char *pText, FICL_INT size) argument
382 size = strlen(pText);
384 vmPushTib(pVM, pText, size, &saveTib);
H A Dficl.h943 int ficlEvaluate(FICL_VM *pVM, char *pText);
971 int ficlExec (FICL_VM *pVM, char *pText);
972 int ficlExecC(FICL_VM *pVM, char *pText, FICL_INT nChars);

Completed in 92 milliseconds