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/ex_eval.h.generated.h
// IWYU pragma: private, include "nvim/ex_eval.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 _Bool aborting(void);
DLLEXPORT void update_force_abort(void);
DLLEXPORT _Bool should_abort(int retcode);
DLLEXPORT _Bool aborted_in_try(void) FUNC_ATTR_PURE;
DLLEXPORT _Bool cause_errthrow(const char *mesg, _Bool multiline, _Bool severe, _Bool *ignore) FUNC_ATTR_NONNULL_ALL;
DLLEXPORT void free_global_msglist(void);
DLLEXPORT void do_errthrow(cstack_T *cstack, char *cmdname);
DLLEXPORT _Bool do_intthrow(cstack_T *cstack);
DLLEXPORT char *get_exception_string(void *value, except_type_T type, char *cmdname, _Bool *should_free);
DLLEXPORT void discard_current_exception(void);
DLLEXPORT void exception_state_save(exception_state_T *estate);
DLLEXPORT void exception_state_restore(exception_state_T *estate);
DLLEXPORT void exception_state_clear(void);
DLLEXPORT void report_make_pending(int pending, void *value);
DLLEXPORT void report_resume_pending(int pending, void *value);
DLLEXPORT void report_discard_pending(int pending, void *value);
DLLEXPORT void ex_eval(exarg_T *eap);
DLLEXPORT void ex_if(exarg_T *eap);
DLLEXPORT void ex_endif(exarg_T *eap);
DLLEXPORT void ex_else(exarg_T *eap);
DLLEXPORT void ex_while(exarg_T *eap);
DLLEXPORT void ex_continue(exarg_T *eap);
DLLEXPORT void ex_break(exarg_T *eap);
DLLEXPORT void ex_endwhile(exarg_T *eap);
DLLEXPORT void ex_throw(exarg_T *eap);
DLLEXPORT void do_throw(cstack_T *cstack);
DLLEXPORT void ex_try(exarg_T *eap);
DLLEXPORT void ex_catch(exarg_T *eap);
DLLEXPORT void ex_finally(exarg_T *eap);
DLLEXPORT void ex_endtry(exarg_T *eap);
DLLEXPORT void enter_cleanup(cleanup_T *csp);
DLLEXPORT void leave_cleanup(cleanup_T *csp);
DLLEXPORT int cleanup_conditionals(cstack_T *cstack, int searched_cond, int inclusive);
DLLEXPORT void rewind_conditionals(cstack_T *cstack, int idx, int cond_type, int *cond_level);
DLLEXPORT void ex_endfunction(exarg_T *eap);
DLLEXPORT _Bool has_loop_cmd(char *p);
#include "nvim/func_attr.h"