Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 14 of 14) sorted by relevance

/vim-8.2.3635/src/libvterm/src/
H A Drect.h9 static void rect_expand(VTermRect *dst, VTermRect *src) in rect_expand()
18 static void rect_clip(VTermRect *dst, VTermRect *bounds) in rect_clip()
H A Dscreen.c550 ScreenCell *dst = &new_buffer[pos.row * new_cols + pos.col]; in resize_buffer() local
/vim-8.2.3635/src/
H A Dos_amiga.h235 #define mch_rename(src, dst) rename(src, dst) argument
H A Dos_mac.h211 #define mch_rename(src, dst) rename(src, dst) argument
H A Dregexp_bt.c1139 char_u *dst; in reginsert() local
1167 char_u *dst; in reginsert_nr() local
1202 char_u *dst; in reginsert_limits() local
H A Dos_unix.h456 # define mch_rename(src, dst) rename(src, dst) argument
H A Dmisc1.c1320 char_u *dst, // where to put the result in expand_env()
1329 char_u *dst, // where to put the result in expand_env_esc()
H A Dmisc2.c1269 char_u *dst, in trans_special()
1291 special_to_buf(int key, int modifiers, int keycode, char_u *dst) in special_to_buf()
H A Dfilepath.c2579 char_u *dst, // where to put the result in home_replace()
2704 char_u *dst; in home_replace_save() local
H A Dfileio.c1593 char_u *src, *dst; in readfile() local
H A Dregexp.c1966 char_u *dst; in vim_regsub_both() local
H A Dterm.c3272 add_long_to_buf(long_u val, char_u *dst) in add_long_to_buf()
H A Dchannel.c993 const char *dst = hostname; in channel_open() local
H A Dterminal.c4317 url_decode(const char *src, const size_t len, char_u *dst) in url_decode()