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

/freebsd-13-stable/contrib/flex/src/
H A Decs.c118 int cclm, i, j; local
128 cclm = ccls[cclp];
130 if (NUL_mapping && cclm == 0)
131 cclm = NUL_mapping;
133 oldec = bck[cclm];
134 newec = cclm;
138 for (i = fwd[cclm]; i != NIL && i <= llsiz; i = fwd[i]) { /* look for the symbol in the character class */
151 /* We found an old companion of cclm
183 if (bck[cclm] != NIL || oldec != bck[cclm]) {
[all...]

Completed in 45 milliseconds