Searched refs:compile_time (Results 1 – 4 of 4) sorted by relevance
49 int compile_time = 2; /* for error printing: */ variable170 compile_time = 1; in main()182 compile_time = 0; in main()
522 if (compile_time == 1 && cursource() != NULL) in SYNTAX()596 if (compile_time != 2 && NR && *NR > 0) { in error()602 if (compile_time != 2 && curnode) in error()604 else if (compile_time != 2 && lineno) in error()606 if (compile_time == 1 && cursource() != NULL) in error()619 if (compile_time == 2 || compile_time == 0 || been_here++ > 0) in eprint()
45 extern int compile_time; /* 1 if compiling, 0 if running */
96 if (compile_time) /* a constant for sure */ in makedfa()