Lines Matching refs:N_
32 static char *e_funcexts = N_("E122: Function %s already exists, add ! to replace it");
33 static char *e_funcdict = N_("E717: Dictionary entry already exists");
34 static char *e_funcref = N_("E718: Funcref required");
35 static char *e_nofunc = N_("E130: Unknown function: %s");
1767 emsg_funcname(N_("E740: Too many arguments for function %s"), name); in get_func_tv()
1769 emsg_funcname(N_("E116: Invalid arguments for function %s"), name); in get_func_tv()
3185 N_("E276: Cannot use function as a method: %s"), name); in user_func_error()
3188 emsg_funcname(N_(e_func_deleted), name); in user_func_error()
3198 N_("E120: Using <SID> not in a script context: %s"), name); in user_func_error()
3202 N_("E725: Calling dict function without Dictionary: %s"), in user_func_error()
3560 static char *e_function_name = N_("E129: Function name required"); in trans_function_name()
4041 emsg_funcname(N_("E123: Undefined function: %s"), eap->arg); in define_function()
4169 emsg_funcname(N_("E932: Closure function should not be at top level: %s"), in define_function()
4234 emsg_funcname(N_("E707: Function name conflicts with variable: %s"), in define_function()
4269 N_("E127: Cannot redefine function %s: It is in use"), in define_function()