Home
last modified time | relevance | path

Searched refs:been_here (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/one-true-awk/
Dlib.c587 static int been_here = 0; in SYNTAX() local
590 if (been_here++ > 2) in SYNTAX()
690 static int been_here = 0; in eprint() local
693 if (compile_time != COMPILING || been_here++ > 0 || ebuf == ep) in eprint()
/freebsd-12-stable/contrib/gcc/config/
Ddarwin.c91 static bool been_here = false; in output_objc_section_asm_op() local
93 if (! been_here) in output_objc_section_asm_op()
122 been_here = true; in output_objc_section_asm_op()
/freebsd-12-stable/contrib/gcclibs/libmudflap/
Dmf-runtime.c739 static int been_here = 0; in __wrap_main() local
741 if (__mf_opts.heur_std_data && ! been_here) in __wrap_main()
745 been_here = 1; in __wrap_main()