Lines Matching refs:FAIL
366 return FAIL; in check_for_string_arg()
377 if (check_for_string_arg(args, idx) == FAIL) in check_for_nonempty_string_arg()
378 return FAIL; in check_for_nonempty_string_arg()
382 return FAIL; in check_for_nonempty_string_arg()
394 || check_for_string_arg(args, idx) != FAIL); in check_for_opt_string_arg()
409 return FAIL; in check_for_number_arg()
421 || check_for_number_arg(args, idx) != FAIL); in check_for_opt_number_arg()
436 return FAIL; in check_for_float_or_nr_arg()
456 return FAIL; in check_for_bool_arg()
485 return FAIL; in check_for_blob_arg()
502 return FAIL; in check_for_list_arg()
514 || check_for_list_arg(args, idx) != FAIL); in check_for_opt_list_arg()
529 return FAIL; in check_for_dict_arg()
541 || check_for_dict_arg(args, idx) != FAIL); in check_for_opt_dict_arg()
556 return FAIL; in check_for_chan_or_job_arg()
569 || check_for_chan_or_job_arg(args, idx) != FAIL); in check_for_opt_chan_or_job_arg()
584 return FAIL; in check_for_job_arg()
596 || check_for_job_arg(args, idx) != FAIL); in check_for_opt_job_arg()
612 return FAIL; in check_for_string_or_number_arg()
624 || check_for_string_or_number_arg(args, idx) != FAIL); in check_for_opt_string_or_number_arg()
679 return FAIL; in check_for_string_or_blob_arg()
696 return FAIL; in check_for_string_or_list_arg()
723 return FAIL; in check_for_string_or_dict_arg()
743 return FAIL; in check_for_string_or_number_or_list_arg()
756 || check_for_string_or_number_or_list_arg(args, idx) != FAIL); in check_for_opt_string_or_number_or_list_arg()
774 return FAIL; in check_for_string_or_list_or_dict_arg()
791 return FAIL; in check_for_list_or_blob_arg()
809 return FAIL; in check_for_list_or_dict_arg()
829 return FAIL; in check_for_list_or_dict_or_blob_arg()
850 return FAIL; in check_for_opt_buffer_or_dict_arg()
1183 return FAIL; in typval_compare()
1210 return FAIL; in typval_compare()
1239 return FAIL; in typval_compare()
1259 return FAIL; in typval_compare()
1346 return FAIL; in typval_compare()
1360 return FAIL; in typval_compare()
1372 return FAIL; in typval_compare()
1650 return FAIL; in eval_option()
1668 ret = FAIL; in eval_option()
1706 ret = FAIL; in eval_option()
1803 return FAIL; in eval_number()
1826 return FAIL; in eval_number()
1868 return FAIL; in eval_string()
1884 return FAIL; in eval_string()
2008 return FAIL; in eval_lit_string()
2021 return FAIL; in eval_lit_string()
2079 return FAIL; // invalid empty name in eval_env_var()