OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compile_time
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
main.c
45
int
compile_time
= 2; /* for error printing: */
variable
144
compile_time
= 1;
156
compile_time
= 0;
lib.c
512
if (
compile_time
== 1 && cursource() != NULL)
586
if (
compile_time
!= 2 && NR && *NR > 0) {
592
if (
compile_time
!= 2 && curnode)
594
else if (
compile_time
!= 2 && lineno)
596
if (
compile_time
== 1 && cursource() != NULL)
609
if (
compile_time
== 2 ||
compile_time
== 0 || been_here++ > 0)
awk.h
45
extern int
compile_time
; /* 1 if compiling, 0 if running */
b.c
93
if (
compile_time
) /* a constant for sure */
Completed in 874 milliseconds