Home
last modified time | relevance | path

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

/vim-8.2.3635/runtime/tools/
H A Dxcmdsrv_client.c85 static int got_x_error = FALSE; variable
138 got_x_error = FALSE; in sendToVim()
147 if (got_x_error) in sendToVim()
257 got_x_error = FALSE; in SendInit()
276 return got_x_error ? -1 : 0; in SendInit()
548 got_x_error = FALSE; in AppendPropCarefully()
553 return got_x_error ? -1 : 0; in AppendPropCarefully()
564 got_x_error = TRUE; in x_error_check()
/vim-8.2.3635/src/
H A Dif_xcmdsrv.c206 static int got_x_error = FALSE; variable
304 got_x_error = FALSE; in DoRegisterName()
311 if (!got_x_error) in DoRegisterName()
526 got_x_error = 0; in WindowValid()
850 got_x_error = FALSE; in SendInit()
881 return got_x_error ? -1 : 0; in SendInit()
1066 got_x_error = FALSE; in GetRegProp()
1076 if (got_x_error) in GetRegProp()
1496 got_x_error = FALSE; in AppendPropCarefully()
1501 return got_x_error ? -1 : 0; in AppendPropCarefully()
[all …]
H A Dos_unix.c1601 static int got_x_error = FALSE; variable
1631 got_x_error = TRUE; in x_error_check()
1766 got_x_error = FALSE; in test_x11_window()
1772 if (p_verbose > 0 && got_x_error) in test_x11_window()
1775 return (got_x_error ? FAIL : OK); in test_x11_window()