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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
misc.c 78 * Also, there is a Texpr hash table for each automaton.
132 * to the correct char string array. We must also switch Texpr tables.
168 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);
    [all...]
globals.c 269 **Texpr, /* Table of all token expressions
antlr.g     [all...]
bits.c 271 q = (TermEntry *) hash_get(Texpr, (char *) e->elem);
368 q = (TermEntry *) hash_get(Texpr, tokstr);
antlr.c 1232 if ( hash_get(Texpr, t) != NULL )
    [all...]
lex.c 198 t = (TermEntry *) hash_get(Texpr, q->expr);
proto.h 90 **Texpr,
    [all...]

Completed in 64 milliseconds