Searched refs:found_pos (Results 1 – 2 of 2) sorted by relevance
1273 pos_T found_pos; in spell_move_to() local1307 CLEAR_POS(&found_pos); in spell_move_to()1396 found_pos.lnum = lnum; in spell_move_to()1397 found_pos.col = (int)(p - buf); in spell_move_to()1398 found_pos.coladd = 0; in spell_move_to()1402 wp->w_cursor = found_pos; in spell_move_to()1411 found_pos.col += len; in spell_move_to()1425 if (dir == BACKWARD && found_pos.lnum != 0) in spell_move_to()1428 wp->w_cursor = found_pos; in spell_move_to()
2388 pos_T found_pos; in find_decl() local2430 CLEAR_POS(&found_pos); in find_decl()2458 if (found_pos.lnum != 0) in find_decl()2460 curwin->w_cursor = found_pos; in find_decl()2476 if (!valid && found_pos.lnum != 0) in find_decl()2478 curwin->w_cursor = found_pos; in find_decl()2488 if (found_pos.lnum != 0) in find_decl()2489 curwin->w_cursor = found_pos; in find_decl()2497 CLEAR_POS(&found_pos); in find_decl()2499 found_pos = curwin->w_cursor; in find_decl()