Searched defs:dst (Results 1 – 14 of 14) sorted by relevance
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | rect.h | 9 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 D | screen.c | 550 ScreenCell *dst = &new_buffer[pos.row * new_cols + pos.col]; in resize_buffer() local
|
| /vim-8.2.3635/src/ |
| H A D | os_amiga.h | 235 #define mch_rename(src, dst) rename(src, dst) argument
|
| H A D | os_mac.h | 211 #define mch_rename(src, dst) rename(src, dst) argument
|
| H A D | regexp_bt.c | 1139 char_u *dst; in reginsert() local 1167 char_u *dst; in reginsert_nr() local 1202 char_u *dst; in reginsert_limits() local
|
| H A D | os_unix.h | 456 # define mch_rename(src, dst) rename(src, dst) argument
|
| H A D | misc1.c | 1320 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 D | misc2.c | 1269 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 D | filepath.c | 2579 char_u *dst, // where to put the result in home_replace() 2704 char_u *dst; in home_replace_save() local
|
| H A D | fileio.c | 1593 char_u *src, *dst; in readfile() local
|
| H A D | regexp.c | 1966 char_u *dst; in vim_regsub_both() local
|
| H A D | term.c | 3272 add_long_to_buf(long_u val, char_u *dst) in add_long_to_buf()
|
| H A D | channel.c | 993 const char *dst = hostname; in channel_open() local
|
| H A D | terminal.c | 4317 url_decode(const char *src, const size_t len, char_u *dst) in url_decode()
|