Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_docmd.c1734 char_u **cmdlinep, in do_one_cmd() argument
1784 if ((*cmdlinep)[0] == '#' && (*cmdlinep)[1] == '!') in do_one_cmd()
1792 ea.cmd = *cmdlinep; in do_one_cmd()
1793 ea.cmdlinep = cmdlinep; in do_one_cmd()
4726 vim_free(*cmdlinep); in replace_makeprg()
4727 *cmdlinep = new_cmdline; in replace_makeprg()
4742 char_u **cmdlinep, in expand_filename() argument
4943 p, cmdlinep); in expand_filename()
4967 char_u **cmdlinep) in repl_cmdline() argument
5009 vim_free(*cmdlinep); in repl_cmdline()
[all …]
H A Dif_cscope.c263 FALSE, *eap->cmdlinep); in ex_cstag()
291 FALSE, FALSE, *eap->cmdlinep); in ex_cstag()
300 FALSE, *eap->cmdlinep); in ex_cstag()
1043 eap->cmdidx == CMD_lcscope, *eap->cmdlinep); in cs_find()
H A Dquickfix.c5027 qf_cmdtitle(*eap->cmdlinep), enc); in ex_make()
5754 qf_cmdtitle(*eap->cmdlinep), enc); in ex_cfile()
6098 args->qf_title = vim_strsave(qf_cmdtitle(*eap->cmdlinep)); in vgr_process_args()
7839 qf_title = qf_cmdtitle(*eap->cmdlinep); in ex_cbuffer()
7943 qf_cmdtitle(*eap->cmdlinep), NULL); in cexpr_core()
8236 qf_new_list(qi, qf_cmdtitle(*eap->cmdlinep)); in ex_helpgrep()
H A Duserfunc.c842 vim_free(*eap->cmdlinep); in get_function_body()
843 *eap->cmdlinep = *line_to_free; in get_function_body()
1116 eap.cmdlinep = &cmdline; in lambda_function_body()
H A Devalvars.c606 p = *eap->cmdlinep; in heredoc_get()
664 && STRNCMP(theline, *eap->cmdlinep, marker_indent_len) == 0) in heredoc_get()
H A Deval.c2187 eap->cmdline_tofree = *eap->cmdlinep; in clear_evalarg()
2188 *eap->cmdlinep = evalarg->eval_tofree; in clear_evalarg()
H A Dhardcopy.c570 if (expand_filename(eap, eap->cmdlinep, &errormsg) == FAIL) in ex_hardcopy()
H A Dex_cmds.h1905 char_u **cmdlinep; // pointer to pointer of allocated cmdline member
H A Dsyntax.c6287 syn_cmdlinep = eap->cmdlinep; in ex_syntax()
H A Dvim9execute.c1894 ea.cmdlinep = &iptr->isn_arg.cexpr.cexpr_ref->cer_cmdline; in exec_instructions()
H A Dvim9compile.c9740 ea.cmdlinep = &line; in compile_def_function()
/vim-8.2.3635/src/proto/
H A Dex_docmd.pro27 int expand_filename(exarg_T *eap, char_u **cmdlinep, char **errormsgp);