Searched defs:findex (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dfset2.c51 static int *findex; variable
1190 if ( ftbl[k][findex[k]] == nil ) return NULL;
1194 findex[k+1] = 0;
1195 (findex[k])++; /* try next token at this k */
1199 u = tmake(tnode(ftbl[k][findex[k]]), t, NULL);
1200 if ( k == max_k ) (findex[k])++;
1243 findex = (int *) calloc(LL_k+1, sizeof(int));
1244 if ( findex == NULL )
1253 for (k=1; k<=LL_k; k++) findex[k] = 0;
1334 free( (char *)findex );
[all...]

Completed in 51 milliseconds