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

/external/pcre/dist/
H A Dpcregrep.c321 #define N_NOJIT (-16) macro
352 { OP_NODATA, N_NOJIT, NULL, "no-jit", "do not use just-in-time compiler optimization" },
354 { OP_NODATA, N_NOJIT, NULL, "no-jit", "ignored: this pcregrep does not support JIT" },
2354 case N_NOJIT: study_options &= ~PCRE_STUDY_JIT_COMPILE; break;

Completed in 63 milliseconds