Home
last modified time | relevance | path

Searched refs:uf_name_exp (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Duserfunc.c486 fp->uf_name_exp = alloc(STRLEN(name) + 3); in set_ufunc_name()
487 if (fp->uf_name_exp != NULL) in set_ufunc_name()
489 STRCPY(fp->uf_name_exp, "<SNR>"); in set_ufunc_name()
490 STRCAT(fp->uf_name_exp, fp->uf_name + 3); in set_ufunc_name()
2272 VIM_CLEAR(fp->uf_name_exp); in func_free()
2332 fp->uf_name_exp = ufunc->uf_name_exp == NULL ? NULL in copy_func()
2333 : vim_strsave(ufunc->uf_name_exp); in copy_func()
3441 return fp->uf_name_exp != NULL ? fp->uf_name_exp : fp->uf_name; in printable_func_name()
4284 char_u *exp_name = fp->uf_name_exp; in define_function()
4288 fp->uf_name_exp = NULL; in define_function()
[all …]
H A Dscriptfile.c75 ufunc->uf_name_exp != NULL in estack_push_ufunc()
76 ? ufunc->uf_name_exp : ufunc->uf_name, lnum); in estack_push_ufunc()
94 && STRCMP( entry->es_name, ufunc->uf_name_exp != NULL in estack_top_is_ufunc()
95 ? ufunc->uf_name_exp : ufunc->uf_name) == 0 in estack_top_is_ufunc()
H A Dstructs.h1680 char_u *uf_name_exp; // if "uf_name[]" starts with SNR the name with member