Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Ddumpcycles.c58 if (FoTOS[k] == NULL) {
61 if (FoTOS[k] != NULL && FoStack[k] != NULL) {
62 for (pi=FoStack[k]; pi <= FoTOS[k]; pi++) {
Dmisc.c739 if ( FoTOS[k] == NULL )
741 FoTOS[k]=FoStack[k];
742 *(FoTOS[k]) = r->rulenum;
749 if ( FoTOS[k] >= &(FoStack[k][FoStackSize-1]) )
752 require(FoTOS[k]>=FoStack[k],
755 ++(FoTOS[k]);
756 *(FoTOS[k]) = r->rulenum;
781 require(FoTOS[k]>=FoStack[k]&&FoTOS[k]<=&(FoStack[k][FoStackSize-1]),
783 if ( FoTOS[k] == FoStack[k] ) FoTOS[k] = NULL;
784 else (FoTOS[k])--;
[all …]
Dglobals.c323 int **FoTOS; /* FOLLOW stack top-of-stack pointers */ variable
Dmain.c1002 FoTOS = (int **) calloc(CLL_k+1, sizeof(int *)); in init()
1003 require(FoTOS!=NULL, "main: cannot allocate FoTOS"); in init()
Dproto.h140 extern int **FoTOS;
Dfset.c268 if ( FoTOS[k] == NULL && Cycles[k] != NULL ) ResolveFoCycles(k);