Searched refs:findsent (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | textobject.c | 26 findsent(int dir, long count) in findsent() function 666 findsent(FORWARD, 1L); in findsent_forward() 865 findsent(FORWARD, 1L); // Find start of next sentence. in current_sent() 896 findsent(BACKWARD, 1L); in current_sent() 901 findsent(FORWARD, 1L); in current_sent() 911 findsent(BACKWARD, 1L); in current_sent() 941 findsent(BACKWARD, 1L); in current_sent() 969 findsent(BACKWARD, 1L); in current_sent()
|
| H A D | mark.c | 363 if (findsent(c == ')' ? FORWARD : BACKWARD, 1L)) in getmark_buf_fnum()
|
| H A D | normal.c | 4872 if (findsent(cap->arg, cap->count1) == FAIL) in nv_brace()
|
| /vim-8.2.3635/src/proto/ |
| H A D | textobject.pro | 2 int findsent(int dir, long count);
|