OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ecgroup
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Tools/android/flex-2.5.4a/
main.c
82
int numecs, nextecm[CSIZE + 1],
ecgroup
[CSIZE + 1], nummecs, tecfwd[CSIZE + 1];
variable
250
/* We loop all the way up to csize, since
ecgroup
[csize] is
253
ecgroup
[1] = NIL;
257
ecgroup
[i] = i - 1;
269
ecgroup
[i] = i;
1042
numecs = cre8ecs( nextecm,
ecgroup
, csize );
1047
ecgroup
[0] =
ecgroup
[csize];
1048
NUL_ec = ABS(
ecgroup
[0] );
gen.c
238
ecgroup
[i] =
ecgroup
[clower( i )];
240
ecgroup
[i] = ABS(
ecgroup
[i] );
241
mkdata(
ecgroup
[i] );
257
readable_form( i ),
ecgroup
[i] );
[
all
...]
ecs.c
54
cclmec =
ecgroup
[ich];
dfa.c
207
ec = ABS(
ecgroup
[i] );
450
*
ecgroup
[NUL]), (2) NUL's equivalence class is the last
473
/* Note that the test for
ecgroup
[0] == numecs below accomplishes
476
if ( ! fullspd &&
ecgroup
[0] == numecs )
996
else if ( ABS(
ecgroup
[sym] ) == transsym )
1048
int ec =
ecgroup
[tch];
parse.y
626
ecgroup
, csize, csize );
647
nextecm,
ecgroup
, csize, csize );
nfa.c
654
mkechar( sym ? sym : csize, nextecm,
ecgroup
);
flexdef.h
533
*
ecgroup
- class number or backward link of EC members
545
extern int numecs, nextecm[CSIZE + 1],
ecgroup
[CSIZE + 1], nummecs;
549
* slots total (since the arrays are 0-based). nextecm[] and
ecgroup
[]
[
all
...]
/external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c
1204
ecgroup
, csize, csize );
1226
nextecm,
ecgroup
, csize, csize );
[
all
...]
Completed in 44 milliseconds