Searched defs:icase (Results 1 – 14 of 14) sorted by relevance
/dflybsd-src/contrib/cvs-1.12/lib/ |
H A D | regex_internal.c | 40 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 D | regcomp.c | 302 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
|
/dflybsd-src/contrib/grep/lib/ |
H A D | regex_internal.c | 50 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 D | regcomp.c | 300 bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); in re_compile_fastmap_iter() local
|
H A D | regex_internal.h | 413 unsigned char icase; member
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | regex_constants.h | 79 static constexpr syntax_option_type icase = 1 << _S_icase; in _GLIBCXX_VISIBILITY() local
|
H A D | regex.h | 357 static constexpr regex_constants::syntax_option_type icase in _GLIBCXX_VISIBILITY() local
|
/dflybsd-src/contrib/gcc-8.0/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 | 405 static constexpr flag_type icase = regex_constants::icase; in _GLIBCXX_VISIBILITY() local
|
/dflybsd-src/contrib/tre/lib/ |
H A D | tre-match-utils.h | 405 int icase = ((tnfa->cflags & REG_ICASE) != 0); in tre_bracket_match() local
|
/dflybsd-src/usr.bin/sed/ |
H A D | defs.h | 66 int icase; /* True if I flag */ member
|
H A D | compile.c | 896 int icase; in compile_addr() local
|
/dflybsd-src/stand/lib/ |
H A D | cd9660.c | 227 int i, icase; in dirmatch() local
|