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

/httpd/modules/filters/
H A Dregexp.c142 int lc; local
202 lc = 0;
224 if (c == '-' && lc != 0) {
237 while (lc < c) {
238 PLACE(lc);
239 lc++;
242 lc = c;

Completed in 1247 milliseconds