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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmrhoist.c1084 Junction *thisAlt; local
1090 thisAlt=j;
1091 if (thisAlt->p2 != NULL) {
1092 if (thisAlt->p1->ntype == nJunction) {
1093 thisAlt=(Junction *) thisAlt->p1;
1095 thisAlt=newJunction();
1096 thisAlt->p1=j->p1;
1097 thisAlt->rname=j->rname;
1098 thisAlt
[all...]

Completed in 49 milliseconds