Home
last modified time | relevance | path

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

/freebsd-12.1/stand/ficl/
H A Dwords.c76 static char fallthroughTag[] = "fallthrough"; variable
1380 if (stackGetTop(pVM->pStack).p == fallthroughTag) in endcaseCoIm()
1382 matchControlTag(pVM, fallthroughTag); in endcaseCoIm()
1456 if (stackGetTop(pVM->pStack).p == fallthroughTag) in ofCoIm()
1458 matchControlTag(pVM, fallthroughTag); in ofCoIm()
1554 markControlTag(pVM, fallthroughTag); in fallthroughCoIm()