Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_at_fs.c355 char *name, save; in SFfindFile() local
535 char save; in SFfindHomeDir() local
649 char save = *end; in SFupdatePath() local
936 char save; in SFdirModTimer() local
1281 char save; in SFstatAndCheck() local
1514 int save; in SFscrollTimer() local
1820 int save; in SFhSliderMovedCallback() local
H A Dex_cmds2.c276 int save; in check_changed_any() local
H A Dregexp_bt.c2662 reg_save(regsave_T *save, garray_T *gap) in reg_save()
2678 reg_restore(regsave_T *save, garray_T *gap) in reg_restore()
2700 reg_save_equal(regsave_T *save) in reg_save_equal()
H A Ddict.c668 dict_get_string(dict_T *d, char_u *key, int save) in dict_get_string()
H A Dsign.c867 char save = *end_cmd; in sign_cmd_idx() local
H A Dex_getln.c608 int save; in may_adjust_incsearch_highlighting() local
H A Dex_cmds.c249 int save; in linelen() local
H A Dfilepath.c2506 int save; in f_browse() local
H A Dif_py_both.h4235 char *save; in StringToLine() local
4459 char *save = StringToLine(line); in SetBufferLine() local
H A Dos_win32.c5781 COORD save = g_coord; in clear_to_end_of_display() local
5804 COORD save = g_coord; in clear_to_end_of_line() local
H A Dif_mzsch.c2431 char *save; in set_buffer_line() local
H A Dregexp_nfa.c2893 char_u save[2]; in nfa_print_state2() local
/vim-8.2.3635/src/libvterm/src/
H A Dpen.c190 INTERNAL void vterm_state_savepen(VTermState *state, int save) in vterm_state_savepen()
H A Dstate.c596 static void savecursor(VTermState *state, int save) in savecursor()