Home
last modified time | relevance | path

Searched refs:LexActions (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dglobals.c343 ListNode *LexActions=NULL; /* list of lexical actions */ variable
Dlex.c132 if (LexActions != NULL) { in genLexDescr()
133 for (p = LexActions->next; p!=NULL; p=p->next) in genLexDescr()
Dproto.h101 extern ListNode *BeforeActions, *AfterActions, *LexActions;
Dantlr.c753 list_add(&LexActions, a); in laction()
Dantlr.g970 list_add(&LexActions, a);