HomeSort by relevance Sort by last modified time
    Searched refs:HdrAction (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
lex.c 78 if ( HdrAction != NULL ) dumpAction( HdrAction, dlgFile, 0, -1, 0, 1 );
88 if ( HdrAction != NULL ) dumpAction( HdrAction, dlgFile, 0, -1, 0, 1 );
bits.c 848 if ( HdrAction != NULL ) dumpAction( HdrAction, Parser_h, 0, -1, 0, 1);
899 if ( HdrAction != NULL ) dumpAction( HdrAction, ErrFile, 0, -1, 0, 1 );
globals.c 361 char *HdrAction=NULL; /* action defined with #header */
antlr.g 629 if ( HdrAction==NULL ) {
630 HdrAction = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
631 require(HdrAction!=NULL, "rule grammar: cannot allocate header action");
632 strcpy(HdrAction, LATEXT(1));
    [all...]
antlr.c 85 if ( HdrAction==NULL ) {
86 HdrAction = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
87 require(HdrAction!=NULL, "rule grammar: cannot allocate header action");
88 strcpy(HdrAction, LATEXT(1));
    [all...]
proto.h 116 extern char *HdrAction;
    [all...]
gen.c     [all...]
main.c 746 if ( WarningLevel>1 && HdrAction == NULL )
    [all...]

Completed in 80 milliseconds