Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcretest.c2990 int showinfo = 0; in main() local
3129 else if (strcmp(arg, "-i") == 0) showinfo = 1; in main()
3130 else if (strcmp(arg, "-d") == 0) showinfo = debug = 1; in main()
3478 int do_showinfo = showinfo; in main()
4334 if (do_study || (force_study >= 0 && showinfo && !no_force_study)) in main()