Searched refs:fwd_word (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | textobject.pro | 5 int fwd_word(long count, int bigword, int eol);
|
| /vim-8.2.3635/src/ |
| H A D | textobject.c | 361 fwd_word( in fwd_word() function 729 fwd_word(1L, bigword, TRUE); in current_word() 787 if (fwd_word(1L, bigword, TRUE) == FAIL && count > 1) in current_word()
|
| H A D | edit.c | 4692 (void)fwd_word(1L, FALSE, 0); in ins_s_right()
|
| H A D | normal.c | 6777 n = fwd_word(cap->count1, cap->arg, cap->oap->op_type != OP_NOP); in nv_wordcmd()
|