Searched refs:compile_time (Results 1 – 7 of 7) sorted by relevance
45 enum compile_states compile_time = ERROR_PRINTING; variable240 compile_time = COMPILING; in main()256 compile_time = RUNNING; in main()
694 if (compile_time == COMPILING && cursource() != NULL) in SYNTAX()763 if (compile_time != ERROR_PRINTING) { in error()774 if (compile_time == COMPILING && cursource() != NULL) in error()788 if (compile_time != COMPILING || been_here++ > 0 || ebuf == ep) in eprint()
60 } compile_time;
196 if (compile_time != RUNNING) /* a constant for sure */ in makedfa()
248 actual bools. Convert compile_time variable into an
256 sc->compile_time, sizeof(sc->compile_time)); in coreboot_parse_table()715 SC_OFF(compile_time), CB_GUARD_STR_NONEMPTY, SC_OFF(compile_time),
398 char compile_time[64]; member