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

/macosx-10.10/vim-55/src/proto/
H A Dedit.pro31 int stuff_inserted __ARGS((int c, long count, int no_esc));
/macosx-10.10/vim-55/src/
H A Dops.c1379 retval = stuff_inserted(NUL, 1L, TRUE);
3273 (void)stuff_inserted((dir == FORWARD ? (count == -1 ? 'o' : 'a') :
H A Dedit.c1013 if (stuff_inserted(NUL, 1L, (c == Ctrl_A)) == FAIL
6959 stuff_inserted(c, count, no_esc) function

Completed in 307 milliseconds