Searched refs:bck_word (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/vim-55/src/proto/
H A Dsearch.pro26 int bck_word __ARGS((long count, int bigword, int stop));
/macosx-10.10.1/vim-55/src/
H A Dsearch.c2940 * bck_word() - move backward 'count' words
2947 bck_word(count, bigword, stop) function
3301 if (bck_word(1L, bigword, TRUE) == FAIL)
H A Dnormal.c8568 if (bck_word(cap->count1, cap->arg, FALSE) == FAIL)
H A Dedit.c9085 (void)bck_word(1L, FALSE, FALSE);

Completed in 131 milliseconds