Searched refs:compile_time (Results 1 – 4 of 4) sorted by relevance
45 int compile_time = 2; /* for error printing: */ variable144 compile_time = 1; in main()156 compile_time = 0; in main()
512 if (compile_time == 1 && cursource() != NULL) in SYNTAX()586 if (compile_time != 2 && NR && *NR > 0) { in error()592 if (compile_time != 2 && curnode) in error()594 else if (compile_time != 2 && lineno) in error()596 if (compile_time == 1 && cursource() != NULL) in error()609 if (compile_time == 2 || compile_time == 0 || been_here++ > 0) in eprint()
45 extern int compile_time; /* 1 if compiling, 0 if running */
93 if (compile_time) /* a constant for sure */ in makedfa()