Lines Matching refs:startp
3364 char_u *startp = NULL; in find_pattern_in_path() local
3435 new_fname = find_file_name_in_path(incl_regmatch.startp[0], in find_pattern_in_path()
3436 (int)(incl_regmatch.endp[0] - incl_regmatch.startp[0]), in find_pattern_in_path()
3518 p = incl_regmatch.startp[0]; in find_pattern_in_path()
3520 - incl_regmatch.startp[0]); in find_pattern_in_path()
3659 startp = skipwhite(p); in find_pattern_in_path()
3661 matched = !MB_STRNICMP(startp, ptr, len); in find_pattern_in_path()
3663 matched = !STRNCMP(startp, ptr, len); in find_pattern_in_path()
3665 && vim_iswordc(startp[len])) in find_pattern_in_path()
3672 startp = regmatch.startp[0]; in find_pattern_in_path()
3694 for (p = line; *p && p < startp; ++p) in find_pattern_in_path()
3728 aux = p = startp; in find_pattern_in_path()
3893 curwin->w_cursor.col = (colnr_T)(startp - line); in find_pattern_in_path()
3921 && *startp != NUL in find_pattern_in_path()
3922 && *(p = startp + mb_ptr2len(startp)) != NUL) in find_pattern_in_path()