File: //home/ubuntu/neovim/build/include/textobject.h.generated.h
// IWYU pragma: private, include "nvim/textobject.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 int findsent(Direction dir, int count);
DLLEXPORT _Bool findpar(_Bool *pincl, int dir, int count, int what, _Bool both);
DLLEXPORT _Bool startPS(linenr_T lnum, int para, _Bool both);
DLLEXPORT int fwd_word(int count, _Bool bigword, _Bool eol);
DLLEXPORT int bck_word(int count, _Bool bigword, _Bool stop);
DLLEXPORT int end_word(int count, _Bool bigword, _Bool stop, _Bool empty);
DLLEXPORT int bckend_word(int count, _Bool bigword, _Bool eol);
DLLEXPORT int current_word(oparg_T *oap, int count, _Bool include, _Bool bigword);
DLLEXPORT int current_sent(oparg_T *oap, int count, _Bool include);
DLLEXPORT int current_block(oparg_T *oap, int count, _Bool include, int what, int other);
DLLEXPORT int current_tagblock(oparg_T *oap, int count_arg, _Bool include);
DLLEXPORT int current_par(oparg_T *oap, int count, _Bool include, int type);
DLLEXPORT _Bool current_quote(oparg_T *oap, int count, _Bool include, int quotechar) FUNC_ATTR_NONNULL_ALL;
#include "nvim/func_attr.h"