Lines Matching refs:end_pos
1043 pos_T *end_pos; in current_block() local
1108 if (pos == NULL || (end_pos = findmatch(NULL, other)) == NULL) in current_block()
1113 curwin->w_cursor = *end_pos; in current_block()
1149 if ((end_pos = findmatch(NULL, other)) == NULL) in current_block()
1154 curwin->w_cursor = *end_pos; in current_block()
1275 pos_T end_pos; in current_tagblock() local
1411 end_pos = curwin->w_cursor; in current_tagblock()
1424 curwin->w_cursor = end_pos; in current_tagblock()
1429 && EQUAL_POS(end_pos, old_end)) in current_tagblock()
1442 if (LT_POS(end_pos, start_pos)) in current_tagblock()
1455 if (LT_POS(end_pos, start_pos)) in current_tagblock()