Lines Matching refs:semsg
85 semsg(_(e_invarg2), eap->arg); in ex_vim9script()
139 semsg(_(e_command_not_supported_in_vim9_script_missing_var_str), eap->cmd); in not_in_vim9()
186 semsg(_(e_no_white_space_allowed_after_str_str), in ex_incdec()
409 semsg(_(e_syntax_error_in_import_str), p); in handle_import()
449 semsg(_(e_syntax_error_in_import_str), arg_start); in handle_import()
522 semsg(_(e_could_not_import_str), tv.vval.v_string); in handle_import()
540 semsg(_(e_name_already_defined_str), as_name); in handle_import()
693 semsg(_(e_item_not_exported_in_script_str), name); in find_exported()
724 semsg(_(e_item_not_found_in_script_str), name); in find_exported()
730 semsg(_(e_item_not_exported_in_script_str), name); in find_exported()
765 semsg(_(e_invarg2), arg); in vim9_declare_scriptvar()
780 semsg(_(e_white_space_required_after_str_str), ":", p); in vim9_declare_scriptvar()
1014 semsg(_(e_cannot_change_readonly_variable_str), name); in check_script_var_type()
1050 semsg(_(e_cannot_use_reserved_name), name); in check_reserved_name()