OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cshin
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/csh/
csh.c
80
FILE *
cshin
, *cshout, *csherr;
variable
210
cshin
= stdin;
289
* Closing
cshin
cshout and csherr (which are really stdin stdout
291
* gives us again stdin ==
cshin
stdout == cshout and stderr == csherr.
298
(void)fclose(
cshin
);
301
if (!(
cshin
= funopen2((void *) &SHIN, readf, writef, seekf, NULL,
310
(void)setvbuf(
cshin
, NULL, _IOLBF, 0);
csh.h
93
extern FILE *
cshin
, *cshout, *csherr;
set.c
570
el = el_init_fd(getprogname(),
cshin
, cshout, csherr,
Completed in 17 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026