Home
last modified time | relevance | path

Searched refs:findsent (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dtextobject.c26 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 Dmark.c363 if (findsent(c == ')' ? FORWARD : BACKWARD, 1L)) in getmark_buf_fnum()
H A Dnormal.c4872 if (findsent(cap->arg, cap->count1) == FAIL) in nv_brace()
/vim-8.2.3635/src/proto/
H A Dtextobject.pro2 int findsent(int dir, long count);