Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/
H A Dprimitives.c61 static char fallthroughTag[] = "fallthrough"; variable
658 if (ficlStackGetTop(vm->dataStack).p == fallthroughTag) { in ficlPrimitiveEndcaseCoIm()
659 matchControlTag(vm, fallthroughTag); in ficlPrimitiveEndcaseCoIm()
698 if (ficlStackGetTop(vm->dataStack).p == fallthroughTag) { in ficlPrimitiveOfCoIm()
699 matchControlTag(vm, fallthroughTag); in ficlPrimitiveOfCoIm()
790 markControlTag(vm, fallthroughTag); in ficlPrimitiveFallthroughCoIm()