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

/freebsd-9.3-release/usr.bin/lex/
H A Dccl.c46 ind = cclmap[cclp];
81 cclmap = reallocate_integer_array( cclmap, current_maxccls );
88 cclmap[lastccl] = 0;
92 * Since the cclmap points to the \first/ character of a
93 * ccl, adding the length of the ccl to the cclmap pointer
96 cclmap[lastccl] = cclmap[lastccl - 1] + ccllen[lastccl - 1];
H A Decs.c51 cclp = cclmap[i];
H A Dparse.y625 mkeccl( ccltbl + cclmap[anyccl],
644 cshell( ccltbl + cclmap[$1], ccllen[$1], true );
647 mkeccl( ccltbl + cclmap[$1], ccllen[$1],
H A Dmain.c96 int lastccl, *cclmap, *ccllen, *cclng, cclreuse; variable
516 cclmap[lastccl] + ccllen[lastccl],
1085 cclmap = allocate_integer_array( current_maxccls );
H A Ddfa.c943 ccllist = cclmap[sym];
1061 cclp = cclmap[tch];
H A Dflexdef.h617 * cclmap - maps a ccl index to its set pointer
623 * ccltbl - holds the characters in each ccl - indexed by cclmap
626 extern int lastccl, *cclmap, *ccllen, *cclng, cclreuse;

Completed in 48 milliseconds