Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_haiku.cc169 BPath fBrowsedPath; member in VimApp
849 fBrowsedPath.SetTo(&refDirectory); in MessageReceived()
852 fBrowsedPath.Append(strName.String()); in MessageReceived()
859 fBrowsedPath.SetTo(&ref); in MessageReceived()
4872 gui.vimApp->fBrowsedPath.Unset(); in gui_mch_browse()
4884 status_t result = gui.vimApp->fBrowsedPath.InitCheck(); in gui_mch_browse()
4886 fileName = vim_strsave((char_u*)gui.vimApp->fBrowsedPath.Path()); in gui_mch_browse()