Home
last modified time | relevance | path

Searched refs:FICL_INSTRUCTION_TOKEN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dficltokens.h46 FICL_INSTRUCTION_TOKEN(ficlInstructionSemiParen, "(;)",
52 FICL_INSTRUCTION_TOKEN(ficlInstructionGreaterThan, ">",
68 FICL_INSTRUCTION_TOKEN(ficlInstructionOfParen, "(of)",
79 FICL_INSTRUCTION_TOKEN(ficlInstructionNegate, "negate",
83 FICL_INSTRUCTION_TOKEN(ficlInstructionStarSlash, "*/",
104 FICL_INSTRUCTION_TOKEN(ficlInstructionDoParen, "(do)",
117 FICL_INSTRUCTION_TOKEN(ficlInstructionPlusStore, "+!",
134 FICL_INSTRUCTION_TOKEN(ficlInstruction2ToR, "2>r",
136 FICL_INSTRUCTION_TOKEN(ficlInstruction2RFrom, "2r>",
138 FICL_INSTRUCTION_TOKEN(ficlInstruction2RFetch, "2r@",
[all …]
H A Ddictionary.c651 #define FICL_INSTRUCTION_TOKEN(token, description, flags) description, macro
654 #undef FICL_INSTRUCTION_TOKEN
H A Dprimitives.c3106 #define FICL_INSTRUCTION_TOKEN(token, description, flags) \ in ficlSystemCompileCore() macro
3111 #undef FICL_INSTRUCTION_TOKEN in ficlSystemCompileCore()
3484 #define FICL_INSTRUCTION_TOKEN(token, description, flags) \ in ficlSystemCompileCore()
3487 #define FICL_INSTRUCTION_TOKEN(token, description, flags) in ficlSystemCompileCore() macro
3491 #undef FICL_INSTRUCTION_TOKEN in ficlSystemCompileCore()
H A Dficl.h974 #define FICL_INSTRUCTION_TOKEN(token, description, flags) token, macro
977 #undef FICL_INSTRUCTION_TOKEN