Searched refs:cclmap (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
H A Dccl.c44 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];
H A Decs.c49 cclp = cclmap[i];
H A Dparse.y624 mkeccl( ccltbl + cclmap[anyccl],
643 cshell( ccltbl + cclmap[$1], ccllen[$1], true );
646 mkeccl( ccltbl + cclmap[$1], ccllen[$1],
H A Dmain.c94 int lastccl, *cclmap, *ccllen, *cclng, cclreuse; variable
514 cclmap[lastccl] + ccllen[lastccl],
1083 cclmap = allocate_integer_array( current_maxccls );
H A Ddfa.c941 ccllist = cclmap[sym];
1059 cclp = cclmap[tch];
H A Dflexdef.h616 * 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;
/external/webkit/Tools/android/flex-2.5.4a/MISC/
H A Dparse.c1202 mkeccl( ccltbl + cclmap[anyccl],
1222 cshell( ccltbl + cclmap[yyvsp[0]], ccllen[yyvsp[0]], true );
1225 mkeccl( ccltbl + cclmap[yyvsp[0]], ccllen[yyvsp[0]],

Completed in 81 milliseconds