Lines Matching refs:here

72 	ficlStackPushPointer(vm->dataStack, dictionary->here);  in markBranch()
116 c.i = patchAddr - dictionary->here; in resolveBackBranch()
137 offset = dictionary->here - patchAddr; in resolveForwardBranch()
167 (*patchAddr).p = dictionary->here; in resolveAbsBranch()
605 offset = dictionary->here - patchAddr; in ficlPrimitiveElseCoIm()
681 offset = dictionary->here - patchAddr; in ficlPrimitiveEndcaseCoIm()
712 ficlInteger offset = dictionary->here - fallthroughFixup; in ficlPrimitiveOfCoIm()
749 ficlStackPushPointer(vm->dataStack, dictionary->here); in ficlPrimitiveEndofCoIm()
757 offset = dictionary->here - patchAddr; in ficlPrimitiveEndofCoIm()
789 ficlStackPushPointer(vm->dataStack, dictionary->here); in ficlPrimitiveFallthroughCoIm()
796 offset = dictionary->here - patchAddr; in ficlPrimitiveFallthroughCoIm()
1164 ficlStackPushPointer(vm->dataStack, dictionary->here); in ficlPrimitiveHere()
1287 dictionary->here; in ficlPrimitiveCountedStringQuoteIm()
1300 dictionary->here = in ficlPrimitiveCountedStringQuoteIm()
1302 (ficlCountedString *)dictionary->here, '\"')); in ficlPrimitiveCountedStringQuoteIm()
1325 dictionary->here = in ficlPrimitiveDotQuoteCoIm()
1327 (ficlCountedString *)dictionary->here, '\"')); in ficlPrimitiveDotQuoteCoIm()
1381 to = (char *)dictionary->here; in ficlPrimitiveSLiteralCoIm()
1389 dictionary->here = FICL_POINTER_TO_CELL(ficlAlignPointer(to)); in ficlPrimitiveSLiteralCoIm()
2033 counted = (ficlCountedString *)dictionary->here; in ficlPrimitiveStringQuoteIm()
2040 dictionary->here = FICL_POINTER_TO_CELL( in ficlPrimitiveStringQuoteIm()
2041 ficlVmGetString(vm, (ficlCountedString *)dictionary->here, in ficlPrimitiveStringQuoteIm()
2071 char *here = (char *)ficlVmGetDictionary(vm)->here; in ficlPrimitiveType() local
2072 if (s != here) in ficlPrimitiveType()
2073 (void) strncpy(here, s, length); in ficlPrimitiveType()
2075 here[length] = '\0'; in ficlPrimitiveType()
2076 s = here; in ficlPrimitiveType()
2523 vm->callback.system->localsFixup = dictionary->here; in ficlLocalParen()