Home
last modified time | relevance | path

Searched refs:save_result (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dclipboard.c1405 static char_u *save_result = NULL; in clip_x11_convert_selection_cb() local
1468 *value = save_result; in clip_x11_convert_selection_cb()
1474 save_result = (char_u *)*value; in clip_x11_convert_selection_cb()
1479 mch_memmove(save_result, string, (size_t)(*length)); in clip_x11_convert_selection_cb()
1485 char *string_nt = (char *)save_result; in clip_x11_convert_selection_cb()
1501 XtFree((char *)save_result); in clip_x11_convert_selection_cb()
1502 save_result = (char_u *)*value; in clip_x11_convert_selection_cb()
1509 save_result[0] = motion_type; in clip_x11_convert_selection_cb()
1510 STRCPY(save_result + 1, p_enc); in clip_x11_convert_selection_cb()
1516 save_result[0] = motion_type; in clip_x11_convert_selection_cb()
[all …]
H A Dspell.c345 int save_result = mi.mi_result; in spell_check() local
368 mi.mi_result = save_result; in spell_check()
762 int save_result = mip->mi_result; in find_word() local
844 mip->mi_result = save_result; in find_word()