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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Degman.c66 LabelEntry *nextLE; local
102 for (innerLE=leArray[i]; innerLE != NULL ; innerLE=nextLE) {
103 nextLE=innerLE->pendingLink;
287 LabelEntry *nextLE; local
291 for (innerLE=leArray[i]; innerLE != NULL ; innerLE=nextLE) {
292 nextLE=innerLE->pendingLink;

Completed in 58 milliseconds