Lines Matching refs:matchcol
624 colnr_T matchcol; in searchit() local
817 matchcol = endpos.col; in searchit()
819 if (matchcol == matchpos.col in searchit()
820 && ptr[matchcol] != NUL) in searchit()
823 matchcol += in searchit()
824 (*mb_ptr2len)(ptr + matchcol); in searchit()
826 ++matchcol; in searchit()
831 matchcol = matchpos.col; in searchit()
832 if (ptr[matchcol] != NUL) in searchit()
835 matchcol += (*mb_ptr2len)(ptr in searchit()
836 + matchcol); in searchit()
838 ++matchcol; in searchit()
841 if (matchcol == 0 && (options & SEARCH_START)) in searchit()
843 if (ptr[matchcol] == NUL in searchit()
846 matchcol, in searchit()
927 matchcol = endpos.col; in searchit()
929 if (matchcol == matchpos.col in searchit()
930 && ptr[matchcol] != NUL) in searchit()
933 matchcol += in searchit()
934 (*mb_ptr2len)(ptr + matchcol); in searchit()
936 ++matchcol; in searchit()
944 matchcol = matchpos.col; in searchit()
945 if (ptr[matchcol] != NUL) in searchit()
948 matchcol += in searchit()
949 (*mb_ptr2len)(ptr + matchcol); in searchit()
951 ++matchcol; in searchit()
954 if (ptr[matchcol] == NUL in searchit()
957 matchcol, in searchit()