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/mapping.h.generated.h
// IWYU pragma: private, include "nvim/mapping.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 mapblock_T *get_maphash_list(int state, int c);
DLLEXPORT mapblock_T *get_buf_maphash_list(int state, int c);
DLLEXPORT void map_mode_to_chars(int mode, char *buf) FUNC_ATTR_NONNULL_ALL;
DLLEXPORT int do_map(int maptype, char *arg, int mode, _Bool is_abbrev);
DLLEXPORT void map_clear_mode(buf_T *buf, int mode, _Bool local, _Bool abbr);
DLLEXPORT _Bool map_to_exists(const char *const str, const char *const modechars, const _Bool abbr) FUNC_ATTR_NONNULL_ALL FUNC_ATTR_WARN_UNUSED_RESULT FUNC_ATTR_PURE;
DLLEXPORT _Bool map_to_exists_mode(const char *const rhs, const int mode, const _Bool abbr);
DLLEXPORT char *set_context_in_map_cmd(expand_T *xp, char *cmd, char *arg, _Bool forceit, _Bool isabbrev, _Bool isunmap, cmdidx_T cmdidx);
DLLEXPORT int ExpandMappings(char *pat, regmatch_T *regmatch, int *numMatches, char ***matches);
DLLEXPORT _Bool check_abbr(int c, char *ptr, int col, int mincol);
DLLEXPORT char *eval_map_expr(mapblock_T *mp, int c);
DLLEXPORT int makemap(FILE *fd, buf_T *buf);
DLLEXPORT int put_escstr(FILE *fd, char *strstart, int what);
DLLEXPORT char *check_map(char *keys, int mode, int exact, int ign_mod, int abbr, mapblock_T **mp_ptr, int *local_ptr, int *rhs_lua);
DLLEXPORT void f_hasmapto(typval_T *argvars, typval_T *rettv, EvalFuncData fptr);
DLLEXPORT void f_mapset(typval_T *argvars, typval_T *rettv, EvalFuncData fptr);
DLLEXPORT void f_maplist(typval_T *argvars, typval_T *rettv, EvalFuncData fptr);
DLLEXPORT void f_maparg(typval_T *argvars, typval_T *rettv, EvalFuncData fptr);
DLLEXPORT void f_mapcheck(typval_T *argvars, typval_T *rettv, EvalFuncData fptr);
DLLEXPORT void add_map(char *lhs, char *rhs, int mode, _Bool buffer);
DLLEXPORT int langmap_adjust_mb(int c);
DLLEXPORT void langmap_init(void);
DLLEXPORT const char *did_set_langmap(optset_T *args);
DLLEXPORT void ex_abbreviate(exarg_T *eap);
DLLEXPORT void ex_map(exarg_T *eap);
DLLEXPORT void ex_unmap(exarg_T *eap);
DLLEXPORT void ex_mapclear(exarg_T *eap);
DLLEXPORT void ex_abclear(exarg_T *eap);
DLLEXPORT void modify_keymap(uint64_t channel_id, Buffer buffer, _Bool is_unmap, String mode, String lhs, String rhs, Dict(keymap) *opts, Error *err);
DLLEXPORT ArrayOf(Dictionary) keymap_array(String mode, buf_T *buf, Arena *arena);
#include "nvim/func_attr.h"