Home
last modified time | relevance | path

Searched refs:short_u (Results 1 – 16 of 16) sorted by relevance

/vim-8.2.3635/src/
H A Dwinclip.c53 utf8_to_utf16(char_u *instr, int inlen, short_u *outstr, int *unconvlenp) in utf8_to_utf16()
102 utf16_to_utf8(short_u *instr, int inlen, char_u *outstr) in utf16_to_utf8()
106 short_u *p = instr; in utf16_to_utf8()
385 to_free = str = utf16_to_enc((short_u *)hMemWstr, &str_size); in clip_mch_request_selection()
615 short_u *
658 utf8_to_utf16(str, *lenp, (short_u *)ret, NULL); in enc_to_utf16()
666 return (short_u *)ret; in enc_to_utf16()
678 utf16_to_enc(short_u *str, int *lenp) in utf16_to_enc()
748 *out = utf16_to_enc((short_u *)widestr, outlen); in acp_to_enc()
H A Dcrypt_zip.c64 short_u temp = (short_u)keys[2] | 2; \
146 short_u temp; in crypt_zip_decode()
150 temp = (short_u)zs->keys[2] | 2; in crypt_zip_decode()
H A Dvim.h342 typedef unsigned short short_u; typedef
2124 short_u origin_row;
2125 short_u origin_start_col;
2126 short_u origin_end_col;
2127 short_u word_start_col;
2128 short_u word_end_col;
2131 short_u min_col;
2132 short_u max_col;
2133 short_u min_row;
2134 short_u max_row;
[all …]
H A Dstructs.h20 typedef unsigned short short_u; typedef
461 short_u m_size; // size of the chunk (including m_info)
831 short_u sg_refcount; // number of signs in this group
1117 short_u fg_color; // foreground color number
1118 short_u bg_color; // background color number
1119 short_u ul_color; // underline color number
2634 short_u b_sst_lasttick; // last display tick
3260 short_u wl_size; // height in screen lines
H A Dspell.h311 short_u wc_count; // nr of times word was seen
H A Dclipboard.c649 cb->origin_row = (short_u)cb->start.lnum; in clip_start_selection()
799 cb->origin_row = (short_u)cb->end.lnum; in clip_process_selection()
805 cb->origin_row = (short_u)cb->start.lnum; in clip_process_selection()
H A Dmemline.c94 short_u pb_id; // ID for pointer block: PTR_ID
95 short_u pb_count; // number of pointers in this block
96 short_u pb_count_max; // maximum value for pb_count
110 short_u db_id; // ID for data block: DATA_ID
4103 pp->pb_count_max = (short_u)((mfp->mf_page_size - sizeof(PTR_BL)) in ml_new_ptr()
H A Dnetbeans.c536 short_u signmaplen;
537 short_u signmapused;
H A Dmbyte.c5388 short_u *tmp; in string_convert_ext()
5411 tmp = ALLOC_MULT(short_u, tmp_len); in string_convert_ext()
H A Dgui_w32.c5733 static short_u *
5757 return (short_u *)wbuf; in GetCompositionString_inUCS2()
5776 return (short_u *)wbuf; in GetCompositionString_inUCS2()
5789 short_u *buf = NULL; in GetResultStr()
H A Dterminal.c7080 (short_u *)winpty_conin_name(term->tl_winpty), NULL); in winpty_term_and_job_init()
7082 (short_u *)winpty_conout_name(term->tl_winpty), NULL); in winpty_term_and_job_init()
7128 (short_u *)winpty_error_msg(winpty_err), NULL); in winpty_term_and_job_init()
H A Dos_mswin.c364 cname = utf16_to_enc((short_u *)wbuf, NULL); in mch_FullName()
H A Dspellfile.c1900 short_u wn_flags; // WF_ flags
5343 if (np->wn_flags == (short_u)PFX_FLAGS) in put_node()
H A Devalfunc.c3287 short_u *p; in f_environ()
3289 if ((p = (short_u *)_wenviron[i]) == NULL) in f_environ()
H A Dnormal.c171 short_u cmd_flags; // NV_ flags
/vim-8.2.3635/src/proto/
H A Dwinclip.pro2 int utf8_to_utf16(char_u *instr, int inlen, short_u *outstr, int *unconvlenp);
3 int utf16_to_utf8(short_u *instr, int inlen, char_u *outstr);
11 short_u *enc_to_utf16(char_u *str, int *lenp);
12 char_u *utf16_to_enc(short_u *str, int *lenp);