Searched defs:FLAG_DOTALL (Results 1 – 3 of 3) sorted by relevance
28 FLAG_DOTALL = (1 << 3), enumerator
37 static constexpr auto FLAG_DOTALL = (1U << 3U); variable
42 static constexpr auto FLAG_DOTALL = (1U << 3U); variable