Searched refs:match_icase (Results 1 – 6 of 6) sorted by relevance
/third_party/gettext/gettext-tools/libgrep/ |
D | m-regex.c | 63 bool match_icase, bool match_words, bool match_lines, char eolbyte, in compile() argument 123 bool match_icase, bool match_words, bool match_lines, char eolbyte) in Gcompile() argument 126 match_icase, match_words, match_lines, eolbyte, in Gcompile() 132 bool match_icase, bool match_words, bool match_lines, char eolbyte) in Ecompile() argument 135 match_icase, match_words, match_lines, eolbyte, in Ecompile() 141 bool match_icase, bool match_words, bool match_lines, char eolbyte) in AWKcompile() argument 144 match_icase, match_words, match_lines, eolbyte, in AWKcompile()
|
D | m-fgrep.c | 67 bool match_icase, bool match_words, bool match_lines, char eolbyte) in kwsinit() argument 69 if (match_icase) in kwsinit() 92 bool match_icase, bool match_words, bool match_lines, in Fcompile() argument 100 kwsinit (ckwset, match_icase, match_words, match_lines, eolbyte); in Fcompile()
|
D | libgrep.h | 34 bool match_icase, bool match_words, bool match_lines,
|
/third_party/boost/boost/spirit/home/lex/lexer/lexertl/ |
D | lexer.hpp | 89 if (flags & match_flags::match_icase) in map_flags()
|
/third_party/boost/boost/spirit/home/lex/lexer/ |
D | lexer.hpp | 343 match_icase = 2 // all matching operations are case insensitive enumerator
|
/third_party/boost/libs/spirit/doc/ |
D | what_s_new.qbk | 778 match_flags::match_icase // all matching operations are case insensitive
|