Searched defs:been_here (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dcons.c278 static int been_here; local
313 if (been_here == 0) {
315 been_here = 1;
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dcommon.c559 static char been_here; local
562 if (been_here == 0) { /* only do this once */
563 been_here = 1;
/illumos-gate/usr/src/cmd/awk/
H A Dlib.c509 static int been_here = 0; local
511 if (been_here++ > 2)
597 static int been_here = 0; local
600 if (compile_time == 2 || compile_time == 0 || been_here++ > 0)
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dcvc.c223 static char been_here = 0; local
234 if (!been_here) {
235 been_here = 1;
/illumos-gate/usr/src/uts/sun4u/starfire/cvc/
H A Dcvc.c238 static char been_here = 0; local
246 if (!been_here) {
247 been_here = 1;
/illumos-gate/usr/src/cmd/csh/
H A Dsh.file.c115 static int been_here = 0; local
123 if (been_here)
125 been_here = TRUE;

Completed in 54 milliseconds