Lines Matching refs:exarg_T

35 static void	ex_autocmd(exarg_T *eap);
36 static void ex_doautocmd(exarg_T *eap);
37 static void ex_bunload(exarg_T *eap);
38 static void ex_buffer(exarg_T *eap);
39 static void ex_bmodified(exarg_T *eap);
40 static void ex_bnext(exarg_T *eap);
41 static void ex_bprevious(exarg_T *eap);
42 static void ex_brewind(exarg_T *eap);
43 static void ex_blast(exarg_T *eap);
45 static int getargopt(exarg_T *eap);
69 static linenr_T default_address(exarg_T *eap);
70 static linenr_T get_address(exarg_T *, char_u **, cmd_addr_T addr_type, int skip, int silent, int t…
71 static void address_default_all(exarg_T *eap);
72 static void get_flags(exarg_T *eap);
80 static void ex_script_ni(exarg_T *eap);
82 static char *invalid_range(exarg_T *eap);
83 static void correct_range(exarg_T *eap);
85 static char_u *replace_makeprg(exarg_T *eap, char_u *p, char_u **cmdlinep);
87 static char_u *repl_cmdline(exarg_T *eap, char_u *src, int srclen, char_u *repl, char_u **cmdlinep);
88 static void ex_highlight(exarg_T *eap);
89 static void ex_colorscheme(exarg_T *eap);
90 static void ex_cquit(exarg_T *eap);
91 static void ex_quit_all(exarg_T *eap);
92 static void ex_close(exarg_T *eap);
94 static void ex_only(exarg_T *eap);
95 static void ex_resize(exarg_T *eap);
96 static void ex_stag(exarg_T *eap);
97 static void ex_tabclose(exarg_T *eap);
98 static void ex_tabonly(exarg_T *eap);
99 static void ex_tabnext(exarg_T *eap);
100 static void ex_tabmove(exarg_T *eap);
101 static void ex_tabs(exarg_T *eap);
103 static void ex_pclose(exarg_T *eap);
104 static void ex_ptag(exarg_T *eap);
105 static void ex_pedit(exarg_T *eap);
111 static void ex_hide(exarg_T *eap);
112 static void ex_stop(exarg_T *eap);
113 static void ex_exit(exarg_T *eap);
114 static void ex_print(exarg_T *eap);
116 static void ex_goto(exarg_T *eap);
120 static void ex_shell(exarg_T *eap);
121 static void ex_preserve(exarg_T *eap);
122 static void ex_recover(exarg_T *eap);
123 static void ex_mode(exarg_T *eap);
124 static void ex_wrongmodifier(exarg_T *eap);
125 static void ex_find(exarg_T *eap);
126 static void ex_open(exarg_T *eap);
127 static void ex_edit(exarg_T *eap);
130 static void ex_nogui(exarg_T *eap);
133 static void ex_tearoff(exarg_T *eap);
139 static void ex_popup(exarg_T *eap);
217 static void ex_swapname(exarg_T *eap);
218 static void ex_syncbind(exarg_T *eap);
219 static void ex_read(exarg_T *eap);
220 static void ex_pwd(exarg_T *eap);
221 static void ex_equal(exarg_T *eap);
222 static void ex_sleep(exarg_T *eap);
223 static void ex_winsize(exarg_T *eap);
224 static void ex_wincmd(exarg_T *eap);
226 static void ex_winpos(exarg_T *eap);
230 static void ex_operators(exarg_T *eap);
231 static void ex_put(exarg_T *eap);
232 static void ex_copymove(exarg_T *eap);
233 static void ex_submagic(exarg_T *eap);
234 static void ex_join(exarg_T *eap);
235 static void ex_at(exarg_T *eap);
236 static void ex_bang(exarg_T *eap);
237 static void ex_undo(exarg_T *eap);
239 static void ex_wundo(exarg_T *eap);
240 static void ex_rundo(exarg_T *eap);
242 static void ex_redo(exarg_T *eap);
243 static void ex_later(exarg_T *eap);
244 static void ex_redir(exarg_T *eap);
245 static void ex_redrawstatus(exarg_T *eap);
246 static void ex_redrawtabline(exarg_T *eap);
248 static void ex_mark(exarg_T *eap);
249 static void ex_startinsert(exarg_T *eap);
250 static void ex_stopinsert(exarg_T *eap);
252 static void ex_checkpath(exarg_T *eap);
253 static void ex_findpat(exarg_T *eap);
259 static void ex_psearch(exarg_T *eap);
263 static void ex_tag(exarg_T *eap);
264 static void ex_tag_cmd(exarg_T *eap, char_u *name);
318 static void ex_behave(exarg_T *eap);
319 static void ex_filetype(exarg_T *eap);
320 static void ex_setfiletype(exarg_T *eap);
329 static void ex_digraphs(exarg_T *eap);
331 static void ex_nohlsearch(exarg_T *eap);
337 static void ex_X(exarg_T *eap);
342 static void ex_fold(exarg_T *eap);
343 static void ex_foldopen(exarg_T *eap);
344 static void ex_folddo(exarg_T *eap);
1747 exarg_T ea; // Ex command arguments in do_one_cmd()
2781 exarg_T *eap, in parse_command_modifiers()
3210 parse_cmd_address(exarg_T *eap, char **errormsg, int silent) in parse_cmd_address()
3419 exarg_T *eap, in find_ex_command()
3838 exarg_T ea; in cmd_exists()
3874 exarg_T ea; in f_fullcommand()
4003 default_address(exarg_T *eap) in default_address()
4065 exarg_T *eap UNUSED, in get_address()
4422 address_default_all(exarg_T *eap) in address_default_all()
4483 get_flags(exarg_T *eap) in get_flags()
4501 ex_ni(exarg_T *eap) in ex_ni()
4514 ex_script_ni(exarg_T *eap) in ex_script_ni()
4528 invalid_range(exarg_T *eap) in invalid_range()
4619 correct_range(exarg_T *eap) in correct_range()
4636 skip_grep_pat(exarg_T *eap) in skip_grep_pat()
4657 replace_makeprg(exarg_T *eap, char_u *p, char_u **cmdlinep) in replace_makeprg()
4741 exarg_T *eap, in expand_filename()
4963 exarg_T *eap, in repl_cmdline()
5019 separate_nextcmd(exarg_T *eap) in separate_nextcmd()
5147 get_bad_opt(char_u *p, exarg_T *eap) in get_bad_opt()
5165 getargopt(exarg_T *eap) in getargopt()
5253 ex_autocmd(exarg_T *eap) in ex_autocmd()
5275 ex_doautocmd(exarg_T *eap) in ex_doautocmd()
5293 ex_bunload(exarg_T *eap) in ex_bunload()
5309 ex_buffer(exarg_T *eap) in ex_buffer()
5331 ex_bmodified(exarg_T *eap) in ex_bmodified()
5343 ex_bnext(exarg_T *eap) in ex_bnext()
5360 ex_bprevious(exarg_T *eap) in ex_bprevious()
5377 ex_brewind(exarg_T *eap) in ex_brewind()
5392 ex_blast(exarg_T *eap) in ex_blast()
5476 set_nextcmd(exarg_T *eap, char_u *arg) in set_nextcmd()
5542 ex_colorscheme(exarg_T *eap) in ex_colorscheme()
5582 ex_highlight(exarg_T *eap) in ex_highlight()
5634 ex_quit(exarg_T *eap) in ex_quit()
5711 ex_cquit(exarg_T *eap UNUSED) in ex_cquit()
5721 ex_quit_all(exarg_T *eap) in ex_quit_all()
5754 ex_close(exarg_T *eap) in ex_close()
5787 ex_pclose(exarg_T *eap) in ex_pclose()
5864 get_tabpage_arg(exarg_T *eap) in get_tabpage_arg()
5973 ex_tabclose(exarg_T *eap) in ex_tabclose()
6011 ex_tabonly(exarg_T *eap) in ex_tabonly()
6105 ex_only(exarg_T *eap) in ex_only()
6128 ex_hide(exarg_T *eap UNUSED) in ex_hide()
6160 ex_stop(exarg_T *eap) in ex_stop()
6195 ex_exit(exarg_T *eap) in ex_exit()
6248 ex_print(exarg_T *eap) in ex_print()
6275 ex_goto(exarg_T *eap) in ex_goto()
6285 ex_shell(exarg_T *eap UNUSED) in ex_shell()
6302 exarg_T ea; in handle_drop_internal()
6431 ex_preserve(exarg_T *eap UNUSED) in ex_preserve()
6441 ex_recover(exarg_T *eap) in ex_recover()
6460 ex_wrongmodifier(exarg_T *eap) in ex_wrongmodifier()
6479 ex_splitview(exarg_T *eap) in ex_splitview()
6602 exarg_T ea; in tabpage_new()
6615 ex_tabnext(exarg_T *eap) in ex_tabnext()
6674 ex_tabmove(exarg_T *eap) in ex_tabmove()
6687 ex_tabs(exarg_T *eap UNUSED) in ex_tabs()
6731 ex_mode(exarg_T *eap) in ex_mode()
6744 ex_resize(exarg_T *eap) in ex_resize()
6782 ex_find(exarg_T *eap) in ex_find()
6818 ex_open(exarg_T *eap) in ex_open()
6859 ex_edit(exarg_T *eap) in ex_edit()
6869 exarg_T *eap, in do_exedit()
7047 ex_nogui(exarg_T *eap) in ex_nogui()
7055 ex_tearoff(exarg_T *eap) in ex_tearoff()
7064 ex_popup(exarg_T *eap) in ex_popup()
7080 ex_swapname(exarg_T *eap UNUSED) in ex_swapname()
7094 ex_syncbind(exarg_T *eap UNUSED) in ex_syncbind()
7167 ex_read(exarg_T *eap) in ex_read()
7414 ex_cd(exarg_T *eap) in ex_cd()
7446 ex_pwd(exarg_T *eap UNUSED) in ex_pwd()
7476 ex_equal(exarg_T *eap) in ex_equal()
7483 ex_sleep(exarg_T *eap) in ex_sleep()
7586 ex_winsize(exarg_T *eap) in ex_winsize()
7608 ex_wincmd(exarg_T *eap) in ex_wincmd()
7652 ex_winpos(exarg_T *eap) in ex_winpos()
7716 ex_operators(exarg_T *eap) in ex_operators()
7771 ex_put(exarg_T *eap) in ex_put()
7789 ex_copymove(exarg_T *eap) in ex_copymove()
7830 ex_may_print(exarg_T *eap) in ex_may_print()
7844 ex_submagic(exarg_T *eap) in ex_submagic()
7858 ex_join(exarg_T *eap) in ex_join()
7881 ex_at(exarg_T *eap) in ex_at()
7925 ex_bang(exarg_T *eap) in ex_bang()
7934 ex_undo(exarg_T *eap) in ex_undo()
7944 ex_wundo(exarg_T *eap) in ex_wundo()
7953 ex_rundo(exarg_T *eap) in ex_rundo()
7966 ex_redo(exarg_T *eap UNUSED) in ex_redo()
7975 ex_later(exarg_T *eap) in ex_later()
8008 ex_redir(exarg_T *eap) in ex_redir()
8138 ex_redraw(exarg_T *eap) in ex_redraw()
8175 ex_redrawstatus(exarg_T *eap UNUSED) in ex_redrawstatus()
8196 ex_redrawtabline(exarg_T *eap UNUSED) in ex_redrawtabline()
8278 ex_mark(exarg_T *eap) in ex_mark()
8373 ex_normal(exarg_T *eap) in ex_normal()
8494 ex_startinsert(exarg_T *eap) in ex_startinsert()
8536 ex_stopinsert(exarg_T *eap UNUSED) in ex_stopinsert()
8595 ex_checkpath(exarg_T *eap) in ex_checkpath()
8607 ex_psearch(exarg_T *eap) in ex_psearch()
8616 ex_findpat(exarg_T *eap) in ex_findpat()
8679 ex_ptag(exarg_T *eap) in ex_ptag()
8689 ex_pedit(exarg_T *eap) in ex_pedit()
8725 ex_stag(exarg_T *eap) in ex_stag()
8739 ex_tag(exarg_T *eap) in ex_tag()
8745 ex_tag_cmd(exarg_T *eap, char_u *name) in ex_tag_cmd()
9265 ex_behave(exarg_T *eap) in ex_behave()
9300 ex_filetype(exarg_T *eap) in ex_filetype()
9385 ex_setfiletype(exarg_T *eap) in ex_setfiletype()
9401 ex_digraphs(exarg_T *eap UNUSED) in ex_digraphs()
9427 ex_nohlsearch(exarg_T *eap UNUSED) in ex_nohlsearch()
9439 ex_X(exarg_T *eap UNUSED) in ex_X()
9448 ex_fold(exarg_T *eap) in ex_fold()
9455 ex_foldopen(exarg_T *eap) in ex_foldopen()
9462 ex_folddo(exarg_T *eap) in ex_folddo()