Home
last modified time | relevance | path

Searched refs:Texpr (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmisc.c168 Texpr = lclass[CurrentLexClass].htable;
172 hash_add(Texpr, EOFSTR, (Entry *)p);
190 Texpr = lclass[i].htable;
223 p = (TermEntry *) hash_get(Texpr, expr);
240 p = (TermEntry *) hash_get(Texpr, expr);
461 if ( (p=(TermEntry *)hash_get(Texpr, expr)) != NULL ) return p->token;
467 hash_add(Texpr, expr, (Entry *)p);
483 if ( *term=='"' ) p = (TermEntry *) hash_get(Texpr, term);
508 q = (TermEntry *) hash_get(Texpr, expr);
519 hash_add(Texpr, expr, (Entry *)q);
[all …]
Dglobals.c269 **Texpr, /* Table of all token expressions variable
Dbits.c271 q = (TermEntry *) hash_get(Texpr, (char *) e->elem);
368 q = (TermEntry *) hash_get(Texpr, tokstr); in ComputeTokSets()
Dantlr.c1232 if ( hash_get(Texpr, t) != NULL ) in error()
1460 term = (TermEntry *) hash_get(Texpr, LATEXT(1)); in tclass()
1918 if ( t==NULL ) t = (TermEntry *) hash_get(Texpr, lab); in element_label()
2133 term = (TermEntry *) hash_get(Texpr, LATEXT(1));
Dproto.h90 **Texpr,
Dlex.c198 t = (TermEntry *) hash_get(Texpr, q->expr);
Dantlr.g1259 if ( hash_get(Texpr, t) != NULL )
1373 term = (TermEntry *) hash_get(Texpr, LATEXT(1));
1610 if ( t==NULL ) t = (TermEntry *) hash_get(Texpr, lab);
1713 term = (TermEntry *) hash_get(Texpr, LATEXT(1));