Home
last modified time | relevance | path

Searched refs:match_ptr (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dquickfix.c1063 char_u *match_ptr; in qf_parse_fmt_p() local
1068 for (match_ptr = rmp->startp[midx]; match_ptr != rmp->endp[midx]; in qf_parse_fmt_p()
1069 ++match_ptr) in qf_parse_fmt_p()
1072 if (*match_ptr == TAB) in qf_parse_fmt_p()