Home
last modified time | relevance | path

Searched refs:DEE_SKIP (Results 1 – 1 of 1) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2grep.c156 enum { DEE_READ, DEE_SKIP }; enumerator
3445 (zos_type == __ZOS_NOFILE && DEE_action == DEE_SKIP) || in grep_or_recurse()
3447 (!isregfile(pathname) && DEE_action == DEE_SKIP) || in grep_or_recurse()
4348 else if (strcmp(DEE_option, "skip") == 0) DEE_action = DEE_SKIP; in main()