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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dfset2.c1521 int contextGuardOK(Node *p,int h,int *hmax) function
1523 int contextGuardOK(p,h,hmax)
1541 return contextGuardOK( ( (TokNode *) p)->next,h,hmax);
1555 contextGuardOK(j->p1,h,hmax);
1559 return contextGuardOK(j->p2,h,hmax) | contextGuardOK(j->p1,h,hmax);
1564 contextGuardOK( ( (ActionNode *) p)->next,h,hmax);
1599 ok=contextGuardOK( (Node *)junc,0,&hmax); /* MR10 */

Completed in 36 milliseconds