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

/freebsd-9.3-release/contrib/one-true-awk/
H A Dmain.c49 int compile_time = 2; /* for error printing: */ variable
170 compile_time = 1;
182 compile_time = 0;
H A Dlib.c522 if (compile_time == 1 && cursource() != NULL)
596 if (compile_time != 2 && NR && *NR > 0) {
602 if (compile_time != 2 && curnode)
604 else if (compile_time != 2 && lineno)
606 if (compile_time == 1 && cursource() != NULL)
619 if (compile_time == 2 || compile_time == 0 || been_here++ > 0)
H A Dawk.h45 extern int compile_time; /* 1 if compiling, 0 if running */
H A Db.c96 if (compile_time) /* a constant for sure */

Completed in 160 milliseconds