HomeSort by relevance Sort by last modified time
    Searched defs:icase (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 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);
315 bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); local
    [all...]
regex_internal.h 408 unsigned char icase; member in struct:re_string_t

Completed in 37 milliseconds