Lines Matching refs:csi_len
4598 handle_u7_response(int *arg, char_u *tp UNUSED, int csi_len UNUSED) in handle_u7_response()
4627 set_vim_var_string(VV_TERMU7RESP, tp, csi_len); in handle_u7_response()
4884 int csi_len, in handle_key_with_modifier() argument
4923 if (put_string_in_typebuf(offset, csi_len, string, new_slen, in handle_key_with_modifier()
4926 return new_slen - csi_len + offset; in handle_key_with_modifier()
4961 int csi_len; in handle_csi() local
5003 csi_len = (int)(ap - tp) + 1; in handle_csi()
5012 handle_u7_response(arg, tp, csi_len); in handle_csi()
5016 *slen = csi_len; in handle_csi()
5025 *slen = csi_len; in handle_csi()
5052 *slen = csi_len; in handle_csi()
5068 *slen = csi_len; in handle_csi()
5081 csi_len, offset, buf, bufsize, buflen); in handle_csi()