Searched refs:FirstAction (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | bits.c | 721 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()
|
D | globals.c | 362 char *FirstAction=NULL; /* action defined with #first MR11 */ variable
|
D | lex.c | 70 if (FirstAction != NULL ) dumpAction( FirstAction, dlgFile, 0, -1, 0, 1 ); /* MR11 MR15b */ in genLexDescr()
|
D | antlr.c | 99 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()
|
D | proto.h | 117 extern char *FirstAction; /* MR11 */
|
D | gen.c | 3874 if (FirstAction != NULL ) dumpAction( FirstAction, output, 0, -1, 0, 1); /* MR11 MR15b */ 4059 if (FirstAction != NULL ) dumpAction(FirstAction, f, 0, -1, 0, 1); /* MR11 */
|
D | antlr.g | 638 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));
|