Searched refs:N_NOJIT (Results 1 – 1 of 1) sorted by relevance
341 #define N_NOJIT (-16) macro372 …{ OP_NODATA, N_NOJIT, NULL, "no-jit", "do not use just-in-time compiler o…374 …{ OP_NODATA, N_NOJIT, NULL, "no-jit", "ignored: this pcre2grep does not s…2675 case N_NOJIT: use_jit = FALSE; break; in handle_option()