Searched defs:posix (Results 1 – 2 of 2) sorted by relevance
433 …arch::Compile(const char *pattern, Sci::Position length, bool caseSensitive, bool posix) noexcept { in Compile()
3178 const bool posix = (flags & SCFIND_POSIX) != 0; in FindText() local