Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2grep.c268 static uint32_t capture_max = DEFAULT_CAPTURE_MAX; variable
471 …{ OP_U32NUMBER, N_OM_CAPTURE, &capture_max, "om-capture=n", "set capture count for --only-match…
4196 if (n > (int)capture_max) in main()
4212 offset_size = capture_max + 1; in main()