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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmrhoist.c1422 int *matchList; local
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);
[all...]

Completed in 53 milliseconds