Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dex_docmd.pro4 int do_cmdline(char_u *cmdline, char_u *(*fgetline)(int, void *, int, getline_opt_T), void *cookie,…
/vim-8.2.3635/src/
H A Ddebugger.c278 (void)do_cmdline(cmdline, getexline, NULL, in do_debug()
H A Dex_cmds2.c609 do_cmdline(eap->arg, eap->getline, eap->cookie, in ex_listdo()
H A DREADME.md163 Ex commands are handled by the function `do_cmdline()`. It does the generic
H A Dvim9script.c233 do_cmdline(eap->cmd, eap->getline, eap->cookie, in ex_export()
H A Dex_docmd.c522 do_cmdline(NULL, getexline, NULL, 0); in do_exmode()
525 do_cmdline(NULL, getexmodeline, NULL, DOCMD_NOWAIT); in do_exmode()
594 return do_cmdline(cmd, NULL, NULL, in do_cmdline_cmd()
605 return do_cmdline(cmd, NULL, NULL, in do_cmd_argument()
629 do_cmdline( in do_cmdline() function
7915 (void)do_cmdline(NULL, getexline, NULL, DOCMD_NOWAIT|DOCMD_VERBOSE); in ex_at()
H A Dex_cmds.c3175 do_cmdline(command, NULL, NULL, DOCMD_VERBOSE|DOCMD_RANGEOK); in do_ecmd()
4859 do_cmdline((char_u *)"p", NULL, NULL, DOCMD_NOWAIT); in global_exe_one()
4861 do_cmdline(cmd, NULL, NULL, DOCMD_NOWAIT); in global_exe_one()
H A Dusercmd.c1778 (void)do_cmdline(buf, eap->getline, eap->cookie, in do_ucmd()
H A Dvim9execute.c1489 if (do_cmdline(iptr->isn_arg.string, in exec_command()
1764 if (do_cmdline(line, in exec_instructions()
1833 res = do_cmdline(subs->subs_cmd, in exec_instructions()
H A Dscriptfile.c1406 do_cmdline(firstline, getsourceline, (void *)&cookie, in do_source()
H A Dautocmd.c2174 do_cmdline(NULL, getnextac, (void *)&patcmd, in apply_autocmds_group()
H A Dnetbeans.c2280 do_cmdline((char_u *)buf, NULL, NULL, DOCMD_NOWAIT | DOCMD_KEYTYPED); in coloncmd()
H A Dif_mzsch.c1633 do_cmdline(BYTE_STRING_VALUE(cmd), NULL, NULL, DOCMD_NOWAIT|DOCMD_VERBOSE); in vim_command()
H A Dex_getln.c1779 if (do_cmdline(NULL, getcmdkeycmd, NULL, DOCMD_NOWAIT) == OK) in getcmdline_int()
H A Dedit.c1049 do_cmdline(NULL, getcmdkeycmd, NULL, 0); in edit()
H A Devalfunc.c3426 do_cmdline(NULL, get_str_line, (void *)&str, in execute_cmds_from_string()
3533 do_cmdline(NULL, get_list_line, (void *)&item, in execute_common()
H A Deval.c6259 do_cmdline((char_u *)ga.ga_data, in ex_execute()
H A Duserfunc.c2745 do_cmdline(NULL, get_func_line, (void *)fc, in call_user_func()
H A Dnormal.c3425 cmd_result = do_cmdline(NULL, is_cmdkey ? getcmdkeycmd : getexline, NULL, in nv_colon()
H A Dterminal.c2206 return do_cmdline(NULL, getcmdkeycmd, NULL, 0); in send_keys_to_term()
/vim-8.2.3635/src/testdir/
H A Dtest_debugger.vim929 " EXEC and then in do_cmdline() before the :source command.
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt3656 script in do_cmdline().
4493 7 do_cmdline(): Avoid that the command line is copied to allocated memory
4535 passed to do_cmdline() and other functions.
4550 lines that aren't executed? Perhaps move the echoing to do_cmdline()?
H A Dversion5.txt734 one do_cmdline().
2680 In if_python.c, VimCommand() caused an assertion when a do_cmdline() failed.
H A Dversion7.txt10694 Problem: "getline" argument in do_cmdline() shadows global.
14590 Problem: When using do_cmdline() recursively did_endif is not reset,
H A Dversion6.txt11767 Solution: Restore "msg_list" before returning from do_cmdline().