OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nonblock
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xedit/dist/lisp/
io.h
63
unsigned int
nonblock
: 1; /* in
nonblock
mode */
member in struct:_LispFile
read.c
341
if (nohang && !file->
nonblock
) {
346
file->
nonblock
= 1;
348
else if (!nohang && file->
nonblock
) {
353
file->
nonblock
= 0;
481
if (file->
nonblock
) {
485
file->
nonblock
= 0;
io.c
83
if (file->
nonblock
) {
86
file->
nonblock
= 0;
stream.c
539
if (!file->
nonblock
) {
543
file->
nonblock
= 1;
Completed in 6 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026