Home
last modified time | relevance | path

Searched defs:icase (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-match-utils.h200 tre_neg_char_classes_match(tre_ctype_t *classes, tre_cint_t wc, int icase) in tre_neg_char_classes_match()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex_constants.h87 _GLIBCXX17_INLINE constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY() local
H A Dregex.h406 static constexpr flag_type icase = regex_constants::icase; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex_constants.h89 _GLIBCXX17_INLINE constexpr syntax_option_type icase = _S_icase; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregex_internal.c43 REG_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa) in re_string_allocate()
71 REG_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa) in re_string_construct()
167 REG_TRANSLATE_TYPE trans, bool icase, in re_string_construct_common()
H A Dregcomp.c305 bool icase = (dfa->mb_cur_max == 1 && (bufp->re_syntax & REG_IGNORE_CASE)); in re_compile_fastmap_iter() local
H A Dregex_internal.h400 unsigned char icase; member
/netbsd-src/usr.bin/sed/
H A Ddefs.h66 int icase; /* True if I flag */ member
H A Dcompile.c921 int icase; in compile_addr() local
/netbsd-src/lib/libc/regex/
H A Dregex2.h130 int icase; member
/netbsd-src/usr.bin/find/
H A Dfunction.c1668 c_regex_common(char ***argvp, int isok, enum ntype type, bool icase) in c_regex_common()