Searched defs:lc (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/apache2/mod_sed/
H A Dregexp.c142 int lc; local
204 lc = 0;
226 if (c == '-' && lc != 0) {
239 while (lc < c) {
240 PLACE(lc);
241 lc++;
244 lc = c;

Completed in 12 milliseconds