Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1 | /* ex_cmds2.c */ |
| 2 | void do_debug __ARGS((char_u *cmd)); |
| 3 | void ex_debug __ARGS((exarg_T *eap)); |
| 4 | void dbg_check_breakpoint __ARGS((exarg_T *eap)); |
| 5 | int dbg_check_skipped __ARGS((exarg_T *eap)); |
| 6 | void ex_breakadd __ARGS((exarg_T *eap)); |
| 7 | void ex_debuggreedy __ARGS((exarg_T *eap)); |
| 8 | void ex_breakdel __ARGS((exarg_T *eap)); |
| 9 | void ex_breaklist __ARGS((exarg_T *eap)); |
| 10 | linenr_T dbg_find_breakpoint __ARGS((int file, char_u *fname, linenr_T after)); |
Bram Moolenaar | 05159a0 | 2005-02-26 23:04:13 +0000 | [diff] [blame] | 11 | int has_profiling __ARGS((int file, char_u *fname, int *fp)); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 12 | void dbg_breakpoint __ARGS((char_u *name, linenr_T lnum)); |
Bram Moolenaar | 05159a0 | 2005-02-26 23:04:13 +0000 | [diff] [blame] | 13 | void profile_zero __ARGS((proftime_T *tm)); |
| 14 | void profile_start __ARGS((proftime_T *tm)); |
| 15 | void profile_end __ARGS((proftime_T *tm)); |
| 16 | void profile_sub __ARGS((proftime_T *tm, proftime_T *tm2)); |
| 17 | void profile_add __ARGS((proftime_T *tm, proftime_T *tm2)); |
| 18 | void profile_get_wait __ARGS((proftime_T *tm)); |
| 19 | void profile_sub_wait __ARGS((proftime_T *tm, proftime_T *tma)); |
| 20 | int profile_equal __ARGS((proftime_T *tm1, proftime_T *tm2)); |
Bram Moolenaar | 7383034 | 2005-02-28 22:48:19 +0000 | [diff] [blame] | 21 | int profile_cmp __ARGS((proftime_T *tm1, proftime_T *tm2)); |
Bram Moolenaar | 05159a0 | 2005-02-26 23:04:13 +0000 | [diff] [blame] | 22 | char *profile_msg __ARGS((proftime_T *tm)); |
| 23 | void ex_profile __ARGS((exarg_T *eap)); |
| 24 | void profile_dump __ARGS((void)); |
| 25 | void script_prof_save __ARGS((proftime_T *tm)); |
| 26 | void script_prof_restore __ARGS((proftime_T *tm)); |
| 27 | void prof_inchar_enter __ARGS((void)); |
| 28 | void prof_inchar_exit __ARGS((void)); |
| 29 | int prof_def_func __ARGS((void)); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 30 | int autowrite __ARGS((buf_T *buf, int forceit)); |
| 31 | void autowrite_all __ARGS((void)); |
| 32 | int check_changed __ARGS((buf_T *buf, int checkaw, int mult_win, int forceit, int allbuf)); |
| 33 | void browse_save_fname __ARGS((buf_T *buf)); |
| 34 | void dialog_changed __ARGS((buf_T *buf, int checkall)); |
| 35 | int can_abandon __ARGS((buf_T *buf, int forceit)); |
| 36 | int check_changed_any __ARGS((int hidden)); |
| 37 | int check_fname __ARGS((void)); |
| 38 | int buf_write_all __ARGS((buf_T *buf, int forceit)); |
Bram Moolenaar | 86b6835 | 2004-12-27 21:59:20 +0000 | [diff] [blame] | 39 | int get_arglist __ARGS((garray_T *gap, char_u *str)); |
Bram Moolenaar | 13fcaaf | 2005-04-15 21:13:42 +0000 | [diff] [blame] | 40 | int get_arglist_exp __ARGS((char_u *str, int *fcountp, char_u ***fnamesp)); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 41 | void set_arglist __ARGS((char_u *str)); |
| 42 | void check_arg_idx __ARGS((win_T *win)); |
| 43 | void ex_args __ARGS((exarg_T *eap)); |
| 44 | void ex_previous __ARGS((exarg_T *eap)); |
| 45 | void ex_rewind __ARGS((exarg_T *eap)); |
| 46 | void ex_last __ARGS((exarg_T *eap)); |
| 47 | void ex_argument __ARGS((exarg_T *eap)); |
| 48 | void do_argfile __ARGS((exarg_T *eap, int argn)); |
| 49 | void ex_next __ARGS((exarg_T *eap)); |
| 50 | void ex_argedit __ARGS((exarg_T *eap)); |
| 51 | void ex_argadd __ARGS((exarg_T *eap)); |
| 52 | void ex_argdelete __ARGS((exarg_T *eap)); |
| 53 | void ex_listdo __ARGS((exarg_T *eap)); |
| 54 | void ex_compiler __ARGS((exarg_T *eap)); |
| 55 | void ex_runtime __ARGS((exarg_T *eap)); |
| 56 | int cmd_runtime __ARGS((char_u *name, int all)); |
Bram Moolenaar | 13fcaaf | 2005-04-15 21:13:42 +0000 | [diff] [blame] | 57 | int do_in_runtimepath __ARGS((char_u *name, int all, void (*callback)(char_u *fname, void *cookie), void *cookie)); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 58 | void ex_options __ARGS((exarg_T *eap)); |
| 59 | void ex_source __ARGS((exarg_T *eap)); |
| 60 | linenr_T *source_breakpoint __ARGS((void *cookie)); |
| 61 | int *source_dbg_tick __ARGS((void *cookie)); |
| 62 | int source_level __ARGS((void *cookie)); |
| 63 | int do_source __ARGS((char_u *fname, int check_other, int is_vimrc)); |
| 64 | void ex_scriptnames __ARGS((exarg_T *eap)); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 65 | void scriptnames_slash_adjust __ARGS((void)); |
| 66 | char_u *get_scriptname __ARGS((scid_T id)); |
| 67 | char *fgets_cr __ARGS((char *s, int n, FILE *stream)); |
| 68 | char_u *getsourceline __ARGS((int c, void *cookie, int indent)); |
Bram Moolenaar | 05159a0 | 2005-02-26 23:04:13 +0000 | [diff] [blame] | 69 | void script_line_start __ARGS((void)); |
| 70 | void script_line_exec __ARGS((void)); |
| 71 | void script_line_end __ARGS((void)); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 72 | void ex_scriptencoding __ARGS((exarg_T *eap)); |
| 73 | void ex_finish __ARGS((exarg_T *eap)); |
| 74 | void do_finish __ARGS((exarg_T *eap, int reanimate)); |
| 75 | int source_finished __ARGS((char_u *(*getline)(int, void *, int), void *cookie)); |
| 76 | void ex_checktime __ARGS((exarg_T *eap)); |
| 77 | int get_printer_page_num __ARGS((void)); |
| 78 | int prt_header_height __ARGS((void)); |
| 79 | int prt_use_number __ARGS((void)); |
| 80 | int prt_get_unit __ARGS((int idx)); |
| 81 | void ex_hardcopy __ARGS((exarg_T *eap)); |
| 82 | void mch_print_cleanup __ARGS((void)); |
| 83 | int mch_print_init __ARGS((prt_settings_T *psettings, char_u *jobname, int forceit)); |
| 84 | int mch_print_begin __ARGS((prt_settings_T *psettings)); |
| 85 | void mch_print_end __ARGS((prt_settings_T *psettings)); |
| 86 | int mch_print_end_page __ARGS((void)); |
| 87 | int mch_print_begin_page __ARGS((char_u *str)); |
| 88 | int mch_print_blank_page __ARGS((void)); |
| 89 | void mch_print_start_line __ARGS((int margin, int page_line)); |
| 90 | int mch_print_text_out __ARGS((char_u *p, int len)); |
| 91 | void mch_print_set_font __ARGS((int iBold, int iItalic, int iUnderline)); |
| 92 | void mch_print_set_bg __ARGS((long_u bgcol)); |
| 93 | void mch_print_set_fg __ARGS((long_u fgcol)); |
| 94 | char_u *get_mess_lang __ARGS((void)); |
| 95 | void set_lang_var __ARGS((void)); |
| 96 | void ex_language __ARGS((exarg_T *eap)); |
| 97 | char_u *get_lang_arg __ARGS((expand_T *xp, int idx)); |
| 98 | /* vim: set ft=c : */ |