Home
last modified time | relevance | path

Searched refs:FirstAction (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dbits.c721 if ( FirstAction != NULL ) dumpAction(FirstAction,Parser_c, 0, -1, 0, 1); /* MR11 MR15b */ in GenParser_c_Hdr()
831 …if ( FirstAction != NULL ) dumpAction( FirstAction, Parser_h, 0, -1, 0, 1); /* MR11 MR15b … in GenParser_h_Hdr()
889 …if ( FirstAction != NULL ) dumpAction( FirstAction, ErrFile, 0, -1, 0, 1); /* MR11 MR15b */ in GenErrHdr()
Dglobals.c362 char *FirstAction=NULL; /* action defined with #first MR11 */ variable
Dlex.c70 if (FirstAction != NULL ) dumpAction( FirstAction, dlgFile, 0, -1, 0, 1 ); /* MR11 MR15b */ in genLexDescr()
Dantlr.c99 if ( FirstAction==NULL ) { in grammar()
100 FirstAction = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char)); in grammar()
101 require(FirstAction!=NULL, "rule grammar: cannot allocate #first action"); in grammar()
102 strcpy(FirstAction, LATEXT(1)); in grammar()
Dproto.h117 extern char *FirstAction; /* MR11 */
Dgen.c3874 if (FirstAction != NULL ) dumpAction( FirstAction, output, 0, -1, 0, 1); /* MR11 MR15b */
4059 if (FirstAction != NULL ) dumpAction(FirstAction, f, 0, -1, 0, 1); /* MR11 */
Dantlr.g638 if ( FirstAction==NULL ) {
639 FirstAction = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
640 require(FirstAction!=NULL, "rule grammar: cannot allocate #first action");
641 strcpy(FirstAction, LATEXT(1));