Searched defs:escaped (Results 1 – 1 of 1) sorted by relevance
228 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar()321 bool escaped, char c, char repeat, const char* regex, in MatchRepetitionAndRegexAtHead()357 const bool escaped = *regex == '\\'; in MatchRegexAtHead() local