Lines Matching refs:OK
822 return OK; in add_menu_path()
860 return OK; // Got to bottom of hierarchy in menu_nable_recurse()
908 return OK; in menu_nable_recurse()
927 return OK; // Got to bottom of hierarchy in remove_menu()
1029 return OK; in remove_menu()
1161 return OK; in show_menus()
2025 && check_menu_pointer(p->children, menu_to_check) == OK)) in check_menu_pointer()
2026 return OK; in check_menu_pointer()
2704 if (ga_grow(&menutrans_ga, 1) == OK) in ex_menutranslate()
2852 return OK; in menuitem_getinfo()
2856 return OK; in menuitem_getinfo()
2859 if (status == OK) in menuitem_getinfo()
2861 if (status == OK && menu->actext != NULL) in menuitem_getinfo()
2863 if (status == OK) in menuitem_getinfo()
2865 if (status == OK) in menuitem_getinfo()
2869 if (status == OK && menu->iconfile != NULL) in menuitem_getinfo()
2871 if (status == OK && menu->iconidx >= 0) in menuitem_getinfo()
2874 if (status == OK) in menuitem_getinfo()
2887 if (status == OK && menu->children == NULL) in menuitem_getinfo()
2907 if (status == OK) in menuitem_getinfo()
2910 if (status == OK) in menuitem_getinfo()
2913 if (status == OK) in menuitem_getinfo()
2915 if (status == OK) in menuitem_getinfo()
2922 if (status == OK && menu->children != NULL) in menuitem_getinfo()
2958 if (rettv_dict_alloc(rettv) != OK) in f_menu_info()