| /vim-8.2.3635/src/proto/ |
| H A D | quickfix.pro | 8 void qf_list(exarg_T *eap); 9 void qf_age(exarg_T *eap); 10 void qf_history(exarg_T *eap); 13 void ex_cwindow(exarg_T *eap); 14 void ex_cclose(exarg_T *eap); 15 void ex_copen(exarg_T *eap); 16 void ex_cbottom(exarg_T *eap); 20 void ex_make(exarg_T *eap); 25 void ex_cc(exarg_T *eap); 26 void ex_cnext(exarg_T *eap); [all …]
|
| H A D | ex_cmds.pro | 2 void do_ascii(exarg_T *eap); 3 void ex_align(exarg_T *eap); 4 void ex_sort(exarg_T *eap); 12 void do_fixdel(exarg_T *eap); 16 void ex_file(exarg_T *eap); 17 void ex_update(exarg_T *eap); 18 void ex_write(exarg_T *eap); 19 int do_write(exarg_T *eap); 21 void ex_wnext(exarg_T *eap); 22 void do_wqall(exarg_T *eap); [all …]
|
| H A D | ex_eval.pro | 16 void ex_eval(exarg_T *eap); 17 void ex_if(exarg_T *eap); 18 void ex_endif(exarg_T *eap); 19 void ex_else(exarg_T *eap); 20 void ex_while(exarg_T *eap); 22 void ex_break(exarg_T *eap); 24 void ex_block(exarg_T *eap); 27 void ex_throw(exarg_T *eap); 29 void ex_try(exarg_T *eap); 30 void ex_catch(exarg_T *eap); [all …]
|
| H A D | arglist.pro | 14 void ex_args(exarg_T *eap); 15 void ex_previous(exarg_T *eap); 16 void ex_rewind(exarg_T *eap); 17 void ex_last(exarg_T *eap); 18 void ex_argument(exarg_T *eap); 19 void do_argfile(exarg_T *eap, int argn); 20 void ex_next(exarg_T *eap); 21 void ex_argedit(exarg_T *eap); 22 void ex_argadd(exarg_T *eap); 23 void ex_argdelete(exarg_T *eap); [all …]
|
| H A D | ex_docmd.pro | 26 void ex_ni(exarg_T *eap); 28 void separate_nextcmd(exarg_T *eap); 30 int get_bad_opt(char_u *p, exarg_T *eap); 35 void set_nextcmd(exarg_T *eap, char_u *arg); 39 void ex_quit(exarg_T *eap); 44 void ex_splitview(exarg_T *eap); 46 void do_exedit(exarg_T *eap, win_T *old_curwin); 50 void ex_cd(exarg_T *eap); 52 void ex_may_print(exarg_T *eap); 53 void ex_redraw(exarg_T *eap); [all …]
|
| H A D | scriptfile.pro | 8 void ex_runtime(exarg_T *eap); 15 void ex_packloadall(exarg_T *eap); 16 void ex_packadd(exarg_T *eap); 20 void ex_source(exarg_T *eap); 21 void ex_options(exarg_T *eap); 27 void ex_scriptnames(exarg_T *eap); 34 void ex_scriptencoding(exarg_T *eap); 35 void ex_scriptversion(exarg_T *eap); 36 void ex_finish(exarg_T *eap); 37 void do_finish(exarg_T *eap, int reanimate);
|
| H A D | debugger.pro | 4 void ex_debug(exarg_T *eap); 5 void dbg_check_breakpoint(exarg_T *eap); 6 int dbg_check_skipped(exarg_T *eap); 7 void ex_breakadd(exarg_T *eap); 8 void ex_debuggreedy(exarg_T *eap); 10 void ex_breakdel(exarg_T *eap); 11 void ex_breaklist(exarg_T *eap);
|
| H A D | eval.pro | 6 void fill_evalarg_from_eap(evalarg_T *evalarg, exarg_T *eap, int skip); 7 int eval_to_bool(char_u *arg, int *error, exarg_T *eap, int skip); 11 char_u *eval_to_string_skip(char_u *arg, exarg_T *eap, int skip); 15 char_u *eval_to_string_eap(char_u *arg, int convert, exarg_T *eap); 19 typval_T *eval_expr(char_u *arg, exarg_T *eap); 30 void *eval_for_line(char_u *arg, int *errp, exarg_T *eap, evalarg_T *evalarg); 38 void clear_evalarg(evalarg_T *evalarg, exarg_T *eap); 39 int eval0(char_u *arg, typval_T *rettv, exarg_T *eap, evalarg_T *evalarg); 72 void ex_echo(exarg_T *eap); 73 void ex_echohl(exarg_T *eap); [all …]
|
| H A D | ex_cmds2.pro | 11 void ex_listdo(exarg_T *eap); 12 void ex_compiler(exarg_T *eap); 14 void ex_pyxfile(exarg_T *eap); 15 void ex_pyx(exarg_T *eap); 16 void ex_pyxdo(exarg_T *eap); 17 void ex_checktime(exarg_T *eap);
|
| H A D | vim9script.pro | 5 void ex_vim9script(exarg_T *eap); 6 int not_in_vim9(exarg_T *eap); 9 void ex_incdec(exarg_T *eap); 10 void ex_export(exarg_T *eap); 13 void ex_import(exarg_T *eap); 15 char_u *vim9_declare_scriptvar(exarg_T *eap, char_u *arg);
|
| H A D | usercmd.pro | 2 char_u *find_ucmd(exarg_T *eap, char_u *p, int *full, expand_T *xp, int *complp); 14 char_u *may_get_cmd_block(exarg_T *eap, char_u *p, char_u **tofree, int *flags); 15 void ex_command(exarg_T *eap); 16 void ex_comclear(exarg_T *eap); 18 void ex_delcommand(exarg_T *eap); 21 void do_ucmd(exarg_T *eap);
|
| H A D | diff.pro | 9 void ex_diffupdate(exarg_T *eap); 10 void ex_diffpatch(exarg_T *eap); 11 void ex_diffsplit(exarg_T *eap); 12 void ex_diffthis(exarg_T *eap); 14 void ex_diffoff(exarg_T *eap); 26 void ex_diffgetput(exarg_T *eap);
|
| H A D | help.pro | 2 void ex_help(exarg_T *eap); 3 void ex_helpclose(exarg_T *eap); 10 void ex_exusage(exarg_T *eap); 11 void ex_viusage(exarg_T *eap); 12 void ex_helptags(exarg_T *eap);
|
| H A D | userfunc.pro | 37 ufunc_T *define_function(exarg_T *eap, char_u *name_arg); 38 void ex_function(exarg_T *eap); 39 void ex_defcompile(exarg_T *eap); 46 void ex_delfunction(exarg_T *eap); 51 void ex_return(exarg_T *eap); 52 void ex_call(exarg_T *eap); 53 int do_return(exarg_T *eap, int reanimate, int is_cmd, void *rettv);
|
| H A D | mark.pro | 16 void ex_marks(exarg_T *eap); 17 void ex_delmarks(exarg_T *eap); 18 void ex_jumps(exarg_T *eap); 19 void ex_clearjumps(exarg_T *eap); 20 void ex_changes(exarg_T *eap);
|
| H A D | evalvars.pro | 16 list_T *heredoc_get(exarg_T *eap, char_u *cmd, int script_get); 17 void ex_var(exarg_T *eap); 18 void ex_let(exarg_T *eap); 23 void ex_unlet(exarg_T *eap); 24 void ex_lockvar(exarg_T *eap); 25 void ex_unletlock(exarg_T *eap, char_u *argstart, int deep, int glv_flags, int (*callback)(lval_T *… 58 char_u *set_cmdarg(exarg_T *eap, char_u *oldarg);
|
| H A D | map.pro | 28 void ex_abbreviate(exarg_T *eap); 29 void ex_map(exarg_T *eap); 30 void ex_unmap(exarg_T *eap); 31 void ex_mapclear(exarg_T *eap); 32 void ex_abclear(exarg_T *eap);
|
| H A D | menu.pro | 3 void ex_menu(exarg_T *eap); 21 void execute_menu(exarg_T *eap, vimmenu_T *menu, int mode_idx); 22 void ex_emenu(exarg_T *eap); 25 void ex_menutranslate(exarg_T *eap);
|
| H A D | if_tcl.pro | 5 void ex_tcl(exarg_T *eap); 6 void ex_tclfile(exarg_T *eap); 7 void ex_tcldo(exarg_T *eap);
|
| H A D | if_ruby.pro | 4 void ex_ruby(exarg_T *eap); 5 void ex_rubydo(exarg_T *eap); 6 void ex_rubyfile(exarg_T *eap);
|
| H A D | if_lua.pro | 4 void ex_lua(exarg_T *eap); 5 void ex_luado(exarg_T *eap); 6 void ex_luafile(exarg_T *eap);
|
| /vim-8.2.3635/src/ |
| H A D | ex_docmd.c | 2781 exarg_T *eap, in parse_command_modifiers() 3419 exarg_T *eap, in find_ex_command() 3838 exarg_T ea; in cmd_exists() 3874 exarg_T ea; in f_fullcommand() 4501 ex_ni(exarg_T *eap) in ex_ni() 4741 exarg_T *eap, in expand_filename() 4963 exarg_T *eap, in repl_cmdline() 6302 exarg_T ea; in handle_drop_internal() 6602 exarg_T ea; in tabpage_new() 6869 exarg_T *eap, in do_exedit() [all …]
|
| H A D | ex_eval.c | 915 ex_eval(exarg_T *eap) in ex_eval() 999 ex_if(exarg_T *eap) in ex_if() 1037 ex_endif(exarg_T *eap) in ex_endif() 1071 ex_else(exarg_T *eap) in ex_else() 1162 ex_while(exarg_T *eap) in ex_while() 1337 ex_break(exarg_T *eap) in ex_break() 1449 ex_block(exarg_T *eap) in ex_block() 1493 ex_throw(exarg_T *eap) in ex_throw() 1604 ex_try(exarg_T *eap) in ex_try() 1676 ex_catch(exarg_T *eap) in ex_catch() [all …]
|
| H A D | if_cscope.c | 23 static int cs_add(exarg_T *eap); 196 exarg_T *eap, in do_cscope_general() 229 ex_cscope(exarg_T *eap) in ex_cscope() 238 ex_scscope(exarg_T *eap) in ex_scscope() 247 ex_cstag(exarg_T *eap) in ex_cstag() 447 cs_add(exarg_T *eap UNUSED) in cs_add() 1010 cs_find(exarg_T *eap) in cs_find() 1239 cs_help(exarg_T *eap UNUSED) in cs_help() 1440 cs_lookup_cmd(exarg_T *eap) in cs_lookup_cmd() 1469 cs_kill(exarg_T *eap UNUSED) in cs_kill() [all …]
|
| H A D | ex_cmds2.c | 161 exarg_T ea; in dialog_changed() 448 ex_listdo(exarg_T *eap) in ex_listdo() 722 ex_compiler(exarg_T *eap) in ex_compiler() 873 source_pyx_file(exarg_T *eap, char_u *fname) in source_pyx_file() 875 exarg_T ex; in source_pyx_file() 934 ex_pyxfile(exarg_T *eap) in ex_pyxfile() 943 ex_pyx(exarg_T *eap) in ex_pyx() 962 ex_pyxdo(exarg_T *eap) in ex_pyxdo() 983 ex_checktime(exarg_T *eap) in ex_checktime()
|