HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
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"