Home | History | Annotate | Download | only in antlr

Lines Matching refs:matchList

1422     int             *matchList;

1483 matchList=(int *)calloc(nAlts,sizeof(int));
1484 require(matchList!=NULL,"cannot allocate MR_find_in_aSubBlk matchList");
1487 /* the most interesting one is matchList[] */
1593 matchList[i] |= 1;
1616 matchList[i] |= 1;
1649 matchList[i] |= 1;
1677 } else if ( (matchList[i] & 1) != 0) {
1716 free ( (char *) matchList);