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

/freebsd-11-stable/stand/ficl/
H A Dwords.c1448 CELL *fallthroughFixup = NULL; local
1459 fallthroughFixup = POPPTR();
1470 if (fallthroughFixup != NULL)
1472 FICL_INT offset = dp->here - fallthroughFixup;
1473 *fallthroughFixup = LVALUEtoCELL(offset);

Completed in 194 milliseconds