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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Degman.c69 Junction *nextAlt; local
136 for (innerAlt=altArray[i]; innerAlt != NULL ; innerAlt=nextAlt) {
137 nextAlt=innerAlt->pendingLink;
309 Junction *nextAlt; local
313 for (innerAlt=altArray[i]; innerAlt != NULL ; innerAlt=nextAlt) {
322 nextAlt=innerAlt->pendingLink;

Completed in 40 milliseconds