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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/
GenVtf.c 42 CHAR8 **TokenStr;
264 strcpy (*TokenStr, Token);
265 TokenStr ++;
334 while (*TokenStr != NULL && (strnicmp (*TokenStr, "COMP_NAME", 9) != 0)) {
336 if (strnicmp (*TokenStr, "COMP_LOC", 8) == 0) {
337 TokenStr++;
338 if (strnicmp (*TokenStr, "F", 1) == 0) {
340 } else if (strnicmp (*TokenStr, "S", 1) == 0) {
345 } else if (strnicmp (*TokenStr, "COMP_TYPE", 9) == 0) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
syn.h 154 #define TokenString(_i) ((TokenInd!=NULL)?TokenStr[TokenInd[_i]]:TokenStr[_i])
misc.c 71 * add token 't' to the TokenStr/Expr array. Make more room if necessary.
74 * There is only one TokenStr array, but multiple ExprStr's. Therefore,
76 * ExprStr's and TokenStr are always all the same size.
95 TokenStr = (char **) realloc((char *)TokenStr, tsize*sizeof(char *));
96 require(TokenStr != NULL, "Ttrack: can't extend TokenStr");
104 for (p= &TokenStr[tsize-more],i=1; i<=more; i++) *p++ = NULL;
107 /* note: we use the actual ExprStr/TokenStr array
111 else TokenStr[TokenNum] = t;
    [all...]
globals.c 334 * of that token def in TokenStr and ExprStr */
337 char **TokenStr=NULL; /* map token # to token name */
proto.h 154 extern char **TokenStr, **ExprStr;
    [all...]
main.c     [all...]

Completed in 96 milliseconds