Searched refs:match_perl (Results 1 – 4 of 4) sorted by relevance
60 match_perl = match_all << 1, /* Use perl matching rules */ enumerator61 match_posix = match_perl << 1, /* Use POSIX matching rules */83 | match_stop | match_all | match_perl | match_posix | match_nosubs139 using regex_constants::match_perl;
71 if(!(m_match_flags & (match_perl|match_posix))) in construct_init()74 m_match_flags |= match_perl; in construct_init()76 m_match_flags |= match_perl; in construct_init()78 m_match_flags |= match_perl; in construct_init()633 if((m_match_flags & match_perl) && !(*m_presult)[index].matched) in match_backref()
37 `match_not_eob`, `match_perl`, `match_posix`, and `match_extra`.
36 static const match_flag_type match_perl;83 [[match_perl][Specifies that the expression should be matched according to