Lines Matching refs:xt
52 * debug ( xt -- ) Start debugging an xt
277 * debug ( xt -- )
278 * Given an xt of a colon definition or a word defined by DOES>, set the
279 * VM up to debug the word: push IP, set the xt as the next thing to execute,
286 ficlWord *xt = ficlStackPopPointer(vm->dataStack);
287 ficlWordKind wk = ficlWordClassify(xt);
289 ficlStackPushPointer(vm->dataStack, xt);
299 ficlVmExecuteWord(vm, xt);
303 ficlVmExecuteWord(vm, xt);
446 ficlWord *xt;
447 xt = ficlDictionaryFindEnclosingWord(
449 if (xt) {
450 ficlStackPushPointer(vm->dataStack, xt);
934 ficlDictionarySetPrimitive(dictionary, "debug-xt", ficlPrimitiveDebugXT,
942 ficlDictionarySetPrimitive(dictionary, "see-xt", ficlPrimitiveSeeXT,