Searched refs:matchControlTag (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/sys/boot/ficl/ |
| D | words.c | 103 static void matchControlTag(FICL_VM *pVM, char *tag) in matchControlTag() function 131 matchControlTag(pVM, tag); in resolveBackBranch() 154 matchControlTag(pVM, tag); in resolveForwardBranch() 520 matchControlTag(pVM, colonTag); in semicolonCoIm() 1311 matchControlTag(pVM, origTag); in elseCoIm() 1382 matchControlTag(pVM, fallthroughTag); in endcaseCoIm() 1384 matchControlTag(pVM, caseTag); in endcaseCoIm() 1391 matchControlTag(pVM, caseTag); in endcaseCoIm() 1458 matchControlTag(pVM, fallthroughTag); in ofCoIm() 1462 matchControlTag(pVM, caseTag); in ofCoIm() [all …]
|