Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk/
H A Dmain.c72 int compile_time = 2; /* for error printing: */ variable
212 compile_time = 1; in main()
228 compile_time = 0; in main()
H A Dlib.c674 if (compile_time == 1 && cursource() != NULL) in SYNTAX()
755 if (compile_time != 2 && NR && *NR > 0) { in error()
762 if (compile_time != 2 && curnode) in error()
765 else if (compile_time != 2 && lineno) { in error()
769 if (compile_time == 1 && cursource() != NULL) in error()
783 if (compile_time == 2 || compile_time == 0 || been_here++ > 0) in eprint()
H A Dawk.h83 extern int compile_time; /* 1 if compiling, 0 if running */
368 extern int compile_time;
H A Db.c133 if (compile_time) /* a constant for sure */ in makedfa()