HomeSort by: relevance | last modified time | path
    Searched defs:cclm (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/flex/dist/src/
ecs.c 117 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...]
ecs.c 117 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 141 milliseconds