Home
last modified time | relevance | path

Searched refs:MaxRuleName (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dgeneric.h238 #define MaxRuleName 100 /* largest rule name size */ macro
Dglobals.c404 char CurrentClassName[MaxRuleName]="";
Dmisc.c693 static char key[MaxRuleName+2+2+1]; /* MR10 */
698 if ( (i=strlen(rule)) > MaxRuleName ) /* MR10 */
699 fatal( eMsgd("rule name > max of %d\n", MaxRuleName) ); /* MR10 */
Dgen.c2292 static char buf[MaxRuleName+20]; /* MR23 */
2293 static char bufErrSet[MaxRuleName+20]; /* MR23 */
2315 static char buf[MaxRuleName+20]; /* MR23 */
2316 static char bufErrSet[MaxRuleName+20]; /* MR23 */
Dantlr.c406 int go=1; char name[MaxRuleName+1]; in class_def()
414 if(go) strncpy(name,LATEXT(1),MaxRuleName); in class_def()
421 if(go) strncpy(name,LATEXT(1),MaxRuleName); in class_def()
Dantlr.g763 : <<int go=1; char name[MaxRuleName+1];>>
765 ( NonTerminal <<if(go) strncpy(name,LATEXT(1),MaxRuleName);>>
766 | TokenTerm <<if(go) strncpy(name,LATEXT(1),MaxRuleName);>>