Home | History | Annotate | Download | only in config

Lines Matching defs:subl

243   int subl;
249 subl = strlen (sub);
252 while (strl >= subl)
255 if (strncasecmp (string, sub, subl) == 0)