Home
last modified time | relevance | path

Searched refs:name_start (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9compile.c4322 char_u *name_start = *end_leader; in compile_subscript() local
5791 char_u *name_start = eap->arg; in compile_nested_function() local
5804 if (*name_start == '/') in compile_nested_function()
5806 name_end = skip_regexp(name_start + 1, '/', TRUE); in compile_nested_function()
5813 if (!ends_excmd2(name_start, name_end)) in compile_nested_function()
5820 if (generate_DEF(cctx, name_start, name_end - name_start) == FAIL) in compile_nested_function()
5826 if (name_start[1] == ':' && !is_global) in compile_nested_function()
5831 if (check_defined(name_start, name_end - name_start, cctx, FALSE) == FAIL) in compile_nested_function()
5886 char_u *func_name = vim_strnsave(name_start + 2, in compile_nested_function()
5887 name_end - name_start - 2); in compile_nested_function()
[all …]
H A Devalvars.c1192 char_u *name_start; in list_arg_vars() local
1213 name_start = name = arg; in list_arg_vars()
1270 arg == arg_subsc ? name : name_start, in list_arg_vars()