Home | History | Annotate | Download | only in lib

Lines Matching defs:icase

301 re_set_fastmap (char *fastmap, bool icase, int ch)
304 if (icase)
317 bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE));
325 re_set_fastmap (fastmap, icase, dfa->nodes[node].opr.c);
358 re_set_fastmap (fastmap, icase, ch);
381 re_set_fastmap (fastmap, icase, i);
416 re_set_fastmap (fastmap, icase, *(unsigned char *) buf);