Home
last modified time | relevance | path

Searched refs:match_icase (Results 1 – 6 of 6) sorted by relevance

/third_party/gettext/gettext-tools/libgrep/
Dm-regex.c63 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()
Dm-fgrep.c67 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()
Dlibgrep.h34 bool match_icase, bool match_words, bool match_lines,
/third_party/boost/boost/spirit/home/lex/lexer/lexertl/
Dlexer.hpp89 if (flags & match_flags::match_icase) in map_flags()
/third_party/boost/boost/spirit/home/lex/lexer/
Dlexer.hpp343 match_icase = 2 // all matching operations are case insensitive enumerator
/third_party/boost/libs/spirit/doc/
Dwhat_s_new.qbk778 match_flags::match_icase // all matching operations are case insensitive