Lines Matching refs:emsg

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()
365 emsg(_(e_stringreq)); in check_for_string_arg()
408 emsg(_(e_numberreq)); in check_for_number_arg()
435 emsg(_(e_numberreq)); in check_for_float_or_nr_arg()
455 emsg(_(e_boolreq)); in check_for_bool_arg()
484 emsg(_(e_blob_required)); in check_for_blob_arg()
501 emsg(_(e_listreq)); in check_for_list_arg()
528 emsg(_(e_dictreq)); in check_for_dict_arg()
555 emsg(_(e_chan_or_job_req)); in check_for_chan_or_job_arg()
583 emsg(_(e_jobreq)); in check_for_job_arg()
611 emsg(_(e_stringreq)); in check_for_string_or_number_arg()
678 emsg(_(e_stringreq)); in check_for_string_or_blob_arg()
695 emsg(_(e_stringreq)); in check_for_string_or_list_arg()
722 emsg(_(e_stringreq)); in check_for_string_or_dict_arg()
742 emsg(_(e_stringreq)); in check_for_string_or_number_or_list_arg()
773 emsg(_(e_stringreq)); in check_for_string_or_list_or_dict_arg()
790 emsg(_(e_listreq)); in check_for_list_or_blob_arg()
808 emsg(_(e_listreq)); in check_for_list_or_dict_arg()
828 emsg(_(e_listreq)); in check_for_list_or_dict_or_blob_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()
977 emsg(_(e_cannot_use_void_value)); 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()
1799 emsg(_("E973: Blob literal should have an even number of hex characters")); in eval_number()