Searched refs:thisAlt (Results 1 – 1 of 1) sorted by relevance
1084 Junction *thisAlt; local1090 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->file=j->file;1099 thisAlt->line=j->line;[all …]