Searched defs:nextEG (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Degman.c63 ExceptionGroup *nextEG; local
82 for (innerEG=egArray[i]; innerEG != NULL ; innerEG=nextEG) {
83 nextEG=innerEG->pendingLink;
263 ExceptionGroup *nextEG; local
267 for (innerEG=egArray[i]; innerEG != NULL ; innerEG=nextEG) {
268 nextEG=innerEG->pendingLink;

Completed in 31 milliseconds