Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c381 #define N_NOJIT (-17) macro
427 …{ OP_NODATA, N_NOJIT, NULL, "no-jit", "do not use just-in-time compiler o…
429 …{ OP_NODATA, N_NOJIT, NULL, "no-jit", "ignored: this pcre2grep does not s…
3341 case N_NOJIT: use_jit = FALSE; break; in handle_option()