Home
last modified time | relevance | path

Searched refs:oparg_T (Results 1 – 25 of 25) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dops.pro6 void op_shift(oparg_T *oap, int curs_top, int amount);
8 int op_delete(oparg_T *oap);
9 int op_replace(oparg_T *oap, int c);
11 void op_insert(oparg_T *oap, long count1);
12 int op_change(oparg_T *oap);
16 void block_prep(oparg_T *oap, struct block_def *bdp, linenr_T lnum, int is_del);
17 void op_addsub(oparg_T *oap, linenr_T Prenum1, int g_cmd);
18 void clear_oparg(oparg_T *oap);
H A Dtextobject.pro9 int current_word(oparg_T *oap, long count, int include, int bigword);
10 int current_sent(oparg_T *oap, long count, int include);
11 int current_block(oparg_T *oap, long count, int include, int what, int other);
12 int current_tagblock(oparg_T *oap, long count_arg, int include);
13 int current_par(oparg_T *oap, long count, int include, int type);
14 int current_quote(oparg_T *oap, long count, int include, int quotechar);
H A Dnormal.pro3 void normal_cmd(oparg_T *oap, int toplevel);
13 void clearop(oparg_T *oap);
14 void clearopbeep(oparg_T *oap);
H A Dsearch.pro27 int do_search(oparg_T *oap, int dirc, int search_delim, char_u *pat, long count, int options, searc…
30 pos_T *findmatch(oparg_T *oap, int initc);
31 pos_T *findmatchlimit(oparg_T *oap, int initc, int flags, int maxtravel);
H A Dtextformat.pro7 void op_format(oparg_T *oap, int keep_cursor);
8 void op_formatexpr(oparg_T *oap);
H A Dregister.pro26 void yank_do_autocmd(oparg_T *oap, yankreg_T *reg);
30 int op_yank(oparg_T *oap, int deleting, int mess);
H A Dmouse.pro2 int do_mouse(oparg_T *oap, int c, int dir, long count, int fixindent);
H A Dindent.pro24 void op_reindent(oparg_T *oap, int (*how)(void));
/vim-8.2.3635/src/
H A Dops.c477 oparg_T *oap, in block_insert()
607 op_delete(oparg_T *oap) in op_delete()
974 mb_adjust_opend(oparg_T *oap) in mb_adjust_opend()
1243 op_tilde(oparg_T *oap) in op_tilde()
1687 op_change(oparg_T *oap) in op_change()
2188 oparg_T *oap, in block_prep()
2333 oparg_T *oap, in op_addsub()
2919 clear_oparg(oparg_T *oap) in clear_oparg()
3005 oparg_T oparg; in cursor_pos_info()
3254 op_colon(oparg_T *oap) in op_colon()
[all …]
H A Dtextobject.c681 oparg_T *oap, in current_word()
854 current_sent(oparg_T *oap, long count, int include) in current_sent()
1034 oparg_T *oap, in current_block()
1267 oparg_T *oap, in current_tagblock()
1474 oparg_T *oap, in current_par()
1716 oparg_T *oap, in current_quote()
H A Dnormal.c485 oparg_T *oap, in normal_cmd()
1340 oparg_T oa; in call_yank_do_autocmd()
1727 checkclearop(oparg_T *oap) in checkclearop()
1741 checkclearopq(oparg_T *oap) in checkclearopq()
1750 clearop(oparg_T *oap) in clearop()
1760 clearopbeep(oparg_T *oap) in clearopbeep()
2299 oparg_T *oap, in nv_gd()
3575 oparg_T oa; in do_nv_ident()
4345 oparg_T *oap = cap->oap; in nv_search()
5857 oparg_T *oap = cap->oap; in nv_g_cmd()
[all …]
H A Dtextformat.c804 oparg_T *oap, in op_format()
876 op_formatexpr(oparg_T *oap) in op_formatexpr()
H A Dmain.c1028 static oparg_T *current_oap = NULL;
1154 oparg_T oa; // operator arguments in main_loop()
1155 oparg_T *prev_oap; // operator arguments in main_loop()
H A Dstructs.h3833 } oparg_T; typedef
3840 oparg_T *oap; // Operator arguments
H A Dregister.c992 yank_do_autocmd(oparg_T *oap, yankreg_T *reg) in yank_do_autocmd()
1130 op_yank(oparg_T *oap, int deleting, int mess) in op_yank()
H A Dsearch.c1210 oparg_T *oap, // can be NULL in do_search()
1887 findmatch(oparg_T *oap, int initc) in findmatch()
2075 oparg_T *oap, in findmatchlimit()
H A Dmark.c342 oparg_T oa; in getmark_buf_fnum()
H A Dindent.c1023 op_reindent(oparg_T *oap, int (*how)(void)) in op_reindent()
H A Dclipboard.c2018 oparg_T oa; in clip_get_selection()
H A Dmouse.c201 oparg_T *oap, // operator argument, can be NULL in do_mouse()
H A Dgetchar.c1490 oparg_T oa; in openscript()
H A Dex_docmd.c7718 oparg_T oa; in ex_operators()
8562 oparg_T oa; in exec_normal()
H A Dos_unix.c4470 oparg_T oa; // operator arguments in mch_call_shell_terminal()
H A Dos_win32.c4683 oparg_T oa; // operator arguments in mch_call_shell_terminal()
H A Dgui_w32.c4340 oparg_T oa; in _OnMouseWheel()