Home
last modified time | relevance | path

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

/dports/lang/ficl/ficl-4.1.0/
H A Dficltokens.h40 FICL_INSTRUCTION_TOKEN(ficlInstructionPlus, "+", FICL_WORD_DEFAULT)
41 FICL_INSTRUCTION_TOKEN(ficlInstructionMinus, "-", FICL_WORD_DEFAULT)
42 FICL_INSTRUCTION_TOKEN(ficlInstruction1Plus, "1+", FICL_WORD_DEFAULT)
43 FICL_INSTRUCTION_TOKEN(ficlInstruction1Minus, "1-", FICL_WORD_DEFAULT)
44 FICL_INSTRUCTION_TOKEN(ficlInstruction2Plus, "2+", FICL_WORD_DEFAULT)
48 FICL_INSTRUCTION_TOKEN(ficlInstructionDup, "dup", FICL_WORD_DEFAULT)
59 FICL_INSTRUCTION_TOKEN(ficlInstructionFetch, "@", FICL_WORD_DEFAULT)
60 FICL_INSTRUCTION_TOKEN(ficlInstructionStore, "!", FICL_WORD_DEFAULT)
61 FICL_INSTRUCTION_TOKEN(ficlInstructionComma, ",", FICL_WORD_DEFAULT)
66 FICL_INSTRUCTION_TOKEN(ficlInstructionStar, "*", FICL_WORD_DEFAULT)
[all …]
H A Ddictionary.c643 #define FICL_INSTRUCTION_TOKEN(token, description, flags) description, macro
646 #undef FICL_INSTRUCTION_TOKEN
H A Dprimitives.c3261 …#define FICL_INSTRUCTION_TOKEN(token, description, flags) ficlDictionarySetInstruction(dictionary,… in ficlSystemCompileCore() macro
3264 #undef FICL_INSTRUCTION_TOKEN in ficlSystemCompileCore()
3493 …#define FICL_INSTRUCTION_TOKEN(token, description, flags) ficlDictionarySetConstant(dictionary, #t… in ficlSystemCompileCore()
3495 #define FICL_INSTRUCTION_TOKEN(token, description, flags) in ficlSystemCompileCore() macro
3499 #undef FICL_INSTRUCTION_TOKEN in ficlSystemCompileCore()
H A Dficl.h1035 #define FICL_INSTRUCTION_TOKEN(token, description, flags) token, macro
1038 #undef FICL_INSTRUCTION_TOKEN
/dports/lang/fth/fth-1.4.1/ficl/
H A Dficltokens.h198 FICL_INSTRUCTION_TOKEN(ficl_0_not_eql, "0<>", FICL_WORD_DEFAULT)
202 FICL_INSTRUCTION_TOKEN(ficl_0_less_eql, "0<=", FICL_WORD_DEFAULT)
203 FICL_INSTRUCTION_TOKEN(ficl_0_greater_eql, "0>=", FICL_WORD_DEFAULT)
206 FICL_INSTRUCTION_TOKEN(ficl_not_eql, "<>", FICL_WORD_DEFAULT)
209 FICL_INSTRUCTION_TOKEN(ficl_less_eql, "<=", FICL_WORD_DEFAULT)
210 FICL_INSTRUCTION_TOKEN(ficl_greater_eql, ">=", FICL_WORD_DEFAULT)
222 FICL_INSTRUCTION_TOKEN(ficl_abs, "abs", FICL_WORD_DEFAULT)
239 FICL_INSTRUCTION_TOKEN(ficlInstructionFPlus, "f+", FICL_WORD_DEFAULT)
240 FICL_INSTRUCTION_TOKEN(ficlInstructionFMinus, "f-", FICL_WORD_DEFAULT)
241 FICL_INSTRUCTION_TOKEN(ficlInstructionFStar, "f*", FICL_WORD_DEFAULT)
[all …]
H A Ddictionary.c686 #define FICL_INSTRUCTION_TOKEN(token, description, flags) description, macro
689 #undef FICL_INSTRUCTION_TOKEN
H A Dficl.h762 #define FICL_INSTRUCTION_TOKEN(token, description, flags) token, macro
765 #undef FICL_INSTRUCTION_TOKEN
H A Dprimitives.c3828 #define FICL_INSTRUCTION_TOKEN(token, description, flags) \ in ficlSystemCompileCore() macro
3833 #undef FICL_INSTRUCTION_TOKEN in ficlSystemCompileCore()
4138 #define FICL_INSTRUCTION_TOKEN(token, description, flags) in ficlSystemCompileCore() macro
4141 #undef FICL_INSTRUCTION_TOKEN in ficlSystemCompileCore()