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

/netbsd-current/external/bsd/flex/dist/src/
H A Decs.c117 int cclm, i, j; local
127 cclm = ccls[cclp];
129 if (NUL_mapping && cclm == 0)
130 cclm = NUL_mapping;
132 oldec = bck[cclm];
133 newec = cclm;
137 for (i = fwd[cclm]; i != NIL && i <= llsiz; i = fwd[i]) { /* look for the symbol in the character class */
150 /* We found an old companion of cclm
182 if (bck[cclm] != NIL || oldec != bck[cclm]) {
[all...]

Completed in 116 milliseconds