HomeSort by: relevance | last modified time | path
    Searched defs:icase (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
regex_constants.h 89 _GLIBCXX17_INLINE constexpr syntax_option_type icase = _S_icase; local
regex.h 306 * the iterator range [__first, __last). If @p icase is true,
436 static constexpr flag_type icase = regex_constants::icase; member in class:basic_regex
832 basic_regex<_Ch, _Tr>::icase; member in class:basic_regex
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
regex_constants.h 89 _GLIBCXX17_INLINE constexpr syntax_option_type icase = _S_icase; local
regex.h 306 * the iterator range [__first, __last). If @p icase is true,
436 static constexpr flag_type icase = regex_constants::icase; member in class:basic_regex
832 basic_regex<_Ch, _Tr>::icase; member in class:basic_regex
  /src/lib/libc/regex/
regex2.h 130 int icase; member in struct:__anon394
142 if (cs->icase) {
165 else if (cs->icase)
  /src/usr.bin/sed/
defs.h 66 int icase; /* True if I flag */ member in struct:s_subst
compile.c 347 cmd->u.s->re = compile_re(re, cmd->u.s->icase);
718 s->icase = 0;
738 s->icase = 1;
922 int icase; local
924 icase = 0;
937 icase = 1;
943 a->u.r = compile_re(re, icase);
  /src/external/bsd/tmux/dist/
mode-tree.c 897 int icase = mtd->search_icase; local
929 if (!icase && strstr(mti->name, mtd->search) != NULL)
931 if (icase && strcasestr(mti->name, mtd->search) != NULL)
936 icase))
946 int icase = mtd->search_icase; local
974 if (!icase && strstr(mti->name, mtd->search) != NULL)
976 if (icase && strcasestr(mti->name, mtd->search) != NULL)
981 icase))
  /src/external/gpl2/xcvs/dist/lib/
regcomp.c 291 re_set_fastmap (char *fastmap, bool icase, int ch)
294 if (icase)
307 bool icase = (dfa->mb_cur_max == 1 && (bufp->re_syntax & REG_IGNORE_CASE));
315 re_set_fastmap (fastmap, icase, dfa->nodes[node].opr.c);
345 re_set_fastmap (fastmap, icase, ch);
368 re_set_fastmap (fastmap, icase, i);
374 re_set_fastmap (fastmap, icase, i);
383 re_set_fastmap (fastmap, icase, *(unsigned char *) buf);
305 bool icase = (dfa->mb_cur_max == 1 && (bufp->re_syntax & REG_IGNORE_CASE)); local
regex_internal.h 400 unsigned char icase; member in struct:re_string_t

Completed in 44 milliseconds