Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/
H A Dprimitives.c694 ficlCell *fallthroughFixup = NULL; in ficlPrimitiveOfCoIm() local
700 fallthroughFixup = ficlStackPopPointer(vm->dataStack); in ficlPrimitiveOfCoIm()
711 if (fallthroughFixup != NULL) { in ficlPrimitiveOfCoIm()
712 ficlInteger offset = dictionary->here - fallthroughFixup; in ficlPrimitiveOfCoIm()
713 (*fallthroughFixup).i = offset; in ficlPrimitiveOfCoIm()