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

/freebsd-11-stable/stand/ficl/
H A Dwords.c60 static int ficlParseWord(FICL_VM *pVM, STRINGINFO si);
1622 ** Although ficlParseWord could be part of the parse list, I've hard coded it
1625 if (ficlParseWord(pVM, si))
1679 static int ficlParseWord(FICL_VM *pVM, STRINGINFO si) function
1733 ** Surrogate precompiled parse step for ficlParseWord (this step is hard coded in
1741 stackPushINT(pVM->pStack, ficlParseWord(pVM, si));

Completed in 158 milliseconds