Lines Matching refs:FAIL

175 	return FAIL;  in rettv_list_alloc()
190 return FAIL; in rettv_list_alloc_id()
609 NULL, 0) == FAIL) in list_append_tv()
610 return FAIL; in list_append_tv()
613 return FAIL; in list_append_tv()
629 return FAIL; in list_append_tv_move()
645 return FAIL; in list_append_dict()
664 return FAIL; in list_append_list()
684 return FAIL; in list_append_string()
692 return FAIL; in list_append_string()
707 return FAIL; in list_append_number()
727 NULL, 0) == FAIL) in list_insert_tv()
728 return FAIL; in list_insert_tv()
731 return FAIL; in list_insert_tv()
814 return FAIL; in check_range_index_two()
826 return FAIL; in check_range_index_two()
865 return FAIL; in list_assign_range()
890 NULL, 0) == FAIL) in list_assign_range()
891 return FAIL; in list_assign_range()
901 if (list_append_number(dest, 0) == FAIL) in list_assign_range()
913 return FAIL; in list_assign_range()
920 return FAIL; in list_assign_range()
954 if (list_extend(list, item->li_tv.vval.v_list, next) == FAIL) in list_flatten()
993 && (check_for_list_arg(argvars, 0) == FAIL in flatten_common()
994 || check_for_opt_number_arg(argvars, 1) == FAIL)) in flatten_common()
1094 if (list_insert_tv(l1, &item->li_tv, bef) == FAIL) in list_extend()
1095 return FAIL; in list_extend()
1114 return FAIL; in list_concat()
1135 if (list_append_tv(l, &item->li_tv) == FAIL) in list_slice()
1171 return FAIL; in list_slice_or_index()
1192 return FAIL; in list_slice_or_index()
1243 if (item_copy(&item->li_tv, &ni->li_tv, deep, copyID) == FAIL) in list_copy()
1312 FALSE, restore_copyID, copyID) == FAIL) in list2string()
1354 return FAIL; in list_join_inner()
1381 if (ga_grow(gap, sumlen + 2) == FAIL) in list_join_inner()
1382 return FAIL; in list_join_inner()
1450 && (check_for_list_arg(argvars, 0) == FAIL in f_join()
1451 || check_for_opt_string_arg(argvars, 1) == FAIL)) in f_join()
1499 return FAIL; in eval_list()
1505 if (eval1(arg, &tv, evalarg) == FAIL) // recursive! in eval_list()
1562 return FAIL; in eval_list()
1594 ret = FAIL; in write_list()
1601 ret = FAIL; in write_list()
1604 if (ret == FAIL) in write_list()
1659 && (check_for_list_arg(argvars, 0) == FAIL in f_list2str()
1660 || check_for_opt_bool_arg(argvars, 1) == FAIL)) in f_list2str()
1945 if (res == FAIL) in item_compare2()
1982 && (check_for_list_arg(argvars, 0) == FAIL in do_sort_uniq()
1984 && check_for_opt_dict_arg(argvars, 2) == FAIL))) in do_sort_uniq()
2226 int retval = FAIL; in filter_map_one()
2231 if (eval_expr_typval(expr, argv, 2, newtv) == FAIL) in filter_map_one()
2288 && (check_for_list_or_dict_or_blob_arg(argvars, 0) == FAIL)) in filter_map()
2362 if (rettv_dict_alloc(rettv) == FAIL) in filter_map()
2392 if (r == FAIL || did_emsg) in filter_map()
2401 func_name, 0) == FAIL) in filter_map()
2416 if (r == FAIL) in filter_map()
2441 if (blob_copy(b, rettv) == FAIL) in filter_map()
2457 if (filter_map_one(&tv, expr, filtermap, &newtv, &rem) == FAIL in filter_map()
2490 if (rettv_list_alloc(rettv) == FAIL) in filter_map()
2525 == FAIL) in filter_map()
2537 func_name, 0) == FAIL) in filter_map()
2545 ? l : l_ret, &newtv) == FAIL) in filter_map()
2551 if (list_append_tv_move(l, &tv) == FAIL) in filter_map()
2571 &newtv, &rem) == FAIL) in filter_map()
2581 type->tt_member, &newtv, func_name, 0) == FAIL) in filter_map()
2594 if (list_append_tv_move(l_ret, &newtv) == FAIL) in filter_map()
2653 && (check_for_list_or_blob_arg(argvars, 0) == FAIL in f_add()
2655 && check_for_number_arg(argvars, 1) == FAIL))) in f_add()
2711 && (check_for_string_or_list_or_dict_arg(argvars, 0) == FAIL in f_count()
2712 || check_for_opt_bool_arg(argvars, 2) == FAIL in f_count()
2714 && check_for_opt_number_arg(argvars, 3) == FAIL))) in f_count()
2877 type, &argvars[1], func_name, 2) == FAIL) in extend()
2935 func_name, 2) == FAIL) in extend()
2992 && (check_for_list_or_blob_arg(argvars, 0) == FAIL in f_insert()
2994 && check_for_number_arg(argvars, 1) == FAIL) in f_insert()
2995 || check_for_opt_number_arg(argvars, 2) == FAIL)) in f_insert()
3034 if (ga_grow(&b->bv_ga, 1) == FAIL) in f_insert()
3092 && (check_for_list_or_dict_or_blob_arg(argvars, 0) == FAIL in f_remove()
3095 && (check_for_number_arg(argvars, 1) == FAIL in f_remove()
3096 || check_for_opt_number_arg(argvars, 2) == FAIL)) in f_remove()
3098 && check_for_string_or_number_arg(argvars, 1) == FAIL))) in f_remove()
3120 if (in_vim9script() && check_for_list_or_blob_arg(argvars, 0) == FAIL) in f_reverse()
3249 if (r == FAIL || called_emsg != called_emsg_start) in f_reduce()
3290 if (call_func(func_name, -1, rettv, 2, argv, &funcexe) == FAIL) in f_reduce()