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

/freebsd-11-stable/stand/ficl/
H A Dwords.c76 static char fallthroughTag[] = "fallthrough"; variable
1380 if (stackGetTop(pVM->pStack).p == fallthroughTag)
1382 matchControlTag(pVM, fallthroughTag);
1456 if (stackGetTop(pVM->pStack).p == fallthroughTag)
1458 matchControlTag(pVM, fallthroughTag);
1552 /* push a new FALLTHROUGH fixup and the fallthroughTag */
1554 markControlTag(pVM, fallthroughTag);

Completed in 125 milliseconds