Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dwords.c75 static char fallthroughTag[] = "fallthrough"; variable
1379 if (stackGetTop(pVM->pStack).p == fallthroughTag) in endcaseCoIm()
1381 matchControlTag(pVM, fallthroughTag); in endcaseCoIm()
1455 if (stackGetTop(pVM->pStack).p == fallthroughTag) in ofCoIm()
1457 matchControlTag(pVM, fallthroughTag); in ofCoIm()
1553 markControlTag(pVM, fallthroughTag); in fallthroughCoIm()