OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memout
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/sh/
output.h
59
extern struct output
memout
;
output.c
89
struct output
memout
= {NULL, 0, 0, NULL, MEM_OUT, 0 CHAIN };
variable in typeref:struct:output
106
if (
memout
.buf != NULL) {
107
ckfree(
memout
.buf);
108
memout
.buf = NULL;
eval.c
1396
memout
.nleft = 0;
1397
memout
.nextc =
memout
.buf;
1398
memout
.bufsize = 64;
1485
backcmd->buf =
memout
.buf;
1486
backcmd->nleft =
memout
.nextc -
memout
.buf;
1487
memout
.buf = NULL;
redir.c
364
out1 = &
memout
;
366
out2 = &
memout
;
Completed in 15 milliseconds
Indexes created Mon Oct 20 00:09:40 GMT 2025