Searched refs:REG_BASIC (Results 1 – 10 of 10) sorted by relevance
56 #define REG_BASIC 0000 macro
28 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
29 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
37 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
35 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
96 REG_BASIC = 0000, enumerator111 REG_GREP = REG_BASIC | REG_NEWLINE_ALT,
33 using boost::REG_BASIC;
84 [[REG_BASIC][Compiles basic (obsolete) regular expression syntax. Equivalent to `regbase::char_clas…95 [[REG_GREP][A shortcut for grep like behavior: `REG_BASIC | REG_NEWLINE_ALT` ]]
45 result = REG_BASIC; in get_posix_compile_options()