Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c3678 if (ends_excmd2(eap->cmd, arg)) in syn_cmd_clear()
3698 while (!ends_excmd2(eap->cmd, arg)) in syn_cmd_clear()
3894 if (ends_excmd2(eap->cmd, arg)) in syn_cmd_list()
3909 while (!ends_excmd2(eap->cmd, arg) && !got_int) in syn_cmd_list()
4585 : ends_excmd2(start, arg + len)))) in get_syn_options()
4982 if (!ends_excmd2(eap->cmd, rest) || eap->skip) in syn_cmd_match()
5763 if (ends_excmd2(eap->cmd, arg_start)) in syn_cmd_sync()
5769 while (!ends_excmd2(eap->cmd, arg_start)) in syn_cmd_sync()
5781 if (!ends_excmd2(eap->cmd, next_arg)) in syn_cmd_sync()
5951 if (ends_excmd2(*arg, p)) in get_id_list()
[all …]
H A Dmatch.c1375 if (ends_excmd2(eap->cmd, eap->arg)) in ex_match()
1379 || ends_excmd2(eap->arg, eap->arg + 4)))) in ex_match()
1397 if (*end != NUL && !ends_excmd2(end, skipwhite(end + 1))) in ex_match()
H A Dusercmd.c1013 if (*p == '{' && ends_excmd2(eap->arg, skipwhite(p + 1)) in may_get_cmd_block()
1086 if (!ends_excmd2(eap->arg, p) && !VIM_ISWHITE(*p)) in ex_command()
1097 if (!has_attr && ends_excmd2(eap->arg, p)) in ex_command()
H A Dhighlight.c1407 if (!init && ends_excmd2(line - 1, line)) in do_highlight()
1435 if (!doclear && !dolink && ends_excmd2(line, linep)) in do_highlight()
1459 if (ends_excmd2(line, from_start) || ends_excmd2(line, to_start)) in do_highlight()
1466 if (!ends_excmd2(line, skipwhite(to_end))) in do_highlight()
1483 if (ends_excmd2(line, linep)) in do_highlight()
1527 while (!ends_excmd2(line, linep)) in do_highlight()
H A Dex_eval.c906 name_only = ends_excmd2(arg, skipwhite(p)); in cmd_is_name_only()
1724 if (ends_excmd2(eap->cmd, eap->arg)) // no argument, catch all errors in ex_catch()
1757 && !ends_excmd2(end, skipwhite(end + 1))) in ex_catch()
H A Dmenu.c2675 if (STRNCMP(arg, "clear", 5) == 0 && ends_excmd2(arg, skipwhite(arg + 5))) in ex_menutranslate()
2698 if (arg == to || ends_excmd2(eap->arg, from) in ex_menutranslate()
2699 || ends_excmd2(eap->arg, to) in ex_menutranslate()
2700 || !ends_excmd2(eap->arg, skipwhite(arg))) in ex_menutranslate()
H A Devalvars.c797 else if (!ends_excmd2(eap->cmd, arg)) in ex_let()
801 if (!ends_excmd2(eap->cmd, skipwhite(argend))) in ex_let()
1197 while (!ends_excmd2(eap->cmd, arg) && !got_int) in list_arg_vars()
1640 } while (!ends_excmd2(name_end, arg)); in ex_unletlock()
H A Dvim9compile.c5813 if (!ends_excmd2(name_start, name_end)) in compile_nested_function()
7729 if (!ends_excmd2(arg, skipwhite(p))) in compile_if()
7902 if (!ends_excmd2(arg, skipwhite(p))) in compile_elseif()
8393 if (!ends_excmd2(arg, skipwhite(p))) in compile_while()
8697 if (ends_excmd2(arg, p)) in compile_catch()
8968 if (ends_excmd2(prev, p)) in compile_mult_expr()
9876 if (ends_excmd2(line, ea.cmd)) in compile_def_function()
H A Deval.c2233 end_error = !ends_excmd2(arg, p); in eval0()
6089 while ((!ends_excmd2(eap->cmd, arg) || *arg == '"') && !got_int) in ex_echo()
6180 while (!ends_excmd2(eap->cmd, arg) || *arg == '"') in ex_execute()
H A Duserfunc.c1107 if (!ends_excmd2(*arg, skipwhite(*arg + 1))) in lambda_function_body()
3889 if (ends_excmd2(eap->cmd, eap->arg)) in define_function()
5068 if (!ends_excmd2(eap->arg, arg)) in ex_call()
H A Dex_docmd.c2964 if (ends_excmd2(p, eap->cmd)) in parse_command_modifiers()
3049 if (ends_excmd2(p, eap->cmd)) in parse_command_modifiers()
5423 ends_excmd2(char_u *cmd_start UNUSED, char_u *cmd) in ends_excmd2() function
8659 if (!ends_excmd2(eap->arg, p)) in ex_findpat()
H A Dgui.c5083 if (!ends_excmd2(eap->cmd, eap->arg)) in ex_gui()
5092 if (!ends_excmd2(eap->cmd, eap->arg)) in ex_gui()
/vim-8.2.3635/src/proto/
H A Dex_docmd.pro32 int ends_excmd2(char_u *cmd_start, char_u *cmd);