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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmrhoist.c2657 static set * suppressSets; variable
2695 if (suppressSets == NULL) {
2696 suppressSets=(set *) calloc (CLL_k+1,sizeof(set));
2697 require (suppressSets != NULL,"MR_suppressK_client: suppressSets alloc");
2707 set_clr(suppressSets[i]);
2709 &suppressSets[i]);
2715 fset=suppressSets;

Completed in 39 milliseconds