Home
last modified time | relevance | path

Searched refs:EINTR (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dchannel.c40 # ifdef EINTR
41 # undef EINTR
43 # define EINTR WSAEINTR macro
1583 # ifdef EINTR in can_write_buf_line()
1585 if (ret == -1 && errno == EINTR) in can_write_buf_line()
3450 # ifdef EINTR in channel_wait()
3452 if (ret == -1 && errno == EINTR) in channel_wait()
H A Dfileio.c5624 #if defined(EINTR) || defined(PROTO)
5637 if (ret >= 0 || errno != EINTR) in read_eintr()
5660 if (errno != EINTR) in write_eintr()
H A Dos_unix.c3602 && errno == EINTR && n > 0) in mch_settmode()
6393 # ifdef EINTR in RealWaitForChar()
6394 if (ret == -1 && errno == EINTR) in RealWaitForChar()
H A Dvim.h1763 #ifndef EINTR
/vim-8.2.3635/runtime/syntax/
H A Dc.vim363 syn keyword cConstant EINPROGRESS EINTR EINVAL EIO EISCONN EISDIR ELOOP EMFILE EMLINK EMSGSIZE
H A Dbaan.vim307 syn keyword baanConstant EINTR
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt10937 Problem: Win32: Netbeans fails to build, EINTR is not defined.
10938 Solution: Redefine EINTR to WSAEINTR. (Mike Williams)
H A Dversion7.txt10874 Problem: EINTR is not always defined.