Lines Matching refs:semsg
110 semsg(_(e_cannot_convert_str_to_string), vartype_name(vartype)); in to_string_error()
310 semsg(_(e_function_is_not_compiled_str), in call_dfunc()
350 semsg(_(e_nr_arguments_too_many), -arg_to_add); in call_dfunc()
857 semsg(_(e_toomanyarg), ufunc->uf_name); in call_ufunc()
859 semsg(_(e_toofewarg), ufunc->uf_name); in call_ufunc()
1057 semsg(_(e_unknownfunc), in call_partial()
1087 semsg(_(e_expected_str_but_got_str), in check_for_number()
1343 semsg(_(e_script_variable_invalid_after_reload_in_function_str), in get_script_svar()
1411 semsg(_(e_unknownfunc), name); in call_eval_func()
1416 semsg(_(e_unknownfunc), name); in call_eval_func()
1993 semsg(_(e_using_invalid_value_as_string_str), in exec_instructions()
2103 semsg(_(e_undefined_variable_str), name); in exec_instructions()
2152 semsg(_(e_undefined_variable_char_str), in exec_instructions()
2460 semsg(_(e_expected_str_but_got_str), in exec_instructions()
2481 semsg(_(e_listidx), lidx); in exec_instructions()
2562 semsg(_(e_blobidx), lidx); in exec_instructions()
2576 semsg(_(e_cannot_index_str), vartype_name(dest_type)); in exec_instructions()
2752 semsg(_(e_expected_str_but_got_str), in exec_instructions()
2771 semsg(_(e_dictkey), key); in exec_instructions()
2799 semsg(_(e_listidx), n); in exec_instructions()
2810 semsg(_(e_cannot_index_str), in exec_instructions()
2872 semsg(_(e_listidx), n2); in exec_instructions()
2887 semsg(_(e_cannot_index_str), in exec_instructions()
3029 semsg(_(e_duplicate_key), key); in exec_instructions()
3366 semsg(_(e_for_loop_on_str_not_supported), in exec_instructions()
4116 semsg(_(e_dictkey), key); in exec_instructions()
4159 semsg(_(e_dictkey), iptr->isn_arg.string); in exec_instructions()
4270 semsg(_(e_expected_nr_items_but_got_nr), in exec_instructions()
4697 semsg(_(e_function_is_not_compiled_str), in call_def_function()
4737 semsg(_(e_nr_arguments_too_many), idx); in call_def_function()
4746 semsg(_(e_nr_arguments_too_few), -idx); in call_def_function()
4991 semsg(_(e_unknown_error_while_executing_str), in call_def_function()
5873 semsg(_(e_invarg2), eap->arg); in ex_disassemble()
5889 semsg(_(e_cannot_find_function_str), eap->arg); in ex_disassemble()
5897 semsg(_(e_function_is_not_compiled_str), eap->arg); in ex_disassemble()
5982 semsg(_(as_number ? e_using_string_as_number_str in emsg_using_string_as()