Home
last modified time | relevance | path

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

/src/stand/ficl/
H A Dvm.c596 int wordIsCompileOnly(FICL_WORD *pFW) in wordIsCompileOnly() function
H A Dficl.h545 int wordIsCompileOnly(FICL_WORD *pFW);
H A Dwords.c1701 if (wordIsCompileOnly(tempFW)) in ficlParseWord()