Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcretest.c2987 int showinfo = 0; in main() local
3126 else if (strcmp(arg, "-i") == 0) showinfo = 1; in main()
3127 else if (strcmp(arg, "-d") == 0) showinfo = debug = 1; in main()
3475 int do_showinfo = showinfo; in main()
4331 if (do_study || (force_study >= 0 && showinfo && !no_force_study)) in main()