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

/macosx-10.10.1/vim-55/src/proto/
H A Dnormal.pro4 void do_pending_operator __ARGS((cmdarg_T *cap, int old_col, int gui_yank));
/macosx-10.10.1/vim-55/src/
H A Dnormal.c1216 do_pending_operator(&ca, old_col, FALSE);
1393 do_pending_operator(cap, old_col, gui_yank) function
1419 * This could call do_pending_operator() recursively, but that's OK
3265 * do_pending_operator().
8448 * The actual work is done by do_pending_operator().
9307 do_pending_operator(cap, 0, FALSE);
H A Dops.c5704 do_pending_operator(&ca, 0, TRUE);

Completed in 128 milliseconds