Home
last modified time | relevance | path

Searched defs:match_any (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/regex/v4/
Dmatch_flags.hpp51 match_any = match_init << 1, /* don't care what we match */ enumerator
/third_party/boost/boost/xpressive/
Dregex_constants.hpp125 match_any = 1 << 7, ///< Specifies that if more than one match is possible then enumerator
/third_party/toybox/toys/posix/
Dfind.c391 match_any = *m == '/'; in do_find() local