Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dcons.c280 static int been_here; in cnopen() local
315 if (been_here == 0) { in cnopen()
317 been_here = 1; in cnopen()
/illumos-gate/usr/src/cmd/awk/
H A Dlib.c662 static int been_here = 0; in SYNTAX() local
665 if (been_here++ > 2) in SYNTAX()
780 static int been_here = 0; in eprint() local
783 if (compile_time == 2 || compile_time == 0 || been_here++ > 0) in eprint()
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dcommon.c559 static char been_here; in interest_list() local
562 if (been_here == 0) { /* only do this once */ in interest_list()
563 been_here = 1; in interest_list()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.file.c113 static int been_here = 0; in termchars() local
121 if (been_here) in termchars()
123 been_here = TRUE; in termchars()