Home
last modified time | relevance | path

Searched refs:FICL_WORD_IMMEDIATE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dword.c9 return ((word != NULL) && (word->flags & FICL_WORD_IMMEDIATE)); in ficlWordIsImmediate()
H A Dprimitives.c3126 ficlPrimitiveParenthesis, FICL_WORD_IMMEDIATE); in ficlSystemCompileCore()
3214 ficlPrimitiveLiteralIm, FICL_WORD_IMMEDIATE); in ficlSystemCompileCore()
3232 ficlPrimitiveStringQuoteIm, FICL_WORD_IMMEDIATE); in ficlSystemCompileCore()
3273 ficlPrimitiveDotParen, FICL_WORD_IMMEDIATE); in ficlSystemCompileCore()
3282 ficlPrimitiveCountedStringQuoteIm, FICL_WORD_IMMEDIATE); in ficlSystemCompileCore()
3299 ficlPrimitiveToValue, FICL_WORD_IMMEDIATE); in ficlSystemCompileCore()
3303 ficlPrimitiveBackslash, FICL_WORD_IMMEDIATE); in ficlSystemCompileCore()
3342 ficlPrimitive2Constant, FICL_WORD_IMMEDIATE); in ficlSystemCompileCore()
3344 ficlPrimitive2LiteralIm, FICL_WORD_IMMEDIATE); in ficlSystemCompileCore()
3346 ficlPrimitive2Variable, FICL_WORD_IMMEDIATE); in ficlSystemCompileCore()
[all …]
H A Dfloat.c439 ficlPrimitiveFLiteralImmediate, FICL_WORD_IMMEDIATE); in ficlSystemCompileFloat()
H A Dficl.h1225 #define FICL_WORD_IMMEDIATE (1) macro
1268 (FICL_WORD_IMMEDIATE | FICL_WORD_COMPILE_ONLY)
H A Ddictionary.c849 dictionary->smudge->flags |= FICL_WORD_IMMEDIATE; in ficlDictionarySetImmediate()
H A Dtools.c260 if (word->flags & FICL_WORD_IMMEDIATE) { in ficlPrimitiveSeeXT()