Home | History | Annotate | Download | only in base

Lines Matching full:escape

926   const CHAR* escape = NULL;
928 if (!escape && IsWildcard(**pattern)) {
935 if (!escape && **pattern == '\\') {
936 escape = *pattern;
953 // function will return false because if we can't match an escape char
955 if (escape) {
956 *pattern = escape;
961 escape = NULL;