| /vim-8.2.3635/src/proto/ |
| H A D | ops.pro | 6 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 D | textobject.pro | 9 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 D | normal.pro | 3 void normal_cmd(oparg_T *oap, int toplevel); 13 void clearop(oparg_T *oap); 14 void clearopbeep(oparg_T *oap);
|
| H A D | search.pro | 27 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 D | textformat.pro | 7 void op_format(oparg_T *oap, int keep_cursor); 8 void op_formatexpr(oparg_T *oap);
|
| H A D | register.pro | 26 void yank_do_autocmd(oparg_T *oap, yankreg_T *reg); 30 int op_yank(oparg_T *oap, int deleting, int mess);
|
| H A D | mouse.pro | 2 int do_mouse(oparg_T *oap, int c, int dir, long count, int fixindent);
|
| H A D | indent.pro | 24 void op_reindent(oparg_T *oap, int (*how)(void));
|
| /vim-8.2.3635/src/ |
| H A D | ops.c | 477 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 D | textobject.c | 681 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 D | normal.c | 485 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 D | textformat.c | 804 oparg_T *oap, in op_format() 876 op_formatexpr(oparg_T *oap) in op_formatexpr()
|
| H A D | main.c | 1028 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 D | structs.h | 3833 } oparg_T; typedef 3840 oparg_T *oap; // Operator arguments
|
| H A D | register.c | 992 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 D | search.c | 1210 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 D | mark.c | 342 oparg_T oa; in getmark_buf_fnum()
|
| H A D | indent.c | 1023 op_reindent(oparg_T *oap, int (*how)(void)) in op_reindent()
|
| H A D | clipboard.c | 2018 oparg_T oa; in clip_get_selection()
|
| H A D | mouse.c | 201 oparg_T *oap, // operator argument, can be NULL in do_mouse()
|
| H A D | getchar.c | 1490 oparg_T oa; in openscript()
|
| H A D | ex_docmd.c | 7718 oparg_T oa; in ex_operators() 8562 oparg_T oa; in exec_normal()
|
| H A D | os_unix.c | 4470 oparg_T oa; // operator arguments in mch_call_shell_terminal()
|
| H A D | os_win32.c | 4683 oparg_T oa; // operator arguments in mch_call_shell_terminal()
|
| H A D | gui_w32.c | 4340 oparg_T oa; in _OnMouseWheel()
|