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