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/window.h.generated.h
// IWYU pragma: private, include "nvim/window.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 check_can_set_curbuf_disabled(void);
DLLEXPORT _Bool check_can_set_curbuf_forceit(int forceit);
DLLEXPORT win_T *prevwin_curwin(void) FUNC_ATTR_WARN_UNUSED_RESULT;
DLLEXPORT win_T *swbuf_goto_win_with_buf(buf_T *buf);
DLLEXPORT void do_window(int nchar, int Prenum, int xchar);
DLLEXPORT void win_set_buf(win_T *win, buf_T *buf, Error *err) FUNC_ATTR_NONNULL_ALL;
DLLEXPORT int win_fdccol_count(win_T *wp);
DLLEXPORT void ui_ext_win_position(win_T *wp, _Bool validate);
DLLEXPORT void ui_ext_win_viewport(win_T *wp);
DLLEXPORT int check_split_disallowed(const win_T *wp) FUNC_ATTR_NONNULL_ALL;
DLLEXPORT _Bool check_split_disallowed_err(const win_T *wp, Error *err) FUNC_ATTR_NONNULL_ALL;
DLLEXPORT int win_split(int size, int flags);
DLLEXPORT win_T *win_split_ins(int size, int flags, win_T *new_wp, int dir, frame_T *to_flatten);
DLLEXPORT void win_init(win_T *newp, win_T *oldp, int flags);
DLLEXPORT _Bool win_valid(const win_T *win) FUNC_ATTR_PURE FUNC_ATTR_WARN_UNUSED_RESULT;
DLLEXPORT _Bool tabpage_win_valid(const tabpage_T *tp, const win_T *win) FUNC_ATTR_PURE FUNC_ATTR_WARN_UNUSED_RESULT;
DLLEXPORT win_T *win_find_by_handle(handle_T handle) FUNC_ATTR_PURE FUNC_ATTR_WARN_UNUSED_RESULT;
DLLEXPORT _Bool win_valid_any_tab(win_T *win) FUNC_ATTR_PURE FUNC_ATTR_WARN_UNUSED_RESULT;
DLLEXPORT int win_count(void);
DLLEXPORT int make_windows(int count, _Bool vertical);
DLLEXPORT int win_splitmove(win_T *wp, int size, int flags);
DLLEXPORT void win_move_after(win_T *win1, win_T *win2);
DLLEXPORT void win_equal(win_T *next_curwin, _Bool current, int dir);
DLLEXPORT void leaving_window(win_T *const win) FUNC_ATTR_NONNULL_ALL;
DLLEXPORT void entering_window(win_T *const win) FUNC_ATTR_NONNULL_ALL;
DLLEXPORT void win_init_empty(win_T *wp);
DLLEXPORT void curwin_init(void);
DLLEXPORT void close_windows(buf_T *buf, _Bool keep_curwin);
DLLEXPORT _Bool last_window(win_T *win) FUNC_ATTR_PURE FUNC_ATTR_WARN_UNUSED_RESULT;
DLLEXPORT _Bool one_window(win_T *win) FUNC_ATTR_PURE FUNC_ATTR_WARN_UNUSED_RESULT;
DLLEXPORT _Bool can_close_in_cmdwin(win_T *win, Error *err) FUNC_ATTR_NONNULL_ALL;
DLLEXPORT int win_close(win_T *win, _Bool free_buf, _Bool force) FUNC_ATTR_NONNULL_ALL;
DLLEXPORT void win_close_othertab(win_T *win, int free_buf, tabpage_T *tp) FUNC_ATTR_NONNULL_ALL;
DLLEXPORT win_T *winframe_remove(win_T *win, int *dirp, tabpage_T *tp, frame_T **unflat_altfr) FUNC_ATTR_NONNULL_ARG(1, 2);
DLLEXPORT win_T *winframe_find_altwin(win_T *win, int *dirp, tabpage_T *tp, frame_T **altfr) FUNC_ATTR_NONNULL_ARG(1, 2);
DLLEXPORT void winframe_restore(win_T *wp, int dir, frame_T *unflat_altfr) FUNC_ATTR_NONNULL_ALL;
DLLEXPORT win_T *frame2win(frame_T *frp) FUNC_ATTR_NONNULL_ALL;
DLLEXPORT void frame_new_height(frame_T *topfrp, int height, _Bool topfirst, _Bool wfh) FUNC_ATTR_NONNULL_ALL;
DLLEXPORT void close_others(int message, int forceit);
DLLEXPORT void unuse_tabpage(tabpage_T *tp);
DLLEXPORT void use_tabpage(tabpage_T *tp);
DLLEXPORT void win_alloc_first(void);
DLLEXPORT void win_alloc_aucmd_win(int idx);
DLLEXPORT void win_init_size(void);
DLLEXPORT void free_tabpage(tabpage_T *tp);
DLLEXPORT int win_new_tabpage(int after, char *filename);
DLLEXPORT int may_open_tabpage(void);
DLLEXPORT int make_tabpages(int maxcount);
DLLEXPORT _Bool valid_tabpage(tabpage_T *tpc) FUNC_ATTR_PURE FUNC_ATTR_WARN_UNUSED_RESULT;
DLLEXPORT int valid_tabpage_win(tabpage_T *tpc);
DLLEXPORT void close_tabpage(tabpage_T *tab);
DLLEXPORT tabpage_T *find_tabpage(int n);
DLLEXPORT int tabpage_index(tabpage_T *ftp);
DLLEXPORT void goto_tabpage(int n);
DLLEXPORT void goto_tabpage_tp(tabpage_T *tp, _Bool trigger_enter_autocmds, _Bool trigger_leave_autocmds);
DLLEXPORT _Bool goto_tabpage_lastused(void);
DLLEXPORT void goto_tabpage_win(tabpage_T *tp, win_T *wp);
DLLEXPORT void tabpage_move(int nr);
DLLEXPORT void win_goto(win_T *wp);
DLLEXPORT tabpage_T *win_find_tabpage(win_T *win);
DLLEXPORT win_T *win_vert_neighbor(tabpage_T *tp, win_T *wp, _Bool up, int count);
DLLEXPORT win_T *win_horz_neighbor(tabpage_T *tp, win_T *wp, _Bool left, int count);
DLLEXPORT void win_enter(win_T *wp, _Bool undo_sync);
DLLEXPORT void win_fix_current_dir(void);
DLLEXPORT win_T *buf_jump_open_win(buf_T *buf);
DLLEXPORT win_T *buf_jump_open_tab(buf_T *buf);
DLLEXPORT win_T *win_alloc(win_T *after, _Bool hidden);
DLLEXPORT void free_wininfo(wininfo_T *wip, buf_T *bp);
DLLEXPORT void win_free(win_T *wp, tabpage_T *tp);
DLLEXPORT void win_free_grid(win_T *wp, _Bool reinit);
DLLEXPORT void win_append(win_T *after, win_T *wp, tabpage_T *tp) FUNC_ATTR_NONNULL_ARG(2);
DLLEXPORT void win_remove(win_T *wp, tabpage_T *tp) FUNC_ATTR_NONNULL_ARG(1);
DLLEXPORT void win_new_screensize(void);
DLLEXPORT void win_new_screen_rows(void);
DLLEXPORT void win_new_screen_cols(void);
DLLEXPORT void snapshot_windows_scroll_size(void);
DLLEXPORT void may_make_initial_scroll_size_snapshot(void);
DLLEXPORT void may_trigger_win_scrolled_resized(void);
DLLEXPORT void win_size_save(garray_T *gap);
DLLEXPORT void win_size_restore(garray_T *gap) FUNC_ATTR_NONNULL_ALL;
DLLEXPORT int win_comp_pos(void);
DLLEXPORT void win_setheight(int height);
DLLEXPORT void win_setheight_win(int height, win_T *win);
DLLEXPORT void win_setwidth(int width);
DLLEXPORT void win_setwidth_win(int width, win_T *wp);
DLLEXPORT const char *did_set_winminheight(optset_T *args FUNC_ATTR_UNUSED);
DLLEXPORT const char *did_set_winminwidth(optset_T *args FUNC_ATTR_UNUSED);
DLLEXPORT void win_drag_status_line(win_T *dragwin, int offset);
DLLEXPORT void win_drag_vsep_line(win_T *dragwin, int offset);
DLLEXPORT void set_fraction(win_T *wp);
DLLEXPORT void win_fix_scroll(_Bool resize);
DLLEXPORT void win_new_height(win_T *wp, int height);
DLLEXPORT void scroll_to_fraction(win_T *wp, int prev_height);
DLLEXPORT void win_set_inner_size(win_T *wp, _Bool valid_cursor);
DLLEXPORT void win_new_width(win_T *wp, int width);
DLLEXPORT OptInt win_default_scroll(win_T *wp);
DLLEXPORT void win_comp_scroll(win_T *wp);
DLLEXPORT void command_height(void);
DLLEXPORT void last_status(_Bool morewin);
DLLEXPORT int set_winbar_win(win_T *wp, _Bool make_room, _Bool valid_cursor);
DLLEXPORT void set_winbar(_Bool make_room);
DLLEXPORT int tabline_height(void);
DLLEXPORT int global_winbar_height(void);
DLLEXPORT int global_stl_height(void);
DLLEXPORT int last_stl_height(_Bool morewin);
DLLEXPORT int min_rows(void);
DLLEXPORT _Bool only_one_window(void) FUNC_ATTR_PURE FUNC_ATTR_WARN_UNUSED_RESULT;
DLLEXPORT void check_lnums(_Bool do_curwin);
DLLEXPORT void check_lnums_nested(_Bool do_curwin);
DLLEXPORT void reset_lnums(void);
DLLEXPORT void make_snapshot(int idx);
DLLEXPORT void restore_snapshot(int idx, int close_curwin);
DLLEXPORT const char *check_colorcolumn(win_T *wp);
DLLEXPORT int get_last_winid(void);
DLLEXPORT int win_locked(win_T *wp);
DLLEXPORT void win_get_tabwin(handle_T id, int *tabnr, int *winnr);
DLLEXPORT void win_ui_flush(_Bool validate);
DLLEXPORT win_T *lastwin_nofloating(void);
#include "nvim/func_attr.h"