Lines Matching refs:semsg
503 semsg(_(e_argument_already_declared_in_script_str), p); in check_defined()
505 semsg(_(e_variable_already_declared_in_script_str), p); in check_defined()
522 semsg(_(e_argument_name_shadows_existing_variable_str), p); in check_defined()
524 semsg(_(e_name_already_defined_str), p); in check_defined()
687 semsg(_(e_char_requires_number_or_float_arguments), *op); in check_number_or_float()
877 semsg(_(e_cannot_use_str_with_str), in get_compare_isn()
890 semsg(_(e_cannot_compare_str_with_str), in get_compare_isn()
1492 semsg(_(e_variable_not_found_str), name); in generate_LOADV()
1988 semsg(_(e_toomanyarg), printable_func_name(ufunc)); in generate_CALL()
1993 semsg(_(e_toofewarg), printable_func_name(ufunc)); in generate_CALL()
2125 semsg(_(e_toofewarg), name); in generate_PCALL()
2130 semsg(_(e_toomanyarg), name); in generate_PCALL()
2168 semsg(_(e_not_callable_type_str), name); in generate_PCALL()
2211 semsg(_(e_expected_dictionary_for_using_key_str_but_got_str), in generate_STRINGMEMBER()
2531 semsg(_(e_cannot_change_readonly_variable_str), name); in check_item_writable()
3047 semsg(_(e_expected_dot_after_name_str), start); in compile_load_scriptvar()
3096 semsg(_(e_item_not_found_str), name); in compile_load_scriptvar()
3150 semsg(_(e_namespace_not_supported_str), *arg); in compile_load()
3198 semsg(_(e_namespace_not_supported_str), *arg); in compile_load()
3273 semsg(_(e_variable_not_found_str), name); in compile_load()
3318 semsg(_(e_trailing_arg), s); in compile_string()
3361 semsg(_(e_missing_comma_before_argument_str), p); in compile_arguments()
3382 semsg(_(e_no_white_space_allowed_before_str_str), ",", p); in compile_arguments()
3389 semsg(_(e_white_space_required_after_str_str), ",", p - 1); in compile_arguments()
3476 semsg(_(e_name_too_long_str), name); in compile_call()
3533 semsg(_(e_unknownfunc), namebuf); in compile_call()
3578 semsg(_(e_unknownfunc), namebuf); in compile_call()
3656 semsg(_(e_list_end), *arg); in compile_list()
3661 semsg(_(e_no_white_space_allowed_before_str_str), ",", p); in compile_list()
3679 semsg(_(e_white_space_required_after_str_str), ",", p - 1); in compile_list()
3888 semsg(_(e_duplicate_key), key); in compile_dict()
3904 semsg(_(e_no_white_space_allowed_before_str_str), ":", *arg); in compile_dict()
3906 semsg(_(e_missing_dict_colon), *arg); in compile_dict()
3912 semsg(_(e_white_space_required_after_str_str), ":", *arg); in compile_dict()
3938 semsg(_(e_missing_dict_comma), *arg); in compile_dict()
3943 semsg(_(e_no_white_space_allowed_before_str_str), ",", whitep); in compile_dict()
3949 semsg(_(e_white_space_required_after_str_str), ",", *arg); in compile_dict()
3969 semsg(_(e_missing_dict_end), _("[end of lines]")); in compile_dict()
4019 semsg(_(e_syntax_error_at_str), start - 1); in compile_get_env()
4041 semsg(_(e_syntax_error_at_str), *arg - 1); in compile_get_register()
4421 semsg(_(e_missing_paren), *arg); in compile_subscript()
4471 semsg(_(e_trailing_arg), pstart); in compile_subscript()
4480 semsg(_(e_missing_paren), *arg); in compile_subscript()
4519 semsg(_(e_white_space_required_before_and_after_str_at_str), in compile_subscript()
4533 semsg(_(e_white_space_required_before_and_after_str_at_str), in compile_subscript()
4587 semsg(_(e_syntax_error_at_str), *arg); in compile_subscript()
4830 semsg(_(e_empty_expression_str), *arg); in compile_expr7()
4832 semsg(_(e_name_expected_str), *arg); in compile_expr7()
4887 semsg(_(e_white_space_required_before_and_after_str_at_str), buf, op); in error_white_both()
4909 semsg(_(e_no_white_space_allowed_before_str_str), ">", *arg); in compile_expr7t()
5169 semsg(_(e_invalid_expression_str), *arg); in compile_expr4()
5272 semsg(_(e_white_space_required_before_and_after_str_at_str), in compile_and_or()
5511 semsg(_(e_white_space_required_before_and_after_str_at_str), in compile_expr1()
5597 semsg(_(e_white_space_required_before_and_after_str_at_str), in compile_expr1()
5815 semsg(_(e_invalid_command_str), eap->cmd); in compile_nested_function()
5828 semsg(_(e_namespace_not_supported_str), name_start); in compile_nested_function()
6029 case '$': semsg(_(e_cannot_declare_an_environment_variable), name); in vim9_declare_error()
6031 case '&': semsg(_(e_cannot_declare_an_option), name); in vim9_declare_error()
6033 case '@': semsg(_(e_cannot_declare_a_register_str), name); in vim9_declare_error()
6037 semsg(_(e_cannot_declare_a_scope_variable), scope, name); in vim9_declare_error()
6088 semsg(_(e_unknown_option), name); in get_var_dest()
6144 semsg(_(e_variable_not_found_str), name); in get_var_dest()
6347 semsg(_(e_str_is_used_as_argument), lhs->lhs_name); in compile_lhs()
6357 semsg(_(e_variable_already_declared), lhs->lhs_name); in compile_lhs()
6381 semsg(_(e_cannot_declare_script_variable_in_function), in compile_lhs()
6384 semsg(_(e_variable_already_declared_in_script_str), in compile_lhs()
6393 semsg(_(e_unknown_variable_str), lhs->lhs_name); in compile_lhs()
6447 semsg(_(e_white_space_required_after_str_str), ":", var_end); in compile_lhs()
6476 semsg(_(e_cannot_use_operator_on_new_variable), lhs->lhs_name); in compile_lhs()
6481 semsg(_(e_unknown_variable_str), lhs->lhs_name); in compile_lhs()
6545 semsg("Not supported yet: %s", var_start); in compile_lhs()
6570 semsg(_(e_cannot_assign_to_argument), lhs->lhs_name); in compile_assign_lhs()
6576 semsg(_(e_cannot_assign_to_constant), lhs->lhs_name); in compile_assign_lhs()
6645 semsg(_(e_white_space_required_before_and_after_str_at_str), in compile_assign_index()
6742 semsg(_(e_cannot_use_range_with_assignment_operator_str), in compile_load_lhs_with_index()
6778 semsg(_(e_cannot_use_range_with_assignment_str), var_start); in compile_assign_unlet()
6931 semsg(_(e_no_white_space_allowed_after_str_str), in compile_assignment()
7435 semsg(_(e_cannot_unlet_str), name); in check_vim9_unlet()
7731 semsg(_(e_trailing_arg), p); in compile_if()
7904 semsg(_(e_trailing_arg), p); in compile_elseif()
8118 semsg(_(e_no_white_space_allowed_before_colon_str), p); in compile_for()
8170 semsg(_(e_for_loop_on_str_not_supported), in compile_for()
8260 semsg(_(e_variable_already_declared), arg); in compile_for()
8266 semsg(_(e_cannot_declare_script_variable_in_function), name); in compile_for()
8395 semsg(_(e_trailing_arg), p); in compile_while()
8716 semsg(_(e_separator_mismatch_str), p); in compile_catch()
8938 semsg(_(e_expression_without_effect_str), arg); in compile_eval()
8980 semsg(_(e_expression_does_not_result_in_value_str), expr_start); in compile_mult_expr()
9334 semsg(_(e_trailing_arg), cmd); in compile_substitute()
9486 semsg(_(e_separator_not_supported_str), arg); in check_global_and_subst()
9491 semsg(_(e_no_white_space_allowed_before_separator_str), cmd); in check_global_and_subst()
9712 semsg(_(e_trailing_arg), line); in compile_def_function()
9872 semsg(_(e_colon_required_before_range_str), cmd); in compile_def_function()
9919 semsg(_(e_cannot_use_legacy_with_command_str), ea.cmd); in compile_def_function()
9942 semsg(_(e_command_not_recognized_str), ea.cmd); in compile_def_function()
10135 semsg(_(e_invalid_command_str), ea.cmd); in compile_def_function()