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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Degman.c40 static Junction **altArray=NULL; /* start of alternates */ variable
136 for (innerAlt=altArray[i]; innerAlt != NULL ; innerAlt=nextAlt) {
179 if (BlkLevel != i) altArray[i]=NULL;
211 alt->pendingLink=altArray[BlkLevel];
212 altArray[BlkLevel]=alt;
241 altArrayNew[i]=altArray[i];
246 if (altArray != NULL) free( (char *) altArray);
249 altArray=altArrayNew;
313 for (innerAlt=altArray[
[all...]

Completed in 47 milliseconds