Lines Matching refs:FAIL
221 return FAIL; in lookup_local()
253 return FAIL; in lookup_local()
276 return FAIL; in arg_exists()
325 return FAIL; in arg_exists()
413 return FAIL; in script_var_exists()
436 return FAIL; in script_var_exists()
506 return FAIL; in check_defined()
526 return FAIL; in check_defined()
665 return FAIL; in may_generate_2STRING()
670 return FAIL; in may_generate_2STRING()
688 return FAIL; in check_number_or_float()
718 type1->tt_type, type2->tt_type, (char_u *)"+") == FAIL) in generate_add_instr()
719 return FAIL; in generate_add_instr()
736 return isn == NULL ? FAIL : OK; in generate_add_instr()
782 EXPR_COPY) == FAIL) in generate_two_op()
783 return FAIL; in generate_two_op()
789 op) == FAIL) in generate_two_op()
790 return FAIL; in generate_two_op()
810 return FAIL; in generate_two_op()
901 return FAIL; in check_compare_types()
926 return FAIL; in generate_COMPARE()
929 return FAIL; in generate_COMPARE()
955 return FAIL; in generate_2BOOL()
976 return FAIL; in generate_COND2BOOL()
996 return FAIL; in generate_TYPECHECK()
1016 return FAIL; in generate_SETTYPE()
1085 return FAIL; in need_type_where()
1138 return FAIL; in generate_PUSHNR()
1157 return FAIL; in generate_PUSHBOOL()
1173 return FAIL; in generate_PUSHSPEC()
1190 return FAIL; in generate_PUSHF()
1216 return FAIL; in generate_PUSHS()
1234 return FAIL; in generate_PUSHCHANNEL()
1251 return FAIL; in generate_PUSHJOB()
1268 return FAIL; in generate_PUSHBLOB()
1285 return FAIL; in generate_PUSHFUNC()
1311 return FAIL; in generate_GETITEM()
1315 return FAIL; in generate_GETITEM()
1321 return FAIL; in generate_GETITEM()
1337 return FAIL; in generate_SLICE()
1353 return FAIL; in generate_CHECKLEN()
1370 return FAIL; in generate_STORE()
1389 return FAIL; in generate_STOREOUTER()
1406 return FAIL; in generate_STORENR()
1423 return FAIL; in generate_STOREOPT()
1445 return FAIL; in generate_LOAD()
1468 return FAIL; in generate_LOADOUTER()
1493 return FAIL; in generate_LOADV()
1510 return FAIL; in generate_UNLET()
1527 return FAIL; in generate_LOCKCONST()
1550 return FAIL; in generate_OLDSCRIPT()
1578 return FAIL; in generate_VIM9SCRIPT()
1584 return FAIL; in generate_VIM9SCRIPT()
1606 return FAIL; in generate_NEWLIST()
1623 return FAIL; in generate_NEWLIST()
1643 return FAIL; in generate_NEWDICT()
1659 return FAIL; in generate_NEWDICT()
1677 return FAIL; in generate_FUNCREF()
1687 return FAIL; in generate_FUNCREF()
1715 return FAIL; in generate_NEWFUNC()
1733 return FAIL; in generate_DEF()
1738 return FAIL; in generate_DEF()
1754 return FAIL; in generate_JUMP()
1774 return FAIL; in generate_JUMP_IF_ARG_SET()
1788 return FAIL; in generate_FOR()
1792 return FAIL; in generate_FOR()
1809 return FAIL; in generate_TRYCONT()
1835 return FAIL; in generate_BCALL()
1840 return FAIL; in generate_BCALL()
1860 cctx) == FAIL) in generate_BCALL()
1861 return FAIL; in generate_BCALL()
1867 return FAIL; in generate_BCALL()
1874 return FAIL; in generate_BCALL()
1903 if (need_type(item_type, expected, -1, 0, cctx, FALSE, FALSE) == FAIL) in generate_LISTAPPEND()
1904 return FAIL; in generate_LISTAPPEND()
1907 return FAIL; in generate_LISTAPPEND()
1925 if (need_type(item_type, &t_number, -1, 0, cctx, FALSE, FALSE) == FAIL) in generate_BLOBAPPEND()
1926 return FAIL; in generate_BLOBAPPEND()
1929 return FAIL; in generate_BLOBAPPEND()
1989 return FAIL; in generate_CALL()
1994 return FAIL; in generate_CALL()
2027 TRUE, FALSE) == FAIL) in generate_CALL()
2030 return FAIL; in generate_CALL()
2035 COMPILE_TYPE(ufunc), NULL) == FAIL) in generate_CALL()
2036 return FAIL; in generate_CALL()
2042 return FAIL; in generate_CALL()
2048 return FAIL; in generate_CALL()
2064 return FAIL; in generate_CALL()
2083 return FAIL; in generate_UCALL()
2089 return FAIL; in generate_UCALL()
2126 return FAIL; in generate_PCALL()
2131 return FAIL; in generate_PCALL()
2153 cctx, TRUE, FALSE) == FAIL) in generate_PCALL()
2156 return FAIL; in generate_PCALL()
2169 return FAIL; in generate_PCALL()
2173 return FAIL; in generate_PCALL()
2185 return FAIL; in generate_PCALL()
2202 return FAIL; in generate_STRINGMEMBER()
2214 return FAIL; in generate_STRINGMEMBER()
2236 return FAIL; in generate_ECHO()
2252 return FAIL; in generate_MULT_EXPR()
2268 return FAIL; in generate_PUT()
2281 return FAIL; in generate_EXEC()
2294 return FAIL; in generate_LEGACY_EVAL()
2298 return FAIL; in generate_LEGACY_EVAL()
2311 return FAIL; in generate_EXECCONCAT()
2326 return FAIL; in generate_RANGE()
2330 return FAIL; in generate_RANGE()
2343 return FAIL; in generate_UNPACK()
2362 return FAIL; in generate_cmdmods()
2365 return FAIL; in generate_cmdmods()
2378 return FAIL; in generate_undo_cmdmods()
2532 return FAIL; in check_item_writable()
2563 if (check_item_writable(sv, check_writable, name) == FAIL) in get_script_item_idx()
2580 if (check_item_writable(sv, check_writable, name) == FAIL) in get_script_item_idx()
2738 return FAIL; in may_get_next_line()
2744 return FAIL; in may_get_next_line()
2756 if (may_get_next_line(whitep, arg, cctx) == FAIL) in may_get_next_line_error()
2760 return FAIL; in may_get_next_line_error()
2823 return FAIL; in generate_tv_PUSH()
2842 if (generate_tv_PUSH(cctx, &ppconst->pp_tv[i]) == FAIL) in generate_ppconst()
2843 ret = FAIL; in generate_ppconst()
2903 if (need_type(idxtype, &t_number, -1, 0, cctx, FALSE, FALSE) == FAIL) in compile_member()
2904 return FAIL; in compile_member()
2909 FALSE, FALSE) == FAIL) in compile_member()
2910 return FAIL; in compile_member()
2919 return FAIL; in compile_member()
2931 FALSE, FALSE) == FAIL) in compile_member()
2932 return FAIL; in compile_member()
2935 if (may_generate_2STRING(-1, FALSE, cctx) == FAIL) in compile_member()
2936 return FAIL; in compile_member()
2937 if (generate_instr_drop(cctx, ISN_MEMBER, 1) == FAIL) in compile_member()
2938 return FAIL; in compile_member()
2947 : generate_instr_drop(cctx, ISN_STRINDEX, 1)) == FAIL) in compile_member()
2948 return FAIL; in compile_member()
2955 if (generate_instr_drop(cctx, ISN_BLOBSLICE, 2) == FAIL) in compile_member()
2956 return FAIL; in compile_member()
2961 if (generate_instr_drop(cctx, ISN_BLOBINDEX, 1) == FAIL) in compile_member()
2962 return FAIL; in compile_member()
2971 2) == FAIL) in compile_member()
2972 return FAIL; in compile_member()
2985 == FAIL) in compile_member()
2986 return FAIL; in compile_member()
2992 return FAIL; in compile_member()
3015 return FAIL; in compile_load_scriptvar()
3048 return FAIL; in compile_load_scriptvar()
3054 return FAIL; in compile_load_scriptvar()
3077 return FAIL; in compile_load_scriptvar()
3097 return FAIL; in compile_load_scriptvar()
3106 return FAIL; in generate_funcref()
3111 == FAIL) in generate_funcref()
3112 return FAIL; in generate_funcref()
3133 int res = FAIL; in compile_load()
3164 return FAIL; in compile_load()
3191 return FAIL; in compile_load()
3219 return FAIL; in compile_load()
3256 if (res == FAIL && is_expr && ASCII_ISUPPER(*name)) in compile_load()
3272 if (res == FAIL && error && called_emsg == prev_called_emsg) in compile_load()
3314 if (expr_res == FAIL || trailing_error in compile_string()
3322 return FAIL; in compile_string()
3352 if (may_get_next_line(whitep, &p, cctx) == FAIL) in compile_arguments()
3362 return FAIL; in compile_arguments()
3366 if (compile_expr0(&p, cctx) == FAIL) in compile_arguments()
3367 return FAIL; in compile_arguments()
3398 return FAIL; in compile_arguments()
3426 int res = FAIL; in compile_call()
3467 return FAIL; in compile_call()
3471 if (generate_ppconst(cctx, ppconst) == FAIL) in compile_call()
3472 return FAIL; in compile_call()
3477 return FAIL; in compile_call()
3490 if (compile_arguments(arg, cctx, &argcount, is_searchpair) == FAIL) in compile_call()
3539 if (lookup_local(namebuf, varlen, NULL, cctx) == FAIL in compile_call()
3632 if (eval_list(&p, &rettv, NULL, FALSE) == FAIL) in to_name_const_end()
3654 if (may_get_next_line(whitep, &p, cctx) == FAIL) in compile_list()
3657 return FAIL; in compile_list()
3662 return FAIL; in compile_list()
3669 if (compile_expr0_ext(&p, cctx, &is_const) == FAIL) in compile_list()
3670 return FAIL; in compile_list()
3680 return FAIL; in compile_list()
3762 return FAIL; in compile_lambda()
3803 return FAIL; in get_lambda_tv_and_compile()
3824 return FAIL; in compile_dict()
3825 if (generate_ppconst(cctx, ppconst) == FAIL) in compile_dict()
3826 return FAIL; in compile_dict()
3831 if (may_get_next_line(whitep, arg, cctx) == FAIL) in compile_dict()
3846 if (compile_expr0(arg, cctx) == FAIL) in compile_dict()
3847 return FAIL; in compile_dict()
3860 else if (may_generate_2STRING(-1, FALSE, cctx) == FAIL) in compile_dict()
3861 return FAIL; in compile_dict()
3866 return FAIL; in compile_dict()
3877 return FAIL; in compile_dict()
3878 if (generate_PUSHS(cctx, &key) == FAIL) in compile_dict()
3879 return FAIL; in compile_dict()
3896 if (dict_add(d, item) == FAIL) in compile_dict()
3907 return FAIL; in compile_dict()
3913 return FAIL; in compile_dict()
3916 if (may_get_next_line(whitep, arg, cctx) == FAIL) in compile_dict()
3922 if (compile_expr0_ext(arg, cctx, &is_const) == FAIL) in compile_dict()
3923 return FAIL; in compile_dict()
3929 if (may_get_next_line(whitep, arg, cctx) == FAIL) in compile_dict()
3944 return FAIL; in compile_dict()
3950 return FAIL; in compile_dict()
3973 return FAIL; in compile_dict()
4020 return FAIL; in compile_get_env()
4042 return FAIL; in compile_get_register()
4047 return FAIL; in compile_get_register()
4084 if (check_not_string(rettv) == FAIL) in apply_leader()
4085 return FAIL; in apply_leader()
4089 return FAIL; in apply_leader()
4235 if (need_type(type, &t_number, -1, 0, cctx, FALSE, FALSE) == FAIL) in compile_leader()
4236 return FAIL; in compile_leader()
4249 return FAIL; in compile_leader()
4267 if (generate_2BOOL(cctx, invert, -1) == FAIL) in compile_leader()
4268 return FAIL; in compile_leader()
4285 if (may_get_next_line_error(p, arg, cctx) == FAIL) in compile_parenthesis()
4286 return FAIL; in compile_parenthesis()
4294 if (generate_ppconst(cctx, ppconst) == FAIL) in compile_parenthesis()
4295 return FAIL; in compile_parenthesis()
4298 if (may_get_next_line_error(*arg, arg, cctx) == FAIL) in compile_parenthesis()
4299 return FAIL; in compile_parenthesis()
4305 ret = FAIL; in compile_parenthesis()
4344 return FAIL; in compile_subscript()
4358 if (generate_ppconst(cctx, ppconst) == FAIL) in compile_subscript()
4359 return FAIL; in compile_subscript()
4366 if (compile_arguments(arg, cctx, &argcount, FALSE) == FAIL) in compile_subscript()
4367 return FAIL; in compile_subscript()
4368 if (generate_PCALL(cctx, argcount, name_start, type, TRUE) == FAIL) in compile_subscript()
4369 return FAIL; in compile_subscript()
4374 return FAIL; in compile_subscript()
4381 if (generate_ppconst(cctx, ppconst) == FAIL) in compile_subscript()
4382 return FAIL; in compile_subscript()
4388 if (compile_leader(cctx, TRUE, start_leader, end_leader) == FAIL) in compile_subscript()
4389 return FAIL; in compile_subscript()
4408 if (compile_parenthesis(arg, cctx, ppconst) == FAIL) in compile_subscript()
4409 return FAIL; in compile_subscript()
4422 return FAIL; in compile_subscript()
4425 if (compile_arguments(arg, cctx, &argcount, FALSE) == FAIL) in compile_subscript()
4426 return FAIL; in compile_subscript()
4440 return FAIL; in compile_subscript()
4462 if (generate_PCALL(cctx, argcount, p - 2, type, FALSE) == FAIL) in compile_subscript()
4463 return FAIL; in compile_subscript()
4472 return FAIL; in compile_subscript()
4481 return FAIL; in compile_subscript()
4483 if (compile_call(arg, p - *arg, cctx, ppconst, 1) == FAIL) in compile_subscript()
4484 return FAIL; in compile_subscript()
4490 return FAIL; in compile_subscript()
4501 if (generate_ppconst(cctx, ppconst) == FAIL) in compile_subscript()
4502 return FAIL; in compile_subscript()
4506 if (may_get_next_line_error(p, arg, cctx) == FAIL) in compile_subscript()
4507 return FAIL; in compile_subscript()
4515 if (compile_expr0(arg, cctx) == FAIL) in compile_subscript()
4516 return FAIL; in compile_subscript()
4521 return FAIL; in compile_subscript()
4523 if (may_get_next_line_error(*arg, arg, cctx) == FAIL) in compile_subscript()
4524 return FAIL; in compile_subscript()
4535 return FAIL; in compile_subscript()
4537 if (may_get_next_line_error(*arg, arg, cctx) == FAIL) in compile_subscript()
4538 return FAIL; in compile_subscript()
4544 if (compile_expr0(arg, cctx) == FAIL) in compile_subscript()
4545 return FAIL; in compile_subscript()
4546 if (may_get_next_line_error(*arg, arg, cctx) == FAIL) in compile_subscript()
4547 return FAIL; in compile_subscript()
4555 return FAIL; in compile_subscript()
4563 return FAIL; in compile_subscript()
4565 if (compile_member(is_slice, &keeping_dict, cctx) == FAIL) in compile_subscript()
4566 return FAIL; in compile_subscript()
4571 if (generate_ppconst(cctx, ppconst) == FAIL) in compile_subscript()
4572 return FAIL; in compile_subscript()
4579 return FAIL; in compile_subscript()
4588 return FAIL; in compile_subscript()
4591 return FAIL; in compile_subscript()
4592 if (generate_STRINGMEMBER(cctx, *arg, p - *arg) == FAIL) in compile_subscript()
4593 return FAIL; in compile_subscript()
4604 return FAIL; in compile_subscript()
4659 if (eval_leader(arg, TRUE) == FAIL) in compile_expr7()
4660 return FAIL; in compile_expr7()
4679 case '.': if (eval_number(arg, rettv, TRUE, FALSE) == FAIL) in compile_expr7()
4680 return FAIL; in compile_expr7()
4685 start_leader, &end_leader) == FAIL) in compile_expr7()
4688 return FAIL; in compile_expr7()
4695 case '"': if (eval_string(arg, rettv, TRUE) == FAIL) in compile_expr7()
4696 return FAIL; in compile_expr7()
4702 case '\'': if (eval_lit_string(arg, rettv, TRUE) == FAIL) in compile_expr7()
4703 return FAIL; in compile_expr7()
4758 case '[': if (generate_ppconst(cctx, ppconst) == FAIL) in compile_expr7()
4759 return FAIL; in compile_expr7()
4766 case '{': if (generate_ppconst(cctx, ppconst) == FAIL) in compile_expr7()
4767 return FAIL; in compile_expr7()
4774 case '&': if (generate_ppconst(cctx, ppconst) == FAIL) in compile_expr7()
4775 return FAIL; in compile_expr7()
4782 case '$': if (generate_ppconst(cctx, ppconst) == FAIL) in compile_expr7()
4783 return FAIL; in compile_expr7()
4790 case '@': if (generate_ppconst(cctx, ppconst) == FAIL) in compile_expr7()
4791 return FAIL; in compile_expr7()
4808 if (ret == FAIL) in compile_expr7()
4809 return FAIL; in compile_expr7()
4834 return FAIL; in compile_expr7()
4842 return FAIL; in compile_expr7()
4852 && generate_ppconst(cctx, ppconst) == FAIL) in compile_expr7()
4853 return FAIL; in compile_expr7()
4856 if (r == FAIL) in compile_expr7()
4857 return FAIL; in compile_expr7()
4863 ppconst) == FAIL) in compile_expr7()
4864 return FAIL; in compile_expr7()
4869 if (apply_leader(rettv, FALSE, start_leader, &end_leader) == FAIL) in compile_expr7()
4870 return FAIL; in compile_expr7()
4873 if (compile_leader(cctx, FALSE, start_leader, &end_leader) == FAIL) in compile_expr7()
4874 return FAIL; in compile_expr7()
4904 return FAIL; in compile_expr7t()
4912 return FAIL; in compile_expr7t()
4915 if (may_get_next_line_error(*arg, arg, cctx) == FAIL) in compile_expr7t()
4916 return FAIL; in compile_expr7t()
4919 if (compile_expr7(arg, cctx, ppconst) == FAIL) in compile_expr7t()
4920 return FAIL; in compile_expr7t()
4930 if (check_type(want_type, actual, FALSE, where) == FAIL) in compile_expr7t()
4932 if (need_type(actual, want_type, -1, 0, cctx, FALSE, FALSE) == FAIL) in compile_expr7t()
4933 return FAIL; in compile_expr7t()
4953 if (compile_expr7t(arg, cctx, ppconst) == FAIL) in compile_expr6()
4954 return FAIL; in compile_expr6()
4973 return FAIL; in compile_expr6()
4975 if (may_get_next_line_error(op + 1, arg, cctx) == FAIL) in compile_expr6()
4976 return FAIL; in compile_expr6()
4979 if (compile_expr7t(arg, cctx, ppconst) == FAIL) in compile_expr6()
4980 return FAIL; in compile_expr6()
5004 return FAIL; in compile_expr6()
5032 if (compile_expr6(arg, cctx, ppconst) == FAIL) in compile_expr5()
5033 return FAIL; in compile_expr5()
5057 return FAIL; in compile_expr5()
5060 if (may_get_next_line_error(op + oplen, arg, cctx) == FAIL) in compile_expr5()
5061 return FAIL; in compile_expr5()
5064 if (compile_expr6(arg, cctx, ppconst) == FAIL) in compile_expr5()
5065 return FAIL; in compile_expr5()
5093 return FAIL; in compile_expr5()
5108 if (may_generate_2STRING(-2, FALSE, cctx) == FAIL in compile_expr5()
5109 || may_generate_2STRING(-1, FALSE, cctx) == FAIL) in compile_expr5()
5110 return FAIL; in compile_expr5()
5149 if (compile_expr5(arg, cctx, ppconst) == FAIL) in compile_expr4()
5150 return FAIL; in compile_expr4()
5170 return FAIL; in compile_expr4()
5186 return FAIL; in compile_expr4()
5190 if (may_get_next_line_error(p + len, arg, cctx) == FAIL) in compile_expr4()
5191 return FAIL; in compile_expr4()
5193 if (compile_expr5(arg, cctx, ppconst) == FAIL) in compile_expr4()
5194 return FAIL; in compile_expr4()
5205 if (check_compare_types(type, tv1, tv2) == FAIL) in compile_expr4()
5206 ret = FAIL; in compile_expr4()
5275 return FAIL; in compile_and_or()
5284 if (status != FAIL) in compile_and_or()
5316 if (status != FAIL) in compile_and_or()
5319 if (status == FAIL) in compile_and_or()
5322 return FAIL; in compile_and_or()
5337 if (may_get_next_line_error(p + 2, arg, cctx) == FAIL) in compile_and_or()
5340 return FAIL; in compile_and_or()
5345 : compile_expr4(arg, cctx, ppconst)) == FAIL) in compile_and_or()
5348 return FAIL; in compile_and_or()
5368 if (check_ppconst_bool(ppconst) == FAIL) in compile_and_or()
5371 return FAIL; in compile_and_or()
5376 if (bool_on_stack(cctx) == FAIL) in compile_and_or()
5379 return FAIL; in compile_and_or()
5422 if (compile_expr4(arg, cctx, ppconst) == FAIL) in compile_expr3()
5423 return FAIL; in compile_expr3()
5447 if (compile_expr3(arg, cctx, ppconst) == FAIL) in compile_expr2()
5448 return FAIL; in compile_expr2()
5486 if (compile_expr2(arg, cctx, ppconst) == FAIL) in compile_expr1()
5487 return FAIL; in compile_expr1()
5513 return FAIL; in compile_expr1()
5530 return FAIL; in compile_expr1()
5556 if (may_get_next_line_error(p + 1 + op_falsy, arg, cctx) == FAIL) in compile_expr1()
5557 return FAIL; in compile_expr1()
5558 if (compile_expr1(arg, cctx, ppconst) == FAIL) in compile_expr1()
5559 return FAIL; in compile_expr1()
5587 return FAIL; in compile_expr1()
5599 return FAIL; in compile_expr1()
5606 if (may_get_next_line_error(p + 1, arg, cctx) == FAIL) in compile_expr1()
5607 return FAIL; in compile_expr1()
5608 if (compile_expr1(arg, cctx, ppconst) == FAIL) in compile_expr1()
5609 return FAIL; in compile_expr1()
5643 if (compile_expr1(arg, cctx, &ppconst) == FAIL) in compile_expr0_ext()
5646 return FAIL; in compile_expr0_ext()
5650 if (generate_ppconst(cctx, &ppconst) == FAIL) in compile_expr0_ext()
5651 return FAIL; in compile_expr0_ext()
5683 0, cctx, FALSE, FALSE) == FAIL) in compile_return()
5692 if (compile_expr0(&p, cctx) == FAIL) in compile_return()
5720 0, cctx, FALSE, FALSE) == FAIL) in compile_return()
5795 int r = FAIL; in compile_nested_function()
5820 if (generate_DEF(cctx, name_start, name_end - name_start) == FAIL) in compile_nested_function()
5831 if (check_defined(name_start, name_end - name_start, cctx, FALSE) == FAIL) in compile_nested_function()
5845 r = eap->skip ? OK : FAIL; in compile_nested_function()
5871 && compile_def_function(ufunc, TRUE, compile_type, cctx) == FAIL) in compile_nested_function()
5890 r = FAIL; in compile_nested_function()
5905 if (generate_FUNCREF(cctx, ufunc) == FAIL) in compile_nested_function()
5912 return r == FAIL ? NULL : (char_u *)""; in compile_nested_function()
6070 return FAIL; in get_var_dest()
6078 return FAIL; in get_var_dest()
6089 return FAIL; in get_var_dest()
6115 return FAIL; in get_var_dest()
6145 return FAIL; in get_var_dest()
6149 return FAIL; in get_var_dest()
6209 return FAIL; in generate_store_var()
6304 return FAIL; in compile_lhs()
6321 &lhs->lhs_type, cctx) == FAIL) in compile_lhs()
6322 return FAIL; in compile_lhs()
6332 if (check_reserved_name(lhs->lhs_name) == FAIL) in compile_lhs()
6333 return FAIL; in compile_lhs()
6348 return FAIL; in compile_lhs()
6358 return FAIL; in compile_lhs()
6386 return FAIL; in compile_lhs()
6394 return FAIL; in compile_lhs()
6422 == FAIL) in compile_lhs()
6423 return FAIL; in compile_lhs()
6430 return FAIL; in compile_lhs()
6448 return FAIL; in compile_lhs()
6453 return FAIL; in compile_lhs()
6467 return FAIL; in compile_lhs()
6477 return FAIL; in compile_lhs()
6482 return FAIL; in compile_lhs()
6489 return FAIL; in compile_lhs()
6495 return FAIL; in compile_lhs()
6507 return FAIL; in compile_lhs()
6546 return FAIL; in compile_lhs()
6565 if (compile_lhs(var_start, lhs, cmdidx, heredoc, oplen, cctx) == FAIL) in compile_assign_lhs()
6566 return FAIL; in compile_assign_lhs()
6571 return FAIL; in compile_assign_lhs()
6577 return FAIL; in compile_assign_lhs()
6647 return FAIL; in compile_assign_index()
6661 r = FAIL; in compile_assign_index()
6700 if (res == FAIL || p != var_start + varlen) in compile_load_lhs()
6703 if (res != FAIL) in compile_load_lhs()
6705 return FAIL; in compile_load_lhs()
6714 FALSE, FALSE) == FAIL) in compile_load_lhs()
6715 return FAIL; in compile_load_lhs()
6738 if (compile_assign_index(var_start, lhs, &range, cctx) == FAIL) in compile_load_lhs_with_index()
6739 return FAIL; in compile_load_lhs_with_index()
6744 return FAIL; in compile_load_lhs_with_index()
6748 if (compile_member(FALSE, NULL, cctx) == FAIL) in compile_load_lhs_with_index()
6749 return FAIL; in compile_load_lhs_with_index()
6771 if (compile_assign_index(var_start, lhs, &range, cctx) == FAIL) in compile_assign_unlet()
6772 return FAIL; in compile_assign_unlet()
6779 return FAIL; in compile_assign_unlet()
6793 return FAIL; in compile_assign_unlet()
6796 && may_generate_2STRING(-1, FALSE, cctx) == FAIL) in compile_assign_unlet()
6797 return FAIL; in compile_assign_unlet()
6806 -1, 0, cctx, FALSE, FALSE) == FAIL) in compile_assign_unlet()
6807 return FAIL; in compile_assign_unlet()
6812 -1, 0, cctx, FALSE, FALSE) == FAIL) in compile_assign_unlet()
6813 return FAIL; in compile_assign_unlet()
6822 if (compile_load_lhs(lhs, var_start, rhs_type, cctx) == FAIL) in compile_assign_unlet()
6823 return FAIL; in compile_assign_unlet()
6833 return FAIL; in compile_assign_unlet()
6840 return FAIL; in compile_assign_unlet()
6847 return FAIL; in compile_assign_unlet()
6852 return FAIL; in compile_assign_unlet()
6858 return FAIL; in compile_assign_unlet()
6975 if (may_get_next_line_error(wp, &p, cctx) == FAIL) in compile_assignment()
6976 return FAIL; in compile_assignment()
6977 if (compile_expr0(&p, cctx) == FAIL) in compile_assignment()
6993 FALSE, FALSE) == FAIL) in compile_assignment()
7033 is_decl, heredoc, oplen, cctx) == FAIL) in compile_assignment()
7040 -1, 0, cctx, FALSE, FALSE) == FAIL) in compile_assignment()
7062 cctx) == FAIL) in compile_assignment()
7083 if (may_get_next_line_error(wp, &p, cctx) == FAIL) in compile_assignment()
7092 if (r == FAIL) in compile_assignment()
7100 if (generate_SLICE(cctx, var_count - 1) == FAIL) in compile_assignment()
7107 if (generate_GETITEM(cctx, var_idx, *op != '=') == FAIL) in compile_assignment()
7159 cctx, FALSE, is_const) == FAIL) in compile_assignment()
7175 -1, 0, cctx, FALSE, FALSE) == FAIL) in compile_assignment()
7256 if (may_generate_2STRING(-1, FALSE, cctx) == FAIL) in compile_assignment()
7270 FALSE, FALSE) == FAIL) in compile_assignment()
7284 EXPR_APPEND) == FAIL) in compile_assignment()
7287 else if (generate_two_op(cctx, op) == FAIL) in compile_assignment()
7300 == FAIL) in compile_assignment()
7329 if (generate_store_lhs(cctx, &lhs, instr_count) == FAIL) in compile_assignment()
7406 return FAIL; in may_compile_assignment()
7417 return FAIL; in may_compile_assignment()
7436 return FAIL; in check_vim9_unlet()
7483 ret = FAIL; in compile_unlet()
7494 else if (check_vim9_unlet(p) == FAIL) in compile_unlet()
7496 ret = FAIL; in compile_unlet()
7542 return FAIL; in compile_lock_unlock()
7547 if (compile_load(&s, end, cctx, FALSE, FALSE) == FAIL) in compile_lock_unlock()
7548 return FAIL; in compile_lock_unlock()
7558 ret = FAIL; in compile_lock_unlock()
7595 return FAIL; in compile_jump_to_end()
7724 if (compile_expr1(&p, cctx, &ppconst) == FAIL) in compile_if()
7752 if (generate_ppconst(cctx, &ppconst) == FAIL) in compile_if()
7754 if (bool_on_stack(cctx) == FAIL) in compile_if()
7857 JUMP_ALWAYS, cctx) == FAIL) in compile_elseif()
7896 if (compile_expr1(&p, cctx, &ppconst) == FAIL) in compile_elseif()
7927 if (generate_ppconst(cctx, &ppconst) == FAIL) in compile_elseif()
7929 if (bool_on_stack(cctx) == FAIL) in compile_elseif()
7989 JUMP_ALWAYS, cctx) == FAIL) in compile_else()
8113 if (may_get_next_line_error(wp, &p, cctx) == FAIL) in compile_for()
8124 if (may_get_next_line_error(wp, &p, cctx) == FAIL) in compile_for()
8155 if (compile_expr0(&arg, cctx) == FAIL) in compile_for()
8242 &vimvaridx, &type, cctx) == FAIL) in compile_for()
8247 0, 0, type, name) == FAIL) in compile_for()
8280 == FAIL) in compile_for()
8390 if (compile_expr0(&p, cctx) == FAIL) in compile_while()
8401 if (bool_on_stack(cctx) == FAIL) in compile_while()
8402 return FAIL; in compile_while()
8409 JUMP_IF_FALSE, cctx) == FAIL) in compile_while()
8410 return FAIL; in compile_while()
8525 if (compile_jump_to_end(el, JUMP_ALWAYS, cctx) == FAIL) in compile_break()
8526 return FAIL; in compile_break()
8670 JUMP_ALWAYS, cctx) == FAIL) in compile_catch()
8718 return FAIL; in compile_catch()
8728 return FAIL; in compile_catch()
8729 if (generate_PUSHS(cctx, &pat) == FAIL) in compile_catch()
8730 return FAIL; in compile_catch()
8732 if (generate_COMPARE(cctx, EXPR_MATCH, FALSE) == FAIL) in compile_catch()
8736 if (generate_JUMP(cctx, JUMP_IF_FALSE, 0) == FAIL) in compile_catch()
8909 if (compile_expr0(&p, cctx) == FAIL) in compile_throw()
8913 if (may_generate_2STRING(-1, FALSE, cctx) == FAIL) in compile_throw()
8933 if (compile_expr0(&p, cctx) == FAIL) in compile_eval()
8971 if (compile_expr0(&p, cctx) == FAIL) in compile_mult_expr()
9025 return FAIL; in compile_variable_range()
9047 if (compile_expr0(&p, cctx) == FAIL) in compile_put()
9062 if (parse_cmd_address(eap, &errormsg, FALSE) == FAIL) in compile_put()
9225 if (compile_expr0(&p, cctx) == FAIL) in compile_exec()
9330 if (expr_res == FAIL || trailing_error in compile_substitute()
9386 cctx) == FAIL) in compile_redir()
9402 &t_string, cctx) == FAIL) in compile_redir()
9405 else if (generate_store_lhs(cctx, lhs, -1) == FAIL) in compile_redir()
9430 FALSE, FALSE, 1, cctx) == FAIL) in compile_redir()
9461 if (compile_expr0(&p, cctx) == FAIL) in compile_cexpr()
9487 return FAIL; in check_global_and_subst()
9492 return FAIL; in check_global_and_subst()
9512 return FAIL; in add_def_function()
9518 return FAIL; in add_def_function()
9559 int ret = FAIL; in compile_def_function()
9594 if (add_def_function(ufunc) == FAIL) in compile_def_function()
9595 return FAIL; in compile_def_function()
9651 if (generate_JUMP_IF_ARG_SET(&cctx, i - count - off) == FAIL) in compile_def_function()
9660 if (r == FAIL) in compile_def_function()
9674 TRUE, where) == FAIL) in compile_def_function()
9677 if (generate_STORE(&cctx, ISN_STORE, i - count - off, NULL) == FAIL) in compile_def_function()
9808 == FAIL) in compile_def_function()
9850 if (assign == FAIL) in compile_def_function()
10092 if (check_global_and_subst(ea.cmd, p) == FAIL) in compile_def_function()
10161 if (check_global_and_subst(ea.cmd, p) == FAIL) in compile_def_function()
10282 ret = FAIL; in compile_def_function()
10320 &ufunc->uf_type_list) == FAIL) in set_function_type()