Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dex_cmds.pro24 int do_ecmd(int fnum, char_u *ffname, char_u *sfname, exarg_T *eap, linenr_T newlnum, int flags, wi…
/vim-8.2.3635/src/
H A Darglist.c722 if (do_ecmd(0, alist_name(&ARGLIST[curwin->w_arg_idx]), NULL, in do_argfile()
1144 (void)do_ecmd(0, alist_name(&AARGLIST(alist)[i]), NULL, NULL, in do_arg_all()
H A Dnetbeans.c1487 do_ecmd(0, NULL, 0, 0, ECMD_ONE, ECMD_HIDE + ECMD_OLDBUF, curwin); in nb_do_cmd()
1645 do_ecmd(0, (char_u *)buf->displayname, 0, 0, ECMD_ONE, in nb_do_cmd()
1667 do_ecmd(0, (char_u *)buf->displayname, NULL, NULL, ECMD_ONE, in nb_do_cmd()
H A Dhelp.c164 (void)do_ecmd(0, NULL, NULL, NULL, ECMD_LASTL, in ex_help()
H A Dpopupmenu.c850 res = do_ecmd(0, NULL, NULL, NULL, ECMD_ONE, 0, NULL); in pum_set_selected()
H A Dex_cmds.c2440 else if (do_ecmd(fnum, ffname, sfname, NULL, lnum, in getfile()
2484 do_ecmd( in do_ecmd() function
H A Dmain.c2968 (void)do_ecmd(0, arg_idx < GARGCOUNT in edit_buffers()
H A Dquickfix.c3149 retval = do_ecmd(qf_ptr->qf_fnum, NULL, NULL, NULL, (linenr_T)1, in qf_jump_edit_buffer()
4201 if (do_ecmd(qf_buf->b_fnum, NULL, NULL, NULL, ECMD_ONE, in qf_open_new_cwindow()
4208 if (do_ecmd(0, NULL, NULL, NULL, ECMD_ONE, ECMD_HIDE + ECMD_NOWINENTER, in qf_open_new_cwindow()
H A Dex_docmd.c6938 (void)do_ecmd(0, NULL, NULL, eap, ECMD_ONE, in do_exedit()
6962 if (do_ecmd(0, (eap->cmdidx == CMD_enew ? NULL : eap->arg), in do_exedit()
H A Dex_getln.c4271 if (do_ecmd(0, NULL, NULL, NULL, ECMD_ONE, ECMD_HIDE, NULL) == FAIL) in open_cmdwin()
H A Dbuffer.c1197 retval = do_ecmd(0, NULL, NULL, NULL, ECMD_ONE, in empty_curbuf()
H A Dwindow.c535 if (do_ecmd(0, ptr, NULL, NULL, ECMD_LASTL, in do_window()
H A Dnormal.c4285 if (do_ecmd(0, ptr, NULL, NULL, ECMD_LAST, in nv_gotofile()
H A Dterminal.c490 if (do_ecmd(0, NULL, NULL, &split_ea, ECMD_ONE, in term_start()
/vim-8.2.3635/runtime/doc/
H A Dterminal.txt1268 will now continue until the value of "curbuf" changes, which is in do_ecmd().
H A Dtodo.txt508 ex_next() should pass flag to do_argfile(), then to do_ecmd().
2444 'fileencoding' set to "bar", then do_ecmd() uses that buffer, even though the
3440 another one. Set last used name in buflist_new()? Fix do_ecmd(), etc.
H A Dversion6.txt4191 the fileinfo() call in do_ecmd() causes a scroll and a hit-enter
7923 NONE" and ":set nocp hidden". (Emmanuel) do_ecmd() uses
11799 the option settings for a help buffer together in do_ecmd().
13918 Solution: Reset cmdmod.browse before calling do_ecmd().
H A Dversion7.txt18154 Solution: Create set_file_options() and invoke it from do_ecmd().
H A Dversion8.txt18269 Solution: Check the return value of do_ecmd(). (Michael Hwang)
46790 Solution: Check do_ecmd() succeeds. Reset got_int if "q" was used at the