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

/macosx-10.10.1/vim-55/src/proto/
H A Dsearch.pro27 int end_word __ARGS((long count, int bigword, int stop, int empty));
/macosx-10.10.1/vim-55/src/
H A Dsearch.c3000 * end_word() - move to the end of the word
3015 end_word(count, bigword, stop, empty) function
3247 if (end_word(1L, bigword, TRUE, TRUE) == FAIL)
3333 if (end_word(1L, bigword, TRUE, TRUE) == FAIL)
H A Dnormal.c8644 n = end_word(cap->count1, cap->arg, flag, FALSE);

Completed in 303 milliseconds