| /vim-8.2.3635/src/proto/ |
| H A D | ex_docmd.pro | 4 int do_cmdline(char_u *cmdline, char_u *(*fgetline)(int, void *, int, getline_opt_T), void *cookie,…
|
| /vim-8.2.3635/src/ |
| H A D | debugger.c | 278 (void)do_cmdline(cmdline, getexline, NULL, in do_debug()
|
| H A D | ex_cmds2.c | 609 do_cmdline(eap->arg, eap->getline, eap->cookie, in ex_listdo()
|
| H A D | README.md | 163 Ex commands are handled by the function `do_cmdline()`. It does the generic
|
| H A D | vim9script.c | 233 do_cmdline(eap->cmd, eap->getline, eap->cookie, in ex_export()
|
| H A D | ex_docmd.c | 522 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 D | ex_cmds.c | 3175 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 D | usercmd.c | 1778 (void)do_cmdline(buf, eap->getline, eap->cookie, in do_ucmd()
|
| H A D | vim9execute.c | 1489 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 D | scriptfile.c | 1406 do_cmdline(firstline, getsourceline, (void *)&cookie, in do_source()
|
| H A D | autocmd.c | 2174 do_cmdline(NULL, getnextac, (void *)&patcmd, in apply_autocmds_group()
|
| H A D | netbeans.c | 2280 do_cmdline((char_u *)buf, NULL, NULL, DOCMD_NOWAIT | DOCMD_KEYTYPED); in coloncmd()
|
| H A D | if_mzsch.c | 1633 do_cmdline(BYTE_STRING_VALUE(cmd), NULL, NULL, DOCMD_NOWAIT|DOCMD_VERBOSE); in vim_command()
|
| H A D | ex_getln.c | 1779 if (do_cmdline(NULL, getcmdkeycmd, NULL, DOCMD_NOWAIT) == OK) in getcmdline_int()
|
| H A D | edit.c | 1049 do_cmdline(NULL, getcmdkeycmd, NULL, 0); in edit()
|
| H A D | evalfunc.c | 3426 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 D | eval.c | 6259 do_cmdline((char_u *)ga.ga_data, in ex_execute()
|
| H A D | userfunc.c | 2745 do_cmdline(NULL, get_func_line, (void *)fc, in call_user_func()
|
| H A D | normal.c | 3425 cmd_result = do_cmdline(NULL, is_cmdkey ? getcmdkeycmd : getexline, NULL, in nv_colon()
|
| H A D | terminal.c | 2206 return do_cmdline(NULL, getcmdkeycmd, NULL, 0); in send_keys_to_term()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_debugger.vim | 929 " EXEC and then in do_cmdline() before the :source command.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 3656 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 D | version5.txt | 734 one do_cmdline(). 2680 In if_python.c, VimCommand() caused an assertion when a do_cmdline() failed.
|
| H A D | version7.txt | 10694 Problem: "getline" argument in do_cmdline() shadows global. 14590 Problem: When using do_cmdline() recursively did_endif is not reset,
|
| H A D | version6.txt | 11767 Solution: Restore "msg_list" before returning from do_cmdline().
|