Home
last modified time | relevance | path

Searched refs:ch_named_pipe (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dchannel.c1401 if (channel->ch_named_pipe) in ch_close_part()
3402 if (channel->ch_named_pipe) in channel_wait()
4095 if (channel->ch_named_pipe && res < 0) in channel_send()
H A Dstructs.h2289 int ch_named_pipe; // using named pipe instead of pty member
H A Dterminal.c7242 channel->ch_named_pipe = TRUE; in create_pty_only()