Lines Matching refs:matchcol
4004 colnr_T matchcol; in ex_substitute() local
4068 matchcol = 0; in ex_substitute()
4123 if (matchcol == prev_matchcol in ex_substitute()
4125 && matchcol == regmatch.endpos[0].col) in ex_substitute()
4127 if (sub_firstline[matchcol] == NUL) in ex_substitute()
4135 matchcol += mb_ptr2len(sub_firstline + matchcol); in ex_substitute()
4137 ++matchcol; in ex_substitute()
4144 matchcol = regmatch.endpos[0].col; in ex_substitute()
4145 prev_matchcol = matchcol; in ex_substitute()
4159 matchcol = (colnr_T)STRLEN(sub_firstline); in ex_substitute()
4374 matchcol = (colnr_T)STRLEN(sub_firstline); in ex_substitute()
4620 || (sub_firstline[matchcol] == NUL && nmatch <= 1 in ex_substitute()
4637 matchcol, NULL, NULL)) == 0 in ex_substitute()
4650 matchcol = (colnr_T)STRLEN(sub_firstline) - matchcol; in ex_substitute()
4695 matchcol = (colnr_T)STRLEN(sub_firstline) - matchcol; in ex_substitute()
4702 sub_firstlnum, matchcol, NULL, NULL); in ex_substitute()