Lines Matching refs:OK

235 	    return OK;  in lookup_local()
242 if (lookup_local(name, len, lvar, cctx->ctx_outer) == OK) in lookup_local()
249 return OK; in lookup_local()
296 return OK; in arg_exists()
310 return OK; in arg_exists()
317 == OK) in arg_exists()
321 return OK; in arg_exists()
419 return OK; in script_var_exists()
433 return OK; in script_var_exists()
447 && (lookup_local(name, len, NULL, cctx) == OK in variable_exists()
448 || arg_exists(name, len, NULL, NULL, NULL, cctx) == OK)) in variable_exists()
449 || script_var_exists(name, len, cctx) == OK in variable_exists()
498 return OK; in check_defined()
500 if (script_var_exists(p, len, cctx) == OK) in check_defined()
511 && (lookup_local(p, len, NULL, cctx) == OK in check_defined()
512 || arg_exists(p, len, NULL, NULL, NULL, cctx) == OK)) in check_defined()
530 return OK; in check_defined()
538 #define RETURN_OK_IF_SKIP(cctx) if (cctx->ctx_skip == SKIP_YES) return OK
631 case VAR_STRING: return OK; in may_generate_2STRING()
674 return OK; in may_generate_2STRING()
690 return OK; in check_number_or_float()
736 return isn == NULL ? FAIL : OK; in generate_add_instr()
833 return OK; in generate_two_op()
902 return OK; in check_compare_types()
940 return OK; in generate_COMPARE()
962 return OK; in generate_2BOOL()
981 return OK; in generate_COND2BOOL()
1004 return OK; in generate_TYPECHECK()
1018 return OK; in generate_SETTYPE()
1068 return OK; in need_type_where()
1071 if (check_type(expected, actual, FALSE, where) == OK) in need_type_where()
1072 return OK; in need_type_where()
1080 return OK; in need_type_where()
1117 return OK; in bool_on_stack()
1144 return OK; in generate_PUSHNR()
1160 return OK; in generate_PUSHBOOL()
1176 return OK; in generate_PUSHSPEC()
1193 return OK; in generate_PUSHF()
1210 return OK; in generate_PUSHS()
1220 return OK; in generate_PUSHS()
1237 return OK; in generate_PUSHCHANNEL()
1254 return OK; in generate_PUSHJOB()
1271 return OK; in generate_PUSHBLOB()
1288 return OK; in generate_PUSHFUNC()
1324 return OK; in generate_GETITEM()
1339 return OK; in generate_SLICE()
1357 return OK; in generate_CHECKLEN()
1376 return OK; in generate_STORE()
1393 return OK; in generate_STOREOUTER()
1410 return OK; in generate_STORENR()
1427 return OK; in generate_STOREOPT()
1451 return OK; in generate_LOAD()
1472 return OK; in generate_LOADOUTER()
1514 return OK; in generate_UNLET()
1528 return OK; in generate_LOCKCONST()
1554 return OK; in generate_OLDSCRIPT()
1590 return OK; in generate_VIM9SCRIPT()
1627 return OK; in generate_NEWLIST()
1663 return OK; in generate_NEWDICT()
1692 return OK; in generate_FUNCREF()
1709 return OK; in generate_NEWFUNC()
1720 return OK; in generate_NEWFUNC()
1740 return OK; in generate_DEF()
1761 return OK; in generate_JUMP()
1777 return OK; in generate_JUMP_IF_ARG_SET()
1797 return OK; in generate_FOR()
1813 return OK; in generate_TRYCONT()
1884 return OK; in generate_BCALL()
1910 return OK; in generate_LISTAPPEND()
1932 return OK; in generate_BLOBAPPEND()
2069 return OK; in generate_CALL()
2094 return OK; in generate_UCALL()
2187 return OK; in generate_PCALL()
2223 return OK; in generate_STRINGMEMBER()
2240 return OK; in generate_ECHO()
2255 return OK; in generate_MULT_EXPR()
2271 return OK; in generate_PUT()
2283 return OK; in generate_EXEC()
2302 return OK; in generate_LEGACY_EVAL()
2313 return OK; in generate_EXECCONCAT()
2333 return OK; in generate_RANGE()
2346 return OK; in generate_UNPACK()
2371 return OK; in generate_cmdmods()
2380 return OK; in generate_undo_cmdmods()
2457 if (arg_exists(name, len, NULL, NULL, NULL, cctx) == OK) in reserve_local()
2534 return OK; in check_item_writable()
2747 return OK; in may_get_next_line()
2762 return OK; in may_get_next_line_error()
2827 return OK; in generate_tv_PUSH()
2837 int ret = OK; in generate_ppconst()
2862 return OK; in check_ppconst_bool()
2994 return OK; in compile_member()
3030 return OK; in compile_load_scriptvar()
3075 return OK; in compile_load_scriptvar()
3092 return OK; in compile_load_scriptvar()
3155 res = OK; in compile_load()
3227 == OK) in compile_load()
3236 if (lookup_local(*arg, len, &lvar, cctx) == OK) in compile_load()
3249 if (script_var_exists(*arg, len, cctx) == OK in compile_load()
3335 return OK; in compile_string()
3357 return OK; in compile_arguments()
3461 return OK; in compile_call()
3540 && arg_exists(namebuf, varlen, NULL, NULL, NULL, cctx) != OK) in compile_call()
3557 && compile_load(&p, namebuf + varlen, cctx, FALSE, FALSE) == OK) in compile_call()
3711 if (r != OK) in compile_lambda()
3783 if (r != OK) in get_lambda_tv_and_compile()
3800 return OK; in get_lambda_tv_and_compile()
3989 if (ret == OK) in compile_get_option()
4112 return OK; in apply_leader()
4272 return OK; in compile_leader()
4302 else if (ret == OK) in compile_parenthesis()
4606 return OK; in compile_subscript()
4649 int ret = OK; in compile_expr7()
4871 return OK; in compile_expr7()
4875 return OK; in compile_expr7()
4937 return OK; in compile_expr7t()
5015 return OK; in compile_expr6()
5118 return OK; in compile_expr5()
5223 return OK; in compile_expr4()
5401 return OK; in compile_and_or()
5482 return OK; in compile_expr1()
5629 return OK; in compile_expr1()
5652 return OK; in compile_expr0_ext()
5845 r = eap->skip ? OK : FAIL; in compile_nested_function()
6154 return OK; in get_var_dest()
6247 return OK; in generate_store_lhs()
6336 &lhs->lhs_local_lvar, cctx) == OK) in compile_lhs()
6343 &lhs->lhs_arg_lvar.lv_from_outer, cctx) == OK) in compile_lhs()
6369 cctx)) == OK; in compile_lhs()
6549 return OK; in compile_lhs()
6579 return OK; in compile_assign_lhs()
6618 int r = OK; in compile_assign_index()
6635 if (r == OK && *skipwhite(p) == ':') in compile_assign_index()
6657 if (r == OK && *skipwhite(p) != ']') in compile_assign_index()
6720 return OK; in compile_load_lhs()
6751 return OK; in compile_load_lhs_with_index()
6861 return OK; in compile_assign_unlet()
7407 return OK; in may_compile_assignment()
7419 return OK; in may_compile_assignment()
7434 return OK; in check_vim9_unlet()
7438 return OK; in check_vim9_unlet()
7455 int ret = OK; in compile_unlet()
7458 return OK; in compile_unlet()
7522 int ret = OK; in compile_lock_unlock()
7528 return OK; in compile_lock_unlock()
7535 if (lookup_local(p, end - p, NULL, cctx) == OK) in compile_lock_unlock()
7601 return OK; in compile_jump_to_end()
8258 if (lookup_local(arg, varlen, NULL, cctx) == OK) in compile_for()
9054 if (compile_variable_range(eap, cctx) == OK) in compile_put()
9494 return OK; in check_global_and_subst()
9528 return OK; in add_def_function()
9848 if (assign == OK) in compile_def_function()
10245 ret = OK; in compile_def_function()
10279 if (ret == OK) in compile_def_function()