Searched refs:behind_pos (Results 1 – 2 of 2) sorted by relevance
375 static regsave_T behind_pos; variable4289 || behind_pos.rs_u.pos.lnum != rex.lnum) in regmatch()4292 else if (behind_pos.rs_u.ptr != rex.input) in regmatch()4484 (((regbehind_T *)rp) - 1)->save_behind = behind_pos; in regmatch()4485 behind_pos = rp->rs_un.regsave; in regmatch()4499 behind_pos = (((regbehind_T *)rp) - 1)->save_behind; in regmatch()4526 < behind_pos.rs_u.pos.lnum in regmatch()4528 : behind_pos.rs_u.pos.col) in regmatch()4534 < behind_pos.rs_u.pos.lnum in regmatch()4568 if (limit > 0 && (long)(behind_pos.rs_u.ptr in regmatch()[all …]
29934 Solution: Use the line number in regsave instead of the one in behind_pos,