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/indent.h.generated.h
// IWYU pragma: private, include "nvim/indent.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 tabstop_set(char *var, colnr_T **array);
DLLEXPORT int tabstop_padding(colnr_T col, OptInt ts_arg, const colnr_T *vts) FUNC_ATTR_PURE;
DLLEXPORT int tabstop_at(colnr_T col, OptInt ts, const colnr_T *vts, _Bool left);
DLLEXPORT colnr_T tabstop_start(colnr_T col, int ts, colnr_T *vts);
DLLEXPORT void tabstop_fromto(colnr_T start_col, colnr_T end_col, int ts_arg, const colnr_T *vts, int *ntabs, int *nspcs);
DLLEXPORT _Bool tabstop_eq(const colnr_T *ts1, const colnr_T *ts2);
DLLEXPORT int *tabstop_copy(const int *oldts);
DLLEXPORT int tabstop_count(colnr_T *ts);
DLLEXPORT int tabstop_first(colnr_T *ts);
DLLEXPORT int get_sw_value(buf_T *buf);
DLLEXPORT int get_sw_value_pos(buf_T *buf, pos_T *pos, _Bool left);
DLLEXPORT int get_sw_value_indent(buf_T *buf, _Bool left);
DLLEXPORT int get_sw_value_col(buf_T *buf, colnr_T col, _Bool left);
DLLEXPORT int get_sts_value(void);
DLLEXPORT int get_indent(void);
DLLEXPORT int get_indent_lnum(linenr_T lnum);
DLLEXPORT int get_indent_buf(buf_T *buf, linenr_T lnum);
DLLEXPORT int indent_size_no_ts(char const *ptr) FUNC_ATTR_NONNULL_ALL FUNC_ATTR_PURE;
DLLEXPORT int indent_size_ts(char const *ptr, OptInt ts, colnr_T *vts) FUNC_ATTR_NONNULL_ARG(1) FUNC_ATTR_PURE;
DLLEXPORT _Bool set_indent(int size, int flags);
DLLEXPORT int get_number_indent(linenr_T lnum);
DLLEXPORT _Bool briopt_check(win_T *wp);
DLLEXPORT int get_breakindent_win(win_T *wp, char *line) FUNC_ATTR_NONNULL_ALL;
DLLEXPORT _Bool inindent(int extra);
DLLEXPORT _Bool may_do_si(void);
DLLEXPORT void ex_retab(exarg_T *eap);
DLLEXPORT int get_expr_indent(void);
DLLEXPORT int get_lisp_indent(void);
DLLEXPORT void fixthisline(IndentGetter get_the_indent);
DLLEXPORT _Bool use_indentexpr_for_lisp(void);
DLLEXPORT void fix_indent(void);
#include "nvim/func_attr.h"