Lines Matching refs:decl
41 func = decl; in findsent()
72 decl(&pos); in findsent()
80 if (decl(&tpos) == -1 || (LINEEMPTY(tpos.lnum) && dir == FORWARD)) in findsent()
92 decl(&pos); in findsent()
645 while (decl(posp) != -1) in find_first_blank()
670 decl(&curwin->w_cursor); in findsent_forward()
731 decl(&curwin->w_cursor); in current_word()
764 if (decl(&curwin->w_cursor) == -1) in current_word()
883 decl(&pos); in current_sent()
983 decl(&curwin->w_cursor); in current_sent()
997 decl(&curwin->w_cursor); in current_sent()
1125 decl(&curwin->w_cursor); in current_block()
1129 if (decl(&curwin->w_cursor) != 0) in current_block()
1141 decl(&curwin->w_cursor); in current_block()
1293 decl(&old_end); // old_end is inclusive in current_tagblock()