Home
last modified time | relevance | path

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

/freebsd-13.1/stand/ficl/
H A Dvm.c597 int wordIsCompileOnly(FICL_WORD *pFW) in wordIsCompileOnly() function
H A Dficl.h546 int wordIsCompileOnly(FICL_WORD *pFW);
H A Dwords.c1702 if (wordIsCompileOnly(tempFW)) in ficlParseWord()