Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cvs-1.12/lib/
H A Dregex_internal.c40 REG_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa) in re_string_allocate()
68 REG_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa) in re_string_construct()
164 REG_TRANSLATE_TYPE trans, bool icase, in re_string_construct_common()
H A Dregcomp.c302 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
/dflybsd-src/contrib/grep/lib/
H A Dregex_internal.c50 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa) in re_string_allocate()
78 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa) in re_string_construct()
181 RE_TRANSLATE_TYPE trans, bool icase, in re_string_construct_common()
H A Dregcomp.c300 bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); in re_compile_fastmap_iter() local
H A Dregex_internal.h413 unsigned char icase; member
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dregex_constants.h79 static constexpr syntax_option_type icase = 1 << _S_icase; in _GLIBCXX_VISIBILITY() local
H A Dregex.h357 static constexpr regex_constants::syntax_option_type icase in _GLIBCXX_VISIBILITY() local
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dregex_constants.h87 _GLIBCXX17_INLINE constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY() local
H A Dregex.h405 static constexpr flag_type icase = regex_constants::icase; in _GLIBCXX_VISIBILITY() local
/dflybsd-src/contrib/tre/lib/
H A Dtre-match-utils.h405 int icase = ((tnfa->cflags & REG_ICASE) != 0); in tre_bracket_match() local
/dflybsd-src/usr.bin/sed/
H A Ddefs.h66 int icase; /* True if I flag */ member
H A Dcompile.c896 int icase; in compile_addr() local
/dflybsd-src/stand/lib/
H A Dcd9660.c227 int i, icase; in dirmatch() local