1#ifndef DEFINE_FUNC_ATTRIBUTES
2# define DEFINE_FUNC_ATTRIBUTES
3#endif
4#include "nvim/func_attr.h"
5#undef DEFINE_FUNC_ATTRIBUTES
6void do_ascii(const exarg_T *const eap);
7void ex_align(exarg_T *eap);
8void ex_sort(exarg_T *eap);
9void ex_retab(exarg_T *eap);
10int do_move(linenr_T line1, linenr_T line2, linenr_T dest);
11void ex_copy(linenr_T line1, linenr_T line2, linenr_T n);
12void do_bang(int addr_count, exarg_T *eap, int forceit, int do_in, int do_out);
13void do_shell(char_u *cmd, int flags );
14char_u *make_filter_cmd(char_u *cmd, char_u *itmp, char_u *otmp);
15void append_redir(char *const buf, const size_t buflen, const char *const opt, const char *const fname);
16void print_line_no_prefix(linenr_T lnum, int use_number, int list);
17void print_line(linenr_T lnum, int use_number, int list);
18int rename_buffer(char_u *new_fname);
19void ex_file(exarg_T *eap);
20void ex_update(exarg_T *eap);
21void ex_write(exarg_T *eap);
22int do_write(exarg_T *eap);
23int check_overwrite(exarg_T *eap, buf_T *buf, char_u *fname, char_u *ffname, int other );
24void ex_wnext(exarg_T *eap);
25void do_wqall(exarg_T *eap);
26int not_writing(void);
27int getfile(int fnum, char_u *ffname, char_u *sfname, int setpm, linenr_T lnum, int forceit);
28int do_ecmd(int fnum, char_u *ffname, char_u *sfname, exarg_T *eap, linenr_T newlnum, int flags, win_T *oldwin );
29void ex_append(exarg_T *eap);
30void ex_change(exarg_T *eap);
31void ex_z(exarg_T *eap);
32int check_restricted(void);
33int check_secure(void);
34void sub_get_replacement(SubReplacementString *const ret_sub) FUNC_ATTR_NONNULL_ALL;
35void sub_set_replacement(SubReplacementString sub);
36_Bool do_sub_msg(_Bool count_only );
37void ex_global(exarg_T *eap);
38void global_exe(char_u *cmd);
39_Bool prepare_tagpreview(_Bool undo_sync );
40void ex_help(exarg_T *eap);
41char_u *check_help_lang(char_u *arg);
42int help_heuristic(char_u *matched_string, int offset, int wrong_case );
43int find_help_tags(const char_u *arg, int *num_matches, char_u ***matches, _Bool keep_lang);
44void fix_help_buffer(void);
45void ex_exusage(exarg_T *eap);
46void ex_viusage(exarg_T *eap);
47void ex_helptags(exarg_T *eap);
48void ex_helpclose(exarg_T *eap);
49void ex_substitute(exarg_T *eap);
50char_u *skip_vimgrep_pat(char_u *p, char_u **s, int *flags);
51void ex_oldfiles(exarg_T *eap);
52#include "nvim/func_attr.h"
53