2 void do_exmode
__ARGS((int improved
));
3 int do_cmdline_cmd
__ARGS((char_u
*cmd
));
4 int do_cmdline
__ARGS((char_u
*cmdline
, char_u
*(*getline
)(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
)));
6 void
*getline_cookie
__ARGS((char_u
*(*fgetline
)(int
, void
*, int
), void
*cookie
));
7 int checkforcmd
__ARGS((char_u
**pp
, char
*cmd
, int len
));
8 int cmd_exists
__ARGS((char_u
*name
));
9 char_u
*set_one_cmd_context
__ARGS((expand_T
*xp
, char_u
*buff
));
10 char_u
*skip_range
__ARGS((char_u
*cmd
, int
*ctx
));
11 void ex_ni
__ARGS((exarg_T
*eap
));
12 int expand_filename
__ARGS((exarg_T
*eap
, char_u
**cmdlinep
, char_u
**errormsgp
));
13 void separate_nextcmd
__ARGS((exarg_T
*eap
));
14 int ends_excmd
__ARGS((int c
));
15 char_u
*find_nextcmd
__ARGS((char_u
*p
));
16 char_u
*check_nextcmd
__ARGS((char_u
*p
));
17 char_u
*get_command_name
__ARGS((expand_T
*xp
, int idx
));
18 void ex_comclear
__ARGS((exarg_T
*eap
));
19 void uc_clear
__ARGS((garray_T
*gap
));
20 char_u
*get_user_commands
__ARGS((expand_T
*xp
, int idx
));
21 char_u
*get_user_cmd_flags
__ARGS((expand_T
*xp
, int idx
));
22 char_u
*get_user_cmd_nargs
__ARGS((expand_T
*xp
, int idx
));
23 char_u
*get_user_cmd_complete
__ARGS((expand_T
*xp
, int idx
));
24 int parse_compl_arg
__ARGS((char_u
*value
, int vallen
, int
*complp
, long
*argt
, char_u
**compl_arg
));
25 void not_exiting
__ARGS((void
));
26 void tabpage_close
__ARGS((int forceit
));
27 void tabpage_close_other
__ARGS((tabpage_T
*tp
, int forceit
));
28 void ex_all
__ARGS((exarg_T
*eap
));
29 void handle_drop
__ARGS((int filec
, char_u
**filev
, int split
));
30 void alist_clear
__ARGS((alist_T
*al
));
31 void alist_init
__ARGS((alist_T
*al
));
32 void alist_unlink
__ARGS((alist_T
*al
));
33 void alist_new
__ARGS((void
));
34 void alist_expand
__ARGS((int
*fnum_list
, int fnum_len
));
35 void alist_set
__ARGS((alist_T
*al
, int count
, char_u
**files
, int use_curbuf
, int
*fnum_list
, int fnum_len
));
36 void alist_add
__ARGS((alist_T
*al
, char_u
*fname
, int set_fnum
));
37 void alist_slash_adjust
__ARGS((void
));
38 void ex_splitview
__ARGS((exarg_T
*eap
));
39 void tabpage_new
__ARGS((void
));
40 void do_exedit
__ARGS((exarg_T
*eap
, win_T
*old_curwin
));
41 void free_cd_dir
__ARGS((void
));
42 void ex_cd
__ARGS((exarg_T
*eap
));
43 void do_sleep
__ARGS((long msec
));
44 int vim_mkdir_emsg
__ARGS((char_u
*name
, int prot
));
45 FILE
*open_exfile
__ARGS((char_u
*fname
, int forceit
, char
*mode
));
46 void update_topline_cursor
__ARGS((void
));
47 void exec_normal_cmd
__ARGS((char_u
*cmd
, int remap
, int silent
));
48 char_u
*eval_vars
__ARGS((char_u
*src
, char_u
*srcstart
, int
*usedlen
, linenr_T
*lnump
, char_u
**errormsg
, int
*escaped
));
49 char_u
*expand_sfile
__ARGS((char_u
*arg));
50 int put_eol
__ARGS((FILE
*fd
));
51 int put_line
__ARGS((FILE
*fd
, char
*s
));
52 void dialog_msg
__ARGS((char_u
*buff
, char
*format
, char_u
*fname
));