Lines Matching refs:token
849 * Run the parse chain against the incoming token until somebody
1167 * name and return xt, the execution token for name. An ambiguous condition
1223 * Pop an execution token (pointer to a word) off the stack and
2169 * found, return its execution token xt. If the definition is immediate,
2195 * found, return its execution token xt. If the definition is immediate,
3102 #define FICL_TOKEN(token, description)
3103 #define FICL_INSTRUCTION_TOKEN(token, description, flags) \
3104 ficlDictionarySetInstruction(dictionary, description, token, flags);
3474 #define FICL_TOKEN(token, description) \
3475 ficlDictionarySetConstant(dictionary, #token, token);
3477 #define FICL_INSTRUCTION_TOKEN(token, description, flags) \
3478 ficlDictionarySetConstant(dictionary, #token, token);
3480 #define FICL_INSTRUCTION_TOKEN(token, description, flags)