Searched refs:O_NONBLOCK (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | pty.c | 273 name = _getpty(&f, O_RDWR | O_NONBLOCK | O_EXTRA, 0600, 0); in mch_openpty() 294 if ((f = open("/dev/ptc", O_RDWR | O_NOCTTY | O_NONBLOCK | O_EXTRA, 0)) < 0) in mch_openpty()
|
| H A D | filepath.c | 908 #ifndef O_NONBLOCK in f_filereadable() 909 # define O_NONBLOCK 0 in f_filereadable() macro 913 O_RDONLY | O_NONBLOCK, 0)) >= 0) in f_filereadable()
|
| H A D | channel.c | 751 fcntl(sd, F_SETFL, O_NONBLOCK) < 0 in channel_connect() 4018 (void)fcntl(fd, F_SETFL, O_NONBLOCK); in channel_set_nonblock()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 6954 with O_NONBLOCK. (suggested by Lars Kotthoff)
|