Home
last modified time | relevance | path

Searched refs:winpty_error_free (Results 1 – 4 of 4) sorted by relevance

/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/ptyqt/core/
H A Dwinptyprocess.cpp33 WINPTY_API void (*winpty_error_free)(winpty_error_ptr_t err); variable
107 {"winpty_error_free", (FARPROC*)&winpty_error_free}, in winpty_init()
219 winpty_error_free(errorPtr); in startProcess()
235 winpty_error_free(errorPtr); in startProcess()
249 winpty_error_free(errorPtr); in startProcess()
259 winpty_error_free(errorPtr); in startProcess()
/dports/java/intellij-pty4j/pty4j-61a48c06c79f13f5766a35bb6af4816f481f0940/src/com/pty4j/windows/
H A DWinPty.java149 INSTANCE.winpty_error_free(errPtr.getValue()); in WinPty()
330 INSTANCE.winpty_error_free(errPtr.getValue()); in getWorkingDirectory()
352 INSTANCE.winpty_error_free(errPtr.getValue()); in getConsoleProcessList()
444 void winpty_error_free(Pointer err); in winpty_error_free() method
/dports/editors/neovim/neovim-0.6.1/src/nvim/os/
H A Dpty_process_win.c210 winpty_error_free(err); in pty_process_spawn()
/dports/editors/vim/vim-8.2.3745/src/
H A Dterminal.c6873 void (*winpty_error_free)(void*); variable
6902 {"winpty_error_free", (FARPROC*)&winpty_error_free}, in dyn_winpty_init()
7153 winpty_error_free(winpty_err); in winpty_term_and_job_init()