Lines Matching defs:token
852 * Run the parse chain against the incoming token until somebody
1170 * name and return xt, the execution token for name. An ambiguous condition
1226 * Pop an execution token (pointer to a word) off the stack and
2172 * found, return its execution token xt. If the definition is immediate,
2198 * found, return its execution token xt. If the definition is immediate,
3105 #define FICL_TOKEN(token, description)
3106 #define FICL_INSTRUCTION_TOKEN(token, description, flags) \
3107 ficlDictionarySetInstruction(dictionary, description, token, flags);
3477 #define FICL_TOKEN(token, description) \
3478 ficlDictionarySetConstant(dictionary, #token, token);
3480 #define FICL_INSTRUCTION_TOKEN(token, description, flags) \
3481 ficlDictionarySetConstant(dictionary, #token, token);
3483 #define FICL_INSTRUCTION_TOKEN(token, description, flags)