Lines Matching refs:FAIL

134 	return FAIL;  in exe_newlist()
141 return FAIL; in exe_newlist()
178 if (ga_grow(&dict_stack, 1) == FAIL) in dict_stack_save()
179 return FAIL; in dict_stack_save()
276 return FAIL; in call_dfunc()
307 if (res == FAIL || INSTRUCTIONS(dfunc) == NULL) in call_dfunc()
312 return FAIL; in call_dfunc()
338 if (exe_newlist(vararg_count, ectx) == FAIL) in call_dfunc()
339 return FAIL; in call_dfunc()
351 return FAIL; in call_dfunc()
362 return FAIL; in call_dfunc()
365 if (funcdepth_increment() == FAIL) in call_dfunc()
366 return FAIL; in call_dfunc()
374 return FAIL; in call_dfunc()
416 return FAIL; in call_dfunc()
435 return FAIL; in call_dfunc()
542 return FAIL; in handle_closure_in_use()
550 return FAIL; in handle_closure_in_use()
691 if (handle_closure_in_use(ectx, TRUE) == FAIL) in func_return()
692 return FAIL; in func_return()
775 return FAIL; in call_prepare()
803 if (call_prepare(argcount, argvars, ectx) == FAIL) in call_bfunc()
804 return FAIL; in call_bfunc()
819 return FAIL; in call_bfunc()
849 == FAIL) in call_ufunc()
850 return FAIL; in call_ufunc()
860 return FAIL; in call_ufunc()
876 if (call_prepare(argcount, argvars, ectx) == FAIL) in call_ufunc()
877 return FAIL; in call_ufunc()
894 return FAIL; in call_ufunc()
898 return FAIL; in call_ufunc()
948 return FAIL; in call_by_name()
950 return FAIL; in call_by_name()
965 return FAIL; // bail out if loading the script caused an error in call_by_name()
986 &argv[i], NULL, i + 1) == FAIL) in call_by_name()
987 return FAIL; in call_by_name()
994 return FAIL; in call_by_name()
1006 int res = FAIL; in call_partial()
1019 return FAIL; in call_partial()
1048 res = FAIL; in call_partial()
1054 if (res == FAIL) in call_partial()
1059 return FAIL; in call_partial()
1089 return FAIL; in check_for_number()
1145 return FAIL; in do_2string()
1168 return FAIL; in do_2string()
1404 if (res == FAIL && called_emsg == called_emsg_before) in call_eval_func()
1412 return FAIL; in call_eval_func()
1417 return FAIL; in call_eval_func()
1460 return FAIL; in fill_partial_and_closure()
1491 DOCMD_VERBOSE|DOCMD_NOWAIT|DOCMD_KEYTYPED) == FAIL in exec_command()
1493 return FAIL; in exec_command()
1646 int ret = FAIL; in exec_instructions()
1671 if (throw_exception("Vim:Interrupt", ET_INTERRUPT, NULL) == FAIL) in exec_instructions()
1680 if (throw_exception(*msg_list, ET_ERROR, NULL) == FAIL) in exec_instructions()
1733 if (handle_closure_in_use(ectx, FALSE) == FAIL) in exec_instructions()
1738 if (func_return(ectx) == FAIL) in exec_instructions()
1749 if (exec_command(iptr) == FAIL) in exec_instructions()
1767 == FAIL in exec_instructions()
1792 if (res == FAIL) in exec_instructions()
1838 if (res == FAIL || did_emsg in exec_instructions()
1839 || subs_instr.subs_status == FAIL) in exec_instructions()
1849 if (alloc_redir_lval() == FAIL) in exec_instructions()
1880 if (trigger_cexpr_autocmd(iptr->isn_arg.number) == FAIL) in exec_instructions()
1899 if (res == FAIL) in exec_instructions()
2175 STACK_TV_BOT(0), NULL, EVAL_VAR_VERBOSE) == FAIL) in exec_instructions()
2219 if (eval_option(&name, &optval, TRUE) == FAIL) in exec_instructions()
2277 if (var_check_permission(di, name) == FAIL) in exec_instructions()
2367 == FAIL) in exec_instructions()
2407 if (var_check_permission(di, name) == FAIL) in exec_instructions()
2454 status = FAIL; in exec_instructions()
2463 status = FAIL; in exec_instructions()
2501 if (list_append_tv(list, tv) == FAIL) in exec_instructions()
2536 if (dict_add_tv(dict, (char *)key, tv) == FAIL) in exec_instructions()
2575 status = FAIL; in exec_instructions()
2582 if (status == FAIL) in exec_instructions()
2613 status = FAIL; in exec_instructions()
2622 status = FAIL; in exec_instructions()
2629 status = FAIL; in exec_instructions()
2635 if (status != FAIL) in exec_instructions()
2656 status = FAIL; in exec_instructions()
2665 status = FAIL; in exec_instructions()
2671 n1, FALSE) == FAIL in exec_instructions()
2673 n1, n2, FALSE) == FAIL) in exec_instructions()
2674 status = FAIL; in exec_instructions()
2683 status = FAIL; in exec_instructions()
2693 if (status == FAIL) in exec_instructions()
2755 status = FAIL; in exec_instructions()
2772 status = FAIL; in exec_instructions()
2785 if (check_for_number(tv_idx) == FAIL) in exec_instructions()
2787 status = FAIL; in exec_instructions()
2800 status = FAIL; in exec_instructions()
2809 status = FAIL; in exec_instructions()
2817 if (status == FAIL) in exec_instructions()
2838 if (check_for_number(tv_idx1) == FAIL in exec_instructions()
2840 && check_for_number(tv_idx2) == FAIL)) in exec_instructions()
2842 status = FAIL; in exec_instructions()
2854 status = FAIL; in exec_instructions()
2864 status = FAIL; in exec_instructions()
2868 if (status != FAIL in exec_instructions()
2873 status = FAIL; in exec_instructions()
2875 if (status != FAIL in exec_instructions()
2878 == FAIL) in exec_instructions()
2879 status = FAIL; in exec_instructions()
2885 status = FAIL; in exec_instructions()
2895 if (status == FAIL) in exec_instructions()
2972 iptr->isn_arg.unlet.ul_forceit) == FAIL) in exec_instructions()
2991 if (res == FAIL) in exec_instructions()
3003 if (exe_newlist(iptr->isn_arg.number, ectx) == FAIL) in exec_instructions()
3042 if (dict_add(dict, item) == FAIL) in exec_instructions()
3070 ectx) == FAIL) in exec_instructions()
3079 ectx) == FAIL) in exec_instructions()
3106 if (r == FAIL) in exec_instructions()
3127 ectx, iptr) == FAIL) in exec_instructions()
3182 ectx) == FAIL) in exec_instructions()
3198 ectx) == FAIL) in exec_instructions()
3555 == FAIL) in exec_instructions()
3784 if (list_append_tv(l, tv2) == FAIL) in exec_instructions()
4010 n1, n2, FALSE, tv) == FAIL) in exec_instructions()
4016 n1, n2, FALSE, tv, TRUE) == FAIL) in exec_instructions()
4034 if (check_can_index(tv, TRUE, TRUE) == FAIL) in exec_instructions()
4044 if (res == FAIL) in exec_instructions()
4134 if (dict_stack_save(tv) == FAIL) in exec_instructions()
4164 if (dict_stack_save(tv) == FAIL) in exec_instructions()
4222 if (check_not_string(tv) == FAIL) in exec_instructions()
4239 == FAIL) in exec_instructions()
4327 iptr->isn_arg.tostring.tolerant) == FAIL) in exec_instructions()
4341 if (parse_cmd_address(&ea, &errormsg, FALSE) == FAIL) in exec_instructions()
4544 if (func_return(ectx) == FAIL) in exec_instructions()
4637 substitute_instr->subs_status = FAIL; in exe_substitute_instr()
4663 int ret = FAIL; in call_def_function()
4694 == FAIL)) in call_def_function()
4699 return FAIL; in call_def_function()
4709 return FAIL; in call_def_function()
4715 if (funcdepth_increment() == FAIL) in call_def_function()
4716 return FAIL; in call_def_function()
4724 return FAIL; in call_def_function()
4768 NULL, idx + 1) == FAIL) in call_def_function()
4784 if (exe_newlist(vararg_count, &ectx) == FAIL) in call_def_function()
4800 NULL, argc + idx + 1) == FAIL) in call_def_function()
5893 && compile_def_function(ufunc, FALSE, compile_type, NULL) == FAIL) in ex_disassemble()
5998 return FAIL; in check_not_string()