OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FILE_WRITE
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xedit/dist/lisp/
io.h
38
#define
FILE_WRITE
0x02
stream.c
386
LispFile *tmp = LispFopen(string,
FILE_WRITE
);
415
mode |=
FILE_WRITE
;
418
mode |=
FILE_WRITE
;
423
mode |=
FILE_WRITE
;
744
program->output = LispFdopen(ofd[1],
FILE_WRITE
| FILE_UNBUFFERED);
lisp.c
5164
Stdout = LispFdopen(1,
FILE_WRITE
| FILE_BUFFERED);
5166
Stderr = LispFdopen(2,
FILE_WRITE
);
Completed in 6 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026