Searched refs:first_match_buf (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dquickfix.c3044 buf_T *first_match_buf = NULL; local
3258 if (found_match && first_match_buf == NULL)
3259 first_match_buf = buf;
3283 else if (buf != first_match_buf || (flags & VGR_NOJUMP))
3294 if (buf == first_match_buf
3344 if (curbuf == first_match_buf && target_dir != NULL)

Completed in 175 milliseconds