Searched refs:pos_copy (Results 1 – 2 of 2) sorted by relevance
311 static pos_T pos_copy; in getmark_buf_fnum() local350 pos_copy = curwin->w_cursor; in getmark_buf_fnum()351 posp = &pos_copy; in getmark_buf_fnum()365 pos_copy = curwin->w_cursor; in getmark_buf_fnum()366 posp = &pos_copy; in getmark_buf_fnum()385 pos_copy = *posp; in getmark_buf_fnum()386 posp = &pos_copy; in getmark_buf_fnum()388 pos_copy.col = 0; in getmark_buf_fnum()390 pos_copy.col = MAXCOL; in getmark_buf_fnum()391 pos_copy.coladd = 0; in getmark_buf_fnum()[all …]
1061 static pos_T pos_copy; in find_match_char() local1085 pos_copy = *trypos; // copy trypos, findmatch will change it in find_match_char()1086 trypos = &pos_copy; in find_match_char()1643 static pos_T pos_copy; in find_start_brace() local1648 pos_copy = *trypos; // copy pos_T, next findmatch will change it in find_start_brace()1649 trypos = &pos_copy; in find_start_brace()