comparison src/proto/ex_cmds2.pro @ 162:7e6c3b196717

updated for version 7.0049
author vimboss
date Mon, 07 Feb 2005 22:03:36 +0000
parents f529edb9bab3
children 8c60f65311fa
comparison
equal deleted inserted replaced
161:6df0106fc595 162:7e6c3b196717
41 linenr_T *source_breakpoint __ARGS((void *cookie)); 41 linenr_T *source_breakpoint __ARGS((void *cookie));
42 int *source_dbg_tick __ARGS((void *cookie)); 42 int *source_dbg_tick __ARGS((void *cookie));
43 int source_level __ARGS((void *cookie)); 43 int source_level __ARGS((void *cookie));
44 int do_source __ARGS((char_u *fname, int check_other, int is_vimrc)); 44 int do_source __ARGS((char_u *fname, int check_other, int is_vimrc));
45 void ex_scriptnames __ARGS((exarg_T *eap)); 45 void ex_scriptnames __ARGS((exarg_T *eap));
46 int has_scriptname __ARGS((char_u *name));
46 void scriptnames_slash_adjust __ARGS((void)); 47 void scriptnames_slash_adjust __ARGS((void));
47 char_u *get_scriptname __ARGS((scid_T id)); 48 char_u *get_scriptname __ARGS((scid_T id));
48 char *fgets_cr __ARGS((char *s, int n, FILE *stream)); 49 char *fgets_cr __ARGS((char *s, int n, FILE *stream));
49 char_u *getsourceline __ARGS((int c, void *cookie, int indent)); 50 char_u *getsourceline __ARGS((int c, void *cookie, int indent));
50 void ex_scriptencoding __ARGS((exarg_T *eap)); 51 void ex_scriptencoding __ARGS((exarg_T *eap));