Home
last modified time | relevance | path

Searched refs:pos_copy (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dmark.c311 static pos_T pos_copy; in getmark_buf_fnum() local
350 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 …]
H A Dcindent.c1061 static pos_T pos_copy; in find_match_char() local
1085 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() local
1648 pos_copy = *trypos; // copy pos_T, next findmatch will change it in find_start_brace()
1649 trypos = &pos_copy; in find_start_brace()