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

/macosx-10.10.1/vim-55/src/
H A Dsearch.c28 static void findsent_forward __ARGS((long count, int at_start_sent));
3188 findsent_forward(count, at_start_sent)
3190 int at_start_sent; /* cursor is at start of sentence */
3195 if (at_start_sent)
3197 if (count == 0 || at_start_sent)
3199 at_start_sent = !at_start_sent;
3401 int at_start_sent; local
3424 at_start_sent = TRUE;
3431 at_start_sent
[all...]

Completed in 57 milliseconds