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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Degman.c67 LabelEntry *innerLE; local
102 for (innerLE=leArray[i]; innerLE != NULL ; innerLE=nextLE) {
103 nextLE=innerLE->pendingLink;
105 innerLE->curAltNum == CurAltNum_array[BlkLevel]) {
106 if (innerLE->outerEG == NULL) {
107 innerLE->outerEG=eg;
288 LabelEntry *innerLE; local
291 for (innerLE
[all...]

Completed in 134 milliseconds