Home
last modified time | relevance | path

Searched refs:stuff_inserted (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dedit.pro24 int stuff_inserted(int c, long count, int no_esc);
/vim-8.2.3635/src/
H A Dregister.c803 retval = stuff_inserted(NUL, 1L, TRUE); in insert_reg()
1586 (void)stuff_inserted((dir == FORWARD ? (count == -1 ? 'o' : 'a') : in do_put()
H A Dedit.c903 if (stuff_inserted(NUL, 1L, (c == Ctrl_A)) == FAIL in edit()
2868 stuff_inserted( in stuff_inserted() function