OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cclmap
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Tools/android/flex-2.5.4a/
ccl.c
44
ind =
cclmap
[cclp];
79
cclmap
= reallocate_integer_array(
cclmap
, current_maxccls );
86
cclmap
[lastccl] = 0;
90
* Since the
cclmap
points to the \first/ character of a
91
* ccl, adding the length of the ccl to the
cclmap
pointer
94
cclmap
[lastccl] =
cclmap
[lastccl - 1] + ccllen[lastccl - 1];
ecs.c
49
cclp =
cclmap
[i];
parse.y
624
mkeccl( ccltbl +
cclmap
[anyccl],
643
cshell( ccltbl +
cclmap
[$1], ccllen[$1], true );
646
mkeccl( ccltbl +
cclmap
[$1], ccllen[$1],
main.c
94
int lastccl, *
cclmap
, *ccllen, *cclng, cclreuse;
variable
514
cclmap
[lastccl] + ccllen[lastccl],
1083
cclmap
= allocate_integer_array( current_maxccls );
dfa.c
941
ccllist =
cclmap
[sym];
1059
cclp =
cclmap
[tch];
flexdef.h
616
*
cclmap
- maps a ccl index to its set pointer
622
* ccltbl - holds the characters in each ccl - indexed by
cclmap
625
extern int lastccl, *
cclmap
, *ccllen, *cclng, cclreuse;
[
all
...]
/external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c
1202
mkeccl( ccltbl +
cclmap
[anyccl],
1222
cshell( ccltbl +
cclmap
[yyvsp[0]], ccllen[yyvsp[0]], true );
1225
mkeccl( ccltbl +
cclmap
[yyvsp[0]], ccllen[yyvsp[0]],
[
all
...]
Completed in 1138 milliseconds