File: //home/ubuntu/neovim/build/include/menu.h.generated.h
// IWYU pragma: private, include "nvim/menu.h"
#define DEFINE_FUNC_ATTRIBUTES
#include "nvim/func_attr.h"
#undef DEFINE_FUNC_ATTRIBUTES
#ifndef DLLEXPORT
# ifdef MSWIN
# define DLLEXPORT __declspec(dllexport)
# else
# define DLLEXPORT
# endif
#endif
DLLEXPORT void ex_menu(exarg_T *eap);
DLLEXPORT _Bool menu_get(char *const path_name, int modes, list_T *list);
DLLEXPORT char *set_context_in_menu_cmd(expand_T *xp, const char *cmd, char *arg, _Bool forceit) FUNC_ATTR_NONNULL_ALL;
DLLEXPORT char *get_menu_name(expand_T *xp, int idx);
DLLEXPORT char *get_menu_names(expand_T *xp, int idx);
DLLEXPORT char *menu_name_skip(char *const name);
DLLEXPORT int get_menu_cmd_modes(const char *cmd, _Bool forceit, int *noremap, _Bool *unmenu);
DLLEXPORT _Bool menu_is_menubar(const char *const name) FUNC_ATTR_PURE FUNC_ATTR_WARN_UNUSED_RESULT FUNC_ATTR_NONNULL_ALL;
DLLEXPORT _Bool menu_is_popup(const char *const name) FUNC_ATTR_PURE FUNC_ATTR_WARN_UNUSED_RESULT FUNC_ATTR_NONNULL_ALL;
DLLEXPORT _Bool menu_is_toolbar(const char *const name) FUNC_ATTR_PURE FUNC_ATTR_WARN_UNUSED_RESULT FUNC_ATTR_NONNULL_ALL;
DLLEXPORT _Bool menu_is_separator(char *name);
DLLEXPORT int get_menu_mode_flag(void);
DLLEXPORT void show_popupmenu(void);
DLLEXPORT void execute_menu(const exarg_T *eap, vimmenu_T *menu, int mode_idx) FUNC_ATTR_NONNULL_ARG(2);
DLLEXPORT void ex_emenu(exarg_T *eap);
DLLEXPORT vimmenu_T *menu_find(const char *path_name);
DLLEXPORT void ex_menutranslate(exarg_T *eap);
DLLEXPORT void f_menu_info(typval_T *argvars, typval_T *rettv, EvalFuncData fptr);
#include "nvim/func_attr.h"