Lines Matching refs:FAIL
161 if (convert_setup(&vimconv, client_enc, p_enc) != FAIL in serverConvert()
713 return FAIL; in check_connection()
738 if (check_connection() == FAIL) in remote_common()
798 && (check_for_string_arg(argvars, 0) == FAIL in f_remote_expr()
799 || check_for_string_arg(argvars, 1) == FAIL in f_remote_expr()
800 || check_for_opt_string_arg(argvars, 2) == FAIL in f_remote_expr()
802 && check_for_opt_number_arg(argvars, 3) == FAIL))) in f_remote_expr()
817 if (in_vim9script() && check_for_string_arg(argvars, 0) == FAIL) in f_remote_foreground()
857 && (check_for_string_arg(argvars, 0) == FAIL in f_remote_peek()
858 || check_for_opt_string_arg(argvars, 1) == FAIL)) in f_remote_peek()
874 if (check_connection() == FAIL) in f_remote_peek()
906 && (check_for_string_arg(argvars, 0) == FAIL in f_remote_read()
907 || check_for_opt_number_arg(argvars, 1) == FAIL)) in f_remote_read()
928 if (check_connection() == FAIL in f_remote_read()
949 && (check_for_string_arg(argvars, 0) == FAIL in f_remote_send()
950 || check_for_string_arg(argvars, 1) == FAIL in f_remote_send()
951 || check_for_opt_string_arg(argvars, 2) == FAIL)) in f_remote_send()
968 if (in_vim9script() && check_for_string_arg(argvars, 0) == FAIL) in f_remote_startserver()
1003 && (check_for_string_arg(argvars, 0) == FAIL in f_server2client()
1004 || check_for_string_arg(argvars, 1) == FAIL)) in f_server2client()
1013 if (check_connection() == FAIL) in f_server2client()