Home | History | Annotate | Download | only in src

Lines Matching refs:AtomMatchesChar

634 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) {
744 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i]))
776 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) &&