Home
last modified time | relevance | path

Searched refs:ins_typebuf (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/
H A Dregister.c669 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 Dgetchar.c962 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 Dmap.c1566 (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 Dclientserver.c52 (void)ins_typebuf(str, REMAP_NONE, typebuf.tb_len, TRUE, FALSE); in server_to_input_buf()
H A Dmenu.c2395 ins_typebuf(menu->strings[idx], menu->noremap[idx], 0, in execute_menu()
H A Dmessage.c2862 ins_typebuf(current_menu->strings[idx] + 1, in do_more_prompt()
H A Dex_docmd.c7160 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 Dterm.c4524 ins_typebuf(string + slen, REMAP_YES, offset, FALSE, FALSE); in put_string_in_typebuf()
H A Dterminal.c2687 ins_typebuf(buf, REMAP_NONE, 0, TRUE, FALSE); in terminal_loop()
H A Dgui_w32.c2649 (void)ins_typebuf(key_name, REMAP_NONE, 0, TRUE, FALSE); in ex_simalt()
H A Devalfunc.c3847 ins_typebuf(keys_esc, (remap ? REMAP_YES : REMAP_NONE), in f_feedkeys()
/vim-8.2.3635/src/proto/
H A Dgetchar.pro26 int ins_typebuf(char_u *str, int noremap, int offset, int nottyped, int silent);
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt4522 - Executing a register, e.g. "10000@@" is slow, because ins_typebuf has to