Searched refs:N_NOJIT (Results 1 – 1 of 1) sorted by relevance
321 #define N_NOJIT (-16) macro352 …{ OP_NODATA, N_NOJIT, NULL, "no-jit", "do not use just-in-time compiler o…354 …{ OP_NODATA, N_NOJIT, NULL, "no-jit", "ignored: this pcregrep does not su…2354 case N_NOJIT: study_options &= ~PCRE_STUDY_JIT_COMPILE; break; in handle_option()