Home | History | Annotate | Download | only in java_cup

Lines Matching full:print_progress

76   protected static boolean print_progress   = false;
151 if (print_progress) System.err.println("Opening files...");
157 if (print_progress)
167 if (print_progress) System.err.println("Checking specification...");
173 if (print_progress) System.err.println("Building parse tables...");
179 if (print_progress) System.err.println("Writing parser...");
199 if (print_progress) System.err.println("Closing files...");
333 else if (argv[i].equals("-progress")) print_progress = true;
528 if (opt_do_debug || print_progress)
535 if (opt_do_debug || print_progress)
542 if (opt_do_debug || print_progress)
549 if (opt_do_debug || print_progress)
562 if (opt_do_debug || print_progress)