Searched refs:root_menu_ptr (Results 1 – 1 of 1) sorted by relevance
135 vimmenu_T **root_menu_ptr; in ex_menu() local302 root_menu_ptr = get_root_menu(menu_path); in ex_menu()303 if (root_menu_ptr == &curwin->w_winbar) in ex_menu()325 menu_nable_recurse(*root_menu_ptr, p, MENU_ALL_MODES, in ex_menu()352 remove_menu(root_menu_ptr, p, MENU_ALL_MODES, TRUE); in ex_menu()359 remove_menu(root_menu_ptr, menu_path, modes, FALSE); in ex_menu()430 if (root_menu_ptr == &curwin->w_winbar) in ex_menu()487 vimmenu_T **root_menu_ptr; in add_menu_path() local493 root_menu_ptr = get_root_menu(menu_path); in add_menu_path()494 menup = root_menu_ptr; in add_menu_path()[all …]