Lines Matching refs:OK
52 if (ga_grow(&exestack, 1) == OK) in estack_push()
326 (flags & DIP_DIR) ? EW_DIR : EW_FILE) == OK) in do_in_path()
361 return did_one ? OK : FAIL; in do_in_path()
465 if (gen_expand_wildcards(1, &pat, &num_files, &files, EW_FILE) == OK) in source_all_matches()
612 retval = OK; in add_pack_dir_to_rtp()
658 retval = OK; in load_pack_plugin()
750 int res = OK; in ex_packadd()
895 return OK; in ExpandRTDir()
947 return OK; in ExpandPackAddDir()
1166 retval = OK; in do_source()
1177 retval = aborting() ? FAIL : OK; in do_source()
1179 retval = OK; in do_source()
1181 if (retval == OK) in do_source()
1408 retval = OK; in do_source()
2073 if (i == ga_loaded.ga_len && ga_grow(&ga_loaded, 1) == OK) in script_autoload()
2081 if (source_in_path(p_rtp, scriptname, 0, &ret_sid) == OK) in script_autoload()