| /vim-8.2.3635/src/ |
| H A D | register.c | 669 if (ins_typebuf((char_u *)"\n", remap, 0, TRUE, silent) == FAIL) in do_execreg() 691 retval = ins_typebuf(escaped, remap, 0, TRUE, silent); in do_execreg() 695 if (colon && ins_typebuf((char_u *)":", remap, 0, TRUE, silent) in do_execreg() 726 if (ins_typebuf(buf, REMAP_NONE, 0, TRUE, silent) == OK) in put_reedit_in_typebuf() 748 retval = ins_typebuf((char_u *)"\n", REMAP_NONE, 0, TRUE, silent); in put_in_typebuf() 760 retval = ins_typebuf(p, esc ? REMAP_NONE : REMAP_YES, in put_in_typebuf() 766 retval = ins_typebuf((char_u *)":", REMAP_NONE, 0, TRUE, silent); in put_in_typebuf()
|
| H A D | getchar.c | 962 ins_typebuf( in ins_typebuf() function 1132 (void)ins_typebuf(buf, KeyNoremap, 0, !KeyTyped, cmd_silent); in ins_char_typebuf() 2712 (void)ins_typebuf(K_SELECT_STRING, in handle_mapping() 2715 ins_typebuf(current_menu->strings[idx], in handle_mapping() 2783 (void)ins_typebuf(K_SELECT_STRING, REMAP_NONE, 0, TRUE, FALSE); in handle_mapping() 2851 i = ins_typebuf(map_str, noremap, in handle_mapping()
|
| H A D | map.c | 1566 (void)ins_typebuf(tb, 1, 0, TRUE, mp->m_silent); in check_abbr() 1577 (void)ins_typebuf(s, mp->m_noremap, 0, TRUE, mp->m_silent); in check_abbr() 1591 (void)ins_typebuf(tb, 1, 0, TRUE, mp->m_silent); in check_abbr()
|
| H A D | clientserver.c | 52 (void)ins_typebuf(str, REMAP_NONE, typebuf.tb_len, TRUE, FALSE); in server_to_input_buf()
|
| H A D | menu.c | 2395 ins_typebuf(menu->strings[idx], menu->noremap[idx], 0, in execute_menu()
|
| H A D | message.c | 2862 ins_typebuf(current_menu->strings[idx] + 1, in do_more_prompt()
|
| H A D | ex_docmd.c | 7160 ins_typebuf(ctrl_o, REMAP_NONE, 0, TRUE, FALSE); in ex_syncbind() 8551 ins_typebuf(cmd, remap, 0, TRUE, silent); in exec_normal_cmd()
|
| H A D | term.c | 4524 ins_typebuf(string + slen, REMAP_YES, offset, FALSE, FALSE); in put_string_in_typebuf()
|
| H A D | terminal.c | 2687 ins_typebuf(buf, REMAP_NONE, 0, TRUE, FALSE); in terminal_loop()
|
| H A D | gui_w32.c | 2649 (void)ins_typebuf(key_name, REMAP_NONE, 0, TRUE, FALSE); in ex_simalt()
|
| H A D | evalfunc.c | 3847 ins_typebuf(keys_esc, (remap ? REMAP_YES : REMAP_NONE), in f_feedkeys()
|
| /vim-8.2.3635/src/proto/ |
| H A D | getchar.pro | 26 int ins_typebuf(char_u *str, int noremap, int offset, int nottyped, int silent);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 4522 - Executing a register, e.g. "10000@@" is slow, because ins_typebuf has to
|