Lines Matching defs:midx
921 qf_parse_fmt_f(regmatch_T *rmp, int midx, qffields_T *fields, int prefix) in qf_parse_fmt_f()
948 qf_parse_fmt_n(regmatch_T *rmp, int midx, qffields_T *fields) in qf_parse_fmt_n()
961 qf_parse_fmt_l(regmatch_T *rmp, int midx, qffields_T *fields) in qf_parse_fmt_l()
974 qf_parse_fmt_c(regmatch_T *rmp, int midx, qffields_T *fields) in qf_parse_fmt_c()
987 qf_parse_fmt_t(regmatch_T *rmp, int midx, qffields_T *fields) in qf_parse_fmt_t()
1023 qf_parse_fmt_m(regmatch_T *rmp, int midx, qffields_T *fields) in qf_parse_fmt_m()
1048 qf_parse_fmt_r(regmatch_T *rmp, int midx, char_u **tail) in qf_parse_fmt_r()
1061 qf_parse_fmt_p(regmatch_T *rmp, int midx, qffields_T *fields) in qf_parse_fmt_p()
1088 qf_parse_fmt_v(regmatch_T *rmp, int midx, qffields_T *fields) in qf_parse_fmt_v()
1102 qf_parse_fmt_s(regmatch_T *rmp, int midx, qffields_T *fields) in qf_parse_fmt_s()
1124 qf_parse_fmt_o(regmatch_T *rmp, int midx, qffields_T *fields) in qf_parse_fmt_o()
1176 int midx; in qf_parse_match() local