Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
Dmain.c45 int compile_time = 2; /* for error printing: */ variable
144 compile_time = 1; in main()
156 compile_time = 0; in main()
Dlib.c512 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()
Dawk.h45 extern int compile_time; /* 1 if compiling, 0 if running */
Db.c93 if (compile_time) /* a constant for sure */ in makedfa()