Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dwords.c1447 CELL *fallthroughFixup = NULL; in ofCoIm() local
1458 fallthroughFixup = POPPTR(); in ofCoIm()
1469 if (fallthroughFixup != NULL) in ofCoIm()
1471 FICL_INT offset = dp->here - fallthroughFixup; in ofCoIm()
1472 *fallthroughFixup = LVALUEtoCELL(offset); in ofCoIm()