Lines Matching refs:name_end
5792 char_u *name_end = to_name_end(eap->arg, TRUE); in compile_nested_function() local
5806 name_end = skip_regexp(name_start + 1, '/', TRUE); in compile_nested_function()
5807 if (*name_end == '/') in compile_nested_function()
5808 ++name_end; in compile_nested_function()
5809 set_nextcmd(eap, name_end); in compile_nested_function()
5811 if (name_end == name_start || *skipwhite(name_end) != '(') 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()
5831 if (check_defined(name_start, name_end - name_start, cctx, FALSE) == FAIL) in compile_nested_function()
5834 eap->arg = name_end; in compile_nested_function()
5887 name_end - name_start - 2); in compile_nested_function()
5900 lvar_T *lvar = reserve_local(cctx, name_start, name_end - name_start, in compile_nested_function()
7447 char_u *name_end, in compile_unlet() argument
7454 int cc = *name_end; in compile_unlet()
7460 *name_end = NUL; in compile_unlet()
7504 *name_end = cc; in compile_unlet()
7514 char_u *name_end, in compile_lock_unlock() argument
7520 int cc = *name_end; in compile_lock_unlock()
7554 *name_end = NUL; in compile_lock_unlock()
7555 len = name_end - p + 20; in compile_lock_unlock()
7567 *name_end = cc; in compile_lock_unlock()