Home
last modified time | relevance | path

Searched refs:trans_function_name (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/proto/
H A Duserfunc.pro34 char_u *trans_function_name(char_u **pp, int *is_global, int skip, int flags, funcdict_T *fdp, part…
/vim-8.2.3635/src/
H A Duserfunc.c884 vim_free(trans_function_name(&p, NULL, TRUE, 0, NULL, in get_function_body()
3542 trans_function_name( in trans_function_name() function
3961 name = trans_function_name(&p, &is_global, eap->skip, in define_function()
4609 p = trans_function_name(&nm, &is_global, FALSE, flag, NULL, NULL, NULL); in function_exists()
4628 p = trans_function_name(&nm, &is_global, FALSE, in get_expanded_name()
4700 name = trans_function_name(&p, &is_global, eap->skip, 0, &fudi, in ex_delfunction()
4952 tofree = trans_function_name(&arg, NULL, eap->skip, TFN_INT, in ex_call()
H A Dvim9execute.c5869 fname = trans_function_name(&arg, &is_global, FALSE, in ex_disassemble()
H A Devalfunc.c3958 trans_name = trans_function_name(&name, &is_global, FALSE, in common_function()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt9887 Solution: Check for partial in trans_function_name(). (Yasuhiro Matsumoto)
23004 Solution: Pass TFN_NO_AUTOLOAD to trans_function_name(). (Yasuhiro