Searched refs:do_put (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | register.pro | 31 void do_put(int regname, char_u *expr_result, int dir, long count, int flags);
|
| /vim-8.2.3635/src/ |
| H A D | mouse.c | 433 do_put(regname, NULL, BACKWARD, 1L, in do_mouse() 853 do_put(regname, NULL, dir, count, fixindent | PUT_CURSEND); in do_mouse()
|
| H A D | register.c | 826 do_put(regname, NULL, BACKWARD, 1L, PUT_CURSEND); in insert_reg() 1529 do_put( in do_put() function
|
| H A D | edit.c | 3432 do_put(regname, NULL, BACKWARD, 1L, in ins_reg() 4826 do_put('~', NULL, BACKWARD, 1L, PUT_CURSEND); in ins_drop()
|
| H A D | normal.c | 7536 do_put(cap->oap->regname, NULL, dir, cap->count1, flags); in nv_put_opt() 7609 do_put('~', NULL, BACKWARD, 1L, PUT_CURSEND); in nv_drop()
|
| H A D | vim9execute.c | 4392 do_put(regname, expr, dir, 1L, PUT_LINE|PUT_CURSLINE); in exec_instructions()
|
| H A D | ex_docmd.c | 7781 do_put(eap->regname, NULL, eap->forceit ? BACKWARD : FORWARD, 1L, in ex_put()
|