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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
bits.c 50 int wordnum = 0; variable
99 wordnum++;
124 fprintf(DefFile, "extern SetWordType setwd%d[];\n", wordnum);
126 "SetWordType setwd%d[%d] = {", wordnum, TokenNum-1);
150 fprintf(Parser_h, "\tstatic SetWordType setwd%d[%d];\n", wordnum, TokenNum-1);
152 "SetWordType %s::setwd%d[%d] = {", CurrentClassName, wordnum,
lex.c 458 for (i=1; i<=wordnum; i++)
proto.h 136 extern int wordnum;
    [all...]
gen.c     [all...]

Completed in 544 milliseconds