Lines Matching refs:startpos
4090 if (regmatch.startpos[0].lnum > 0) in ex_substitute()
4092 lnum += regmatch.startpos[0].lnum; in ex_substitute()
4093 sub_firstlnum += regmatch.startpos[0].lnum; in ex_substitute()
4094 nmatch -= regmatch.startpos[0].lnum; in ex_substitute()
4182 curwin->w_cursor.col = regmatch.startpos[0].col; in ex_substitute()
4209 curwin->w_cursor.col = regmatch.startpos[0].col; in ex_substitute()
4278 - regmatch.startpos[0].lnum; in ex_substitute()
4385 curwin->w_cursor.col = regmatch.startpos[0].col; in ex_substitute()
4404 sub_firstlnum - regmatch.startpos[0].lnum, in ex_substitute()
4442 - regmatch.startpos[0].col); in ex_substitute()
4447 total_added + regmatch.startpos[0].col, in ex_substitute()
4461 copy_len = regmatch.startpos[0].col - copycol; in ex_substitute()
4508 sub_firstlnum - regmatch.startpos[0].lnum, in ex_substitute()
4638 || regmatch.startpos[0].lnum > 0) in ex_substitute()
4713 lnum -= regmatch.startpos[0].lnum; in ex_substitute()