Searched refs:nextecm (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | main.c | 82 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, tecfwd[CSIZE + 1]; variable 258 nextecm[i - 1] = i; in check_options() 261 nextecm[csize] = NIL; in check_options() 270 nextecm[i] = BAD_SUBSCRIPT; /* to catch errors */ in check_options() 1042 numecs = cre8ecs( nextecm, ecgroup, csize ); in readin()
|
D | parse.y | 625 ccllen[anyccl], nextecm, 647 nextecm, ecgroup, csize, csize );
|
D | nfa.c | 654 mkechar( sym ? sym : csize, nextecm, ecgroup );
|
D | flexdef.h | 545 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
D | parse.c | 1203 ccllen[anyccl], nextecm, in yyparse() 1226 nextecm, ecgroup, csize, csize ); in yyparse()
|