Searched defs:FLAG_MULTILINE (Results 1 – 2 of 2) sorted by relevance
27 FLAG_MULTILINE = (1 << 2), enumerator
39 static constexpr auto FLAG_MULTILINE = (1U << 2U); variable