Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h623 EXTERN int p_guipty; // 'guipty' variable
H A Doptiondefs.h1246 (char_u *)&p_guipty, PV_NONE,
H A Dos_unix.c4676 if (p_guipty && !(options & (SHELL_READ|SHELL_WRITE))) in mch_call_shell_fork()