Lines Matching refs:semsg
86 semsg(_("E125: Illegal argument: %s"), arg); in one_function_arg()
117 semsg(_("E853: Duplicate argument name: %s"), arg_copy); in one_function_arg()
134 semsg(_(e_no_white_space_allowed_before_colon_str), in one_function_arg()
143 semsg(_(e_white_space_required_after_str_str), ":", p - 1); in one_function_arg()
153 semsg(_(e_missing_argument_type_for_str), in one_function_arg()
232 semsg(_(e_invarg2), *argp); in get_function_args()
329 semsg(_(e_no_white_space_allowed_before_str_str), ",", p); in get_function_args()
343 semsg(_(e_white_space_required_after_str_str), ",", p - 1); in get_function_args()
426 semsg(_(e_variable_arguments_type_must_be_list_str), in parse_argument_types()
564 semsg(_(e_white_space_required_after_str_str), ":", s); in skip_arrow()
588 semsg(_(e_white_space_required_before_and_after_str_at_str), in skip_arrow()
738 semsg(_(e_missing_heredoc_end_marker_str), skip_until); in get_function_body()
828 semsg(_(e_text_found_after_enddef_str), p); in get_function_body()
1109 semsg(_(e_trailing_arg), *arg + 1); in lambda_function_body()
1393 semsg(_("E451: Expected }: %s"), *arg); in get_lambda_tv()
1666 semsg(_(ermsg), p); in emsg_funcname()
1714 semsg(_(e_no_white_space_allowed_before_str_str), ",", argp); in get_func_tv()
1725 semsg(_(e_white_space_required_after_str_str), ",", argp); in get_func_tv()
2306 semsg(_(e_lambda_function_not_found_str), lambda); in copy_func()
2314 semsg(_(e_funcexts), global); in copy_func()
3601 semsg(_(e_invarg2), start); in trans_function_name()
3756 semsg(_("E128: Function name must start with a capital or \"s:\": %s"), in trans_function_name()
3766 semsg(_("E884: Function name cannot contain a colon: %s"), start); in trans_function_name()
3974 semsg(_(e_dictkey), fudi.fd_newkey); in define_function()
3995 semsg(_(e_trailing_arg), p); in define_function()
4054 semsg(_("E124: Missing '(': %s"), eap->arg); in define_function()
4064 semsg(_(e_no_white_space_allowed_before_str_str), "(", p - 1); in define_function()
4121 semsg(_(e_no_white_space_allowed_before_colon_str), p); in define_function()
4125 semsg(_(e_white_space_required_after_str_str), ":", p); in define_function()
4136 semsg(_(e_expected_type_str), ret_type); in define_function()
4189 semsg(_(e_trailing_arg), p); in define_function()
4357 semsg(_("E746: Function name does not match script file name: %s"), name); in define_function()
4712 semsg(_(e_trailing_arg), p); in ex_delfunction()
4722 semsg(_(e_invarg2), eap->arg); in ex_delfunction()
4735 semsg(_(e_nofunc), eap->arg); in ex_delfunction()
4740 semsg(_("E131: Cannot delete function %s: It is in use"), eap->arg); in ex_delfunction()
4745 semsg(_(e_cannot_delete_vim9_script_function_str), eap->arg); in ex_delfunction()
4957 semsg(_(e_dictkey), fudi.fd_newkey); in ex_call()
4980 semsg(_(e_missing_paren), eap->arg); in ex_call()
4985 semsg(_(e_no_white_space_allowed_before_str_str), "(", eap->arg); in ex_call()
5073 semsg(_(e_trailing_arg), arg); in ex_call()