Home
last modified time | relevance | path

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

/trueos/contrib/one-true-awk/
HDmain.c49 int compile_time = 2; /* for error printing: */ variable
170 compile_time = 1; in main()
182 compile_time = 0; in main()
HDlib.c522 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()
HDawk.h45 extern int compile_time; /* 1 if compiling, 0 if running */
HDb.c96 if (compile_time) /* a constant for sure */ in makedfa()