comparison src/proto/ex_docmd.pro @ 7668:21b0a39d13ed v7.4.1133

commit https://github.com/vim/vim/commit/ef26954a35207c3f17d6ed35d9a40c918d974892 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 19 13:22:12 2016 +0100 patch 7.4.1133 Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jan 2016 13:30:06 +0100
parents de877dab1c31
children 39251e981d1f
comparison
equal deleted inserted replaced
7667:201b9c7e3df7 7668:21b0a39d13ed
1 /* ex_docmd.c */ 1 /* ex_docmd.c */
2 void do_exmode __ARGS((int improved)); 2 void do_exmode(int improved);
3 int do_cmdline_cmd __ARGS((char_u *cmd)); 3 int do_cmdline_cmd(char_u *cmd);
4 int do_cmdline __ARGS((char_u *cmdline, char_u *(*fgetline)(int, void *, int), void *cookie, int flags)); 4 int do_cmdline(char_u *cmdline, char_u *(*fgetline)(int, void *, int), void *cookie, int flags);
5 int getline_equal __ARGS((char_u *(*fgetline)(int, void *, int), void *cookie, char_u *(*func)(int, void *, int))); 5 int getline_equal(char_u *(*fgetline)(int, void *, int), void *cookie, char_u *(*func)(int, void *, int));
6 void *getline_cookie __ARGS((char_u *(*fgetline)(int, void *, int), void *cookie)); 6 void *getline_cookie(char_u *(*fgetline)(int, void *, int), void *cookie);
7 int checkforcmd __ARGS((char_u **pp, char *cmd, int len)); 7 int checkforcmd(char_u **pp, char *cmd, int len);
8 int modifier_len __ARGS((char_u *cmd)); 8 int modifier_len(char_u *cmd);
9 int cmd_exists __ARGS((char_u *name)); 9 int cmd_exists(char_u *name);
10 char_u *set_one_cmd_context __ARGS((expand_T *xp, char_u *buff)); 10 char_u *set_one_cmd_context(expand_T *xp, char_u *buff);
11 char_u *skip_range __ARGS((char_u *cmd, int *ctx)); 11 char_u *skip_range(char_u *cmd, int *ctx);
12 void ex_ni __ARGS((exarg_T *eap)); 12 void ex_ni(exarg_T *eap);
13 int expand_filename __ARGS((exarg_T *eap, char_u **cmdlinep, char_u **errormsgp)); 13 int expand_filename(exarg_T *eap, char_u **cmdlinep, char_u **errormsgp);
14 void separate_nextcmd __ARGS((exarg_T *eap)); 14 void separate_nextcmd(exarg_T *eap);
15 int ends_excmd __ARGS((int c)); 15 int ends_excmd(int c);
16 char_u *find_nextcmd __ARGS((char_u *p)); 16 char_u *find_nextcmd(char_u *p);
17 char_u *check_nextcmd __ARGS((char_u *p)); 17 char_u *check_nextcmd(char_u *p);
18 char_u *get_command_name __ARGS((expand_T *xp, int idx)); 18 char_u *get_command_name(expand_T *xp, int idx);
19 void ex_comclear __ARGS((exarg_T *eap)); 19 void ex_comclear(exarg_T *eap);
20 void uc_clear __ARGS((garray_T *gap)); 20 void uc_clear(garray_T *gap);
21 char_u *get_user_commands __ARGS((expand_T *xp, int idx)); 21 char_u *get_user_commands(expand_T *xp, int idx);
22 char_u *get_user_cmd_addr_type __ARGS((expand_T *xp, int idx)); 22 char_u *get_user_cmd_addr_type(expand_T *xp, int idx);
23 char_u *get_user_cmd_flags __ARGS((expand_T *xp, int idx)); 23 char_u *get_user_cmd_flags(expand_T *xp, int idx);
24 char_u *get_user_cmd_nargs __ARGS((expand_T *xp, int idx)); 24 char_u *get_user_cmd_nargs(expand_T *xp, int idx);
25 char_u *get_user_cmd_complete __ARGS((expand_T *xp, int idx)); 25 char_u *get_user_cmd_complete(expand_T *xp, int idx);
26 int parse_addr_type_arg __ARGS((char_u *value, int vallen, long *argt, int *addr_type_arg)); 26 int parse_addr_type_arg(char_u *value, int vallen, long *argt, int *addr_type_arg);
27 int parse_compl_arg __ARGS((char_u *value, int vallen, int *complp, long *argt, char_u **compl_arg)); 27 int parse_compl_arg(char_u *value, int vallen, int *complp, long *argt, char_u **compl_arg);
28 void not_exiting __ARGS((void)); 28 void not_exiting(void);
29 void tabpage_close __ARGS((int forceit)); 29 void tabpage_close(int forceit);
30 void tabpage_close_other __ARGS((tabpage_T *tp, int forceit)); 30 void tabpage_close_other(tabpage_T *tp, int forceit);
31 void ex_all __ARGS((exarg_T *eap)); 31 void ex_all(exarg_T *eap);
32 void handle_drop __ARGS((int filec, char_u **filev, int split)); 32 void handle_drop(int filec, char_u **filev, int split);
33 void alist_clear __ARGS((alist_T *al)); 33 void alist_clear(alist_T *al);
34 void alist_init __ARGS((alist_T *al)); 34 void alist_init(alist_T *al);
35 void alist_unlink __ARGS((alist_T *al)); 35 void alist_unlink(alist_T *al);
36 void alist_new __ARGS((void)); 36 void alist_new(void);
37 void alist_expand __ARGS((int *fnum_list, int fnum_len)); 37 void alist_expand(int *fnum_list, int fnum_len);
38 void alist_set __ARGS((alist_T *al, int count, char_u **files, int use_curbuf, int *fnum_list, int fnum_len)); 38 void alist_set(alist_T *al, int count, char_u **files, int use_curbuf, int *fnum_list, int fnum_len);
39 void alist_add __ARGS((alist_T *al, char_u *fname, int set_fnum)); 39 void alist_add(alist_T *al, char_u *fname, int set_fnum);
40 void alist_slash_adjust __ARGS((void)); 40 void alist_slash_adjust(void);
41 void ex_splitview __ARGS((exarg_T *eap)); 41 void ex_splitview(exarg_T *eap);
42 void tabpage_new __ARGS((void)); 42 void tabpage_new(void);
43 void do_exedit __ARGS((exarg_T *eap, win_T *old_curwin)); 43 void do_exedit(exarg_T *eap, win_T *old_curwin);
44 void free_cd_dir __ARGS((void)); 44 void free_cd_dir(void);
45 void post_chdir __ARGS((int local)); 45 void post_chdir(int local);
46 void ex_cd __ARGS((exarg_T *eap)); 46 void ex_cd(exarg_T *eap);
47 void do_sleep __ARGS((long msec)); 47 void do_sleep(long msec);
48 void ex_may_print __ARGS((exarg_T *eap)); 48 void ex_may_print(exarg_T *eap);
49 int vim_mkdir_emsg __ARGS((char_u *name, int prot)); 49 int vim_mkdir_emsg(char_u *name, int prot);
50 FILE *open_exfile __ARGS((char_u *fname, int forceit, char *mode)); 50 FILE *open_exfile(char_u *fname, int forceit, char *mode);
51 void update_topline_cursor __ARGS((void)); 51 void update_topline_cursor(void);
52 void exec_normal_cmd __ARGS((char_u *cmd, int remap, int silent)); 52 void exec_normal_cmd(char_u *cmd, int remap, int silent);
53 int find_cmdline_var __ARGS((char_u *src, int *usedlen)); 53 int find_cmdline_var(char_u *src, int *usedlen);
54 char_u *eval_vars __ARGS((char_u *src, char_u *srcstart, int *usedlen, linenr_T *lnump, char_u **errormsg, int *escaped)); 54 char_u *eval_vars(char_u *src, char_u *srcstart, int *usedlen, linenr_T *lnump, char_u **errormsg, int *escaped);
55 char_u *expand_sfile __ARGS((char_u *arg)); 55 char_u *expand_sfile(char_u *arg);
56 int put_eol __ARGS((FILE *fd)); 56 int put_eol(FILE *fd);
57 int put_line __ARGS((FILE *fd, char *s)); 57 int put_line(FILE *fd, char *s);
58 void dialog_msg __ARGS((char_u *buff, char *format, char_u *fname)); 58 void dialog_msg(char_u *buff, char *format, char_u *fname);
59 char_u *get_behave_arg __ARGS((expand_T *xp, int idx)); 59 char_u *get_behave_arg(expand_T *xp, int idx);
60 /* vim: set ft=c : */ 60 /* vim: set ft=c : */