Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/os/
H A Dpty_process_unix.h15 static inline PtyProcess pty_process_init(Loop *loop, void *data) in pty_process_init() function
H A Dpty_process_win.h35 static inline PtyProcess pty_process_init(Loop *loop, void *data) in pty_process_init() function
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dchannel.c331 chan->stream.pty = pty_process_init(&main_loop, chan); in channel_job_start()