Lines Matching refs:semsg
188 semsg(_(e_using_number_as_bool_nr), varp->vval.v_number); in tv_get_bool_or_number_chk()
363 semsg(_(e_string_required_for_argument_nr), idx + 1); in check_for_string_arg()
381 semsg(_(e_non_empty_string_required_for_argument_nr), idx + 1); in check_for_nonempty_string_arg()
406 semsg(_(e_number_required_for_argument_nr), idx + 1); in check_for_number_arg()
433 semsg(_(e_float_or_number_required_for_argument_nr), idx + 1); in check_for_float_or_nr_arg()
453 semsg(_(e_bool_required_for_argument_nr), idx + 1); in check_for_bool_arg()
482 semsg(_(e_blob_required_for_argument_nr), idx + 1); in check_for_blob_arg()
499 semsg(_(e_list_required_for_argument_nr), idx + 1); in check_for_list_arg()
526 semsg(_(e_dict_required_for_argument_nr), idx + 1); in check_for_dict_arg()
553 semsg(_(e_chan_or_job_required_for_argument_nr), idx + 1); in check_for_chan_or_job_arg()
581 semsg(_(e_job_required_for_argument_nr), idx + 1); in check_for_job_arg()
609 semsg(_(e_string_or_number_required_for_argument_nr), idx + 1); in check_for_string_or_number_arg()
676 semsg(_(e_string_or_blob_required_for_argument_nr), idx + 1); in check_for_string_or_blob_arg()
693 semsg(_(e_string_or_list_required_for_argument_nr), idx + 1); in check_for_string_or_list_arg()
720 semsg(_(e_string_or_dict_required_for_argument_nr), idx + 1); in check_for_string_or_dict_arg()
740 semsg(_(e_string_number_or_list_required_for_argument_nr), idx + 1); in check_for_string_or_number_or_list_arg()
771 semsg(_(e_string_list_or_dict_required_for_argument_nr), idx + 1); in check_for_string_or_list_or_dict_arg()
788 semsg(_(e_list_or_blob_required_for_argument_nr), idx + 1); in check_for_list_or_blob_arg()
806 semsg(_(e_list_or_dict_required_for_argument_nr), idx + 1); in check_for_list_or_dict_arg()
826 semsg(_(e_list_dict_or_blob_required_for_argument_nr), idx + 1); in check_for_list_or_dict_or_blob_arg()
847 semsg(_(e_string_required_for_argument_nr), idx + 1); in check_for_opt_buffer_or_dict_arg()
960 semsg(_(e_using_invalid_value_as_string_str), "job"); in tv_get_string_buf_chk_strict()
970 semsg(_(e_using_invalid_value_as_string_str), "channel"); in tv_get_string_buf_chk_strict()
982 semsg(_(e_using_invalid_value_as_string_str), in tv_get_string_buf_chk_strict()
1343 semsg(_(e_cannot_compare_str_with_str), in typval_compare()
1357 semsg(_(e_invalid_operation_for_str), in typval_compare()
1369 semsg(_(e_cannot_compare_str_with_str), in typval_compare()
1649 semsg(_("E112: Option name missing: %s"), *arg); in eval_option()
1667 semsg(_(e_unknown_option), *arg); in eval_option()
1825 semsg(_(e_invalid_expression_str), *arg); in eval_number()
1867 semsg(_("E114: Missing quote: %s"), *arg); in eval_string()
2007 semsg(_("E115: Missing quote: %s"), *arg); in eval_lit_string()