Home
last modified time | relevance | path

Searched refs:BROWSE_SAVE (Results 1 – 6 of 6) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dfilepath.c2364 else if (flags & BROWSE_SAVE) in do_browse()
2400 else if (((flags & BROWSE_SAVE) || *p_bsdir == 'b') in do_browse()
2454 fname = gui_mch_browse(flags & BROWSE_SAVE, in do_browse()
2530 do_browse(save ? BROWSE_SAVE : 0, in f_browse()
H A Dex_cmds2.c137 fname = do_browse(BROWSE_SAVE, (char_u *)_("Save As"), in browse_save_fname()
H A Dsession.c1189 browseFile = do_browse(BROWSE_SAVE, in ex_mkrc()
H A Dvim.h2312 # define BROWSE_SAVE 1 // flag for do_browse() macro
H A Dex_cmds.c1901 browse_file = do_browse(BROWSE_SAVE, (char_u *)_("Save As"), ffname, in do_write()
H A Dex_docmd.c8091 browseFile = do_browse(BROWSE_SAVE, in ex_redir()