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/change.h.generated.h
// IWYU pragma: private, include "nvim/change.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 change_warning(buf_T *buf, int col);
DLLEXPORT void changed(buf_T *buf);
DLLEXPORT void changed_internal(buf_T *buf);
DLLEXPORT void changed_lines_invalidate_buf(buf_T *buf, linenr_T lnum, colnr_T col, linenr_T lnume, linenr_T xtra);
DLLEXPORT void changed_bytes(linenr_T lnum, colnr_T col);
DLLEXPORT void inserted_bytes(linenr_T lnum, colnr_T start_col, int old_col, int new_col);
DLLEXPORT void appended_lines(linenr_T lnum, linenr_T count);
DLLEXPORT void appended_lines_mark(linenr_T lnum, int count);
DLLEXPORT void deleted_lines(linenr_T lnum, linenr_T count);
DLLEXPORT void deleted_lines_mark(linenr_T lnum, int count);
DLLEXPORT void changed_lines_redraw_buf(buf_T *buf, linenr_T lnum, linenr_T lnume, linenr_T xtra);
DLLEXPORT void changed_lines(buf_T *buf, linenr_T lnum, colnr_T col, linenr_T lnume, linenr_T xtra, _Bool do_buf_event);
DLLEXPORT void unchanged(buf_T *buf, _Bool ff, _Bool always_inc_changedtick);
DLLEXPORT void save_file_ff(buf_T *buf);
DLLEXPORT _Bool file_ff_differs(buf_T *buf, _Bool ignore_empty) FUNC_ATTR_NONNULL_ALL FUNC_ATTR_WARN_UNUSED_RESULT;
DLLEXPORT void ins_bytes(char *p);
DLLEXPORT void ins_bytes_len(char *p, size_t len);
DLLEXPORT void ins_char(int c);
DLLEXPORT void ins_char_bytes(char *buf, size_t charlen);
DLLEXPORT void ins_str(char *s);
DLLEXPORT int del_char(_Bool fixpos);
DLLEXPORT int del_chars(int count, int fixpos);
DLLEXPORT int del_bytes(colnr_T count, _Bool fixpos_arg, _Bool use_delcombine);
DLLEXPORT _Bool copy_indent(int size, char *src);
DLLEXPORT _Bool open_line(int dir, int flags, int second_line_indent, _Bool *did_do_comment);
DLLEXPORT void truncate_line(int fixpos);
DLLEXPORT void del_lines(linenr_T nlines, _Bool undo);
DLLEXPORT int get_leader_len(char *line, char **flags, _Bool backward, _Bool include_space);
DLLEXPORT int get_last_leader_offset(char *line, char **flags);
#include "nvim/func_attr.h"