Lines Matching refs:_

188 		semsg(_(e_using_number_as_bool_nr), varp->vval.v_number);  in tv_get_bool_or_number_chk()
194 emsg(_("E805: Using a Float as a Number")); in tv_get_bool_or_number_chk()
199 emsg(_("E703: Using a Funcref as a Number")); in tv_get_bool_or_number_chk()
212 emsg(_("E745: Using a List as a Number")); in tv_get_bool_or_number_chk()
215 emsg(_("E728: Using a Dictionary as a Number")); in tv_get_bool_or_number_chk()
222 emsg(_(e_using_bool_as_number)); in tv_get_bool_or_number_chk()
224 emsg(_("E611: Using a Special as a Number")); in tv_get_bool_or_number_chk()
230 emsg(_("E910: Using a Job as a Number")); in tv_get_bool_or_number_chk()
235 emsg(_("E913: Using a Channel as a Number")); in tv_get_bool_or_number_chk()
239 emsg(_("E974: Using a Blob as a Number")); in tv_get_bool_or_number_chk()
242 emsg(_(e_cannot_use_void_value)); in tv_get_bool_or_number_chk()
311 emsg(_("E891: Using a Funcref as a Float")); in tv_get_float()
314 emsg(_("E892: Using a String as a Float")); in tv_get_float()
317 emsg(_("E893: Using a List as a Float")); in tv_get_float()
320 emsg(_("E894: Using a Dictionary as a Float")); in tv_get_float()
323 emsg(_("E362: Using a boolean value as a Float")); in tv_get_float()
326 emsg(_("E907: Using a special value as a Float")); in tv_get_float()
330 emsg(_("E911: Using a Job as a Float")); in tv_get_float()
335 emsg(_("E914: Using a Channel as a Float")); in tv_get_float()
339 emsg(_("E975: Using a Blob as a Float")); in tv_get_float()
342 emsg(_(e_cannot_use_void_value)); in tv_get_float()
363 semsg(_(e_string_required_for_argument_nr), idx + 1); in check_for_string_arg()
365 emsg(_(e_stringreq)); 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()
408 emsg(_(e_numberreq)); in check_for_number_arg()
433 semsg(_(e_float_or_number_required_for_argument_nr), idx + 1); in check_for_float_or_nr_arg()
435 emsg(_(e_numberreq)); in check_for_float_or_nr_arg()
453 semsg(_(e_bool_required_for_argument_nr), idx + 1); in check_for_bool_arg()
455 emsg(_(e_boolreq)); in check_for_bool_arg()
482 semsg(_(e_blob_required_for_argument_nr), idx + 1); in check_for_blob_arg()
484 emsg(_(e_blob_required)); in check_for_blob_arg()
499 semsg(_(e_list_required_for_argument_nr), idx + 1); in check_for_list_arg()
501 emsg(_(e_listreq)); in check_for_list_arg()
526 semsg(_(e_dict_required_for_argument_nr), idx + 1); in check_for_dict_arg()
528 emsg(_(e_dictreq)); in check_for_dict_arg()
553 semsg(_(e_chan_or_job_required_for_argument_nr), idx + 1); in check_for_chan_or_job_arg()
555 emsg(_(e_chan_or_job_req)); in check_for_chan_or_job_arg()
581 semsg(_(e_job_required_for_argument_nr), idx + 1); in check_for_job_arg()
583 emsg(_(e_jobreq)); in check_for_job_arg()
609 semsg(_(e_string_or_number_required_for_argument_nr), idx + 1); in check_for_string_or_number_arg()
611 emsg(_(e_stringreq)); 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()
678 emsg(_(e_stringreq)); 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()
695 emsg(_(e_stringreq)); 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()
722 emsg(_(e_stringreq)); 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()
742 emsg(_(e_stringreq)); 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()
773 emsg(_(e_stringreq)); 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()
790 emsg(_(e_listreq)); 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()
808 emsg(_(e_listreq)); 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()
828 emsg(_(e_listreq)); 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()
849 emsg(_(e_stringreq)); in check_for_opt_buffer_or_dict_arg()
919 emsg(_(e_using_number_as_string)); in tv_get_string_buf_chk_strict()
927 emsg(_("E729: Using a Funcref as a String")); in tv_get_string_buf_chk_strict()
930 emsg(_("E730: Using a List as a String")); in tv_get_string_buf_chk_strict()
933 emsg(_("E731: Using a Dictionary as a String")); in tv_get_string_buf_chk_strict()
939 emsg(_(e_float_as_string)); in tv_get_string_buf_chk_strict()
954 emsg(_("E976: Using a Blob as a String")); in tv_get_string_buf_chk_strict()
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()
977 emsg(_(e_cannot_use_void_value)); in tv_get_string_buf_chk_strict()
982 semsg(_(e_using_invalid_value_as_string_str), in tv_get_string_buf_chk_strict()
1135 emsg(_(e_cannot_use_void_value)); in copy_tv()
1179 emsg(_("E977: Can only compare Blob with Blob")); in typval_compare()
1181 emsg(_(e_invalblob)); in typval_compare()
1206 emsg(_("E691: Can only compare List with List")); in typval_compare()
1208 emsg(_("E692: Invalid operation for List")); in typval_compare()
1235 emsg(_("E735: Can only compare Dictionary with Dictionary")); in typval_compare()
1237 emsg(_("E736: Invalid operation for Dictionary")); in typval_compare()
1257 emsg(_("E694: Invalid operation for Funcrefs")); in typval_compare()
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()
1799 emsg(_("E973: Blob literal should have an even number of hex characters")); in eval_number()
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()