Home
last modified time | relevance | path

Searched refs:do_browse (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dfilepath.pro33 char_u *do_browse(int flags, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *fil…
/vim-8.2.3635/src/
H A Dex_cmds2.c137 fname = do_browse(BROWSE_SAVE, (char_u *)_("Save As"), in browse_save_fname()
H A Dfilepath.c2341 do_browse( in do_browse() function
2530 do_browse(save ? BROWSE_SAVE : 0, in f_browse()
2560 rettv->vval.v_string = do_browse(BROWSE_DIR, in f_browsedir()
H A Dsession.c1189 browseFile = do_browse(BROWSE_SAVE, in ex_mkrc()
H A Dex_cmds.c1901 browse_file = do_browse(BROWSE_SAVE, (char_u *)_("Save As"), ffname, in do_write()
2557 browse_file = do_browse(0, (char_u *)_("Edit File"), ffname, in do_ecmd()
H A Dscriptfile.c986 fname = do_browse(0, (char_u *)_("Source Vim script"), eap->arg, in ex_source()
H A Dex_docmd.c6543 fname = do_browse(0, (char_u *)(use_tab in ex_splitview()
7185 browseFile = do_browse(0, (char_u *)_("Append File"), eap->arg, in ex_read()
8049 browseFile = do_browse(BROWSE_SAVE, in ex_redir()
H A Ddiff.c1224 browseFile = do_browse(0, (char_u *)_("Patch file"), in ex_diffpatch()
H A Dquickfix.c5726 char_u *browse_file = do_browse(0, (char_u *)_("Error file"), eap->arg, in ex_cfile()
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt3709 7 The names and comments for the arguments of do_browse() are confusing.