Searched defs:icase (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/bsd/tre/dist/lib/ |
H A D | tre-match-utils.h | 200 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 D | regex_constants.h | 87 _GLIBCXX17_INLINE constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY() local
|
H A D | regex.h | 406 static constexpr flag_type icase = regex_constants::icase; in _GLIBCXX_VISIBILITY() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | regex_constants.h | 89 _GLIBCXX17_INLINE constexpr syntax_option_type icase = _S_icase; in _GLIBCXX_VISIBILITY() local
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | regex_internal.c | 43 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 D | regcomp.c | 305 bool icase = (dfa->mb_cur_max == 1 && (bufp->re_syntax & REG_IGNORE_CASE)); in re_compile_fastmap_iter() local
|
H A D | regex_internal.h | 400 unsigned char icase; member
|
/netbsd-src/usr.bin/sed/ |
H A D | defs.h | 66 int icase; /* True if I flag */ member
|
H A D | compile.c | 921 int icase; in compile_addr() local
|
/netbsd-src/lib/libc/regex/ |
H A D | regex2.h | 130 int icase; member
|
/netbsd-src/usr.bin/find/ |
H A D | function.c | 1668 c_regex_common(char ***argvp, int isok, enum ntype type, bool icase) in c_regex_common()
|