Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcretest.c2992 int force_study = -1; in main() local
3087 else if (strcmp(arg, "-s") == 0) force_study = 0; in main()
3093 force_study = 1; in main()
4097 if (do_study || (force_study >= 0 && !no_force_study)) in main()
4334 if (do_study || (force_study >= 0 && showinfo && !no_force_study)) in main()