Lines Matching refs:mats
66 re_mat mats[10];
910 /* einfo.mats should not have changed */
948 einfo.mats[0].rm_so = 0;
949 einfo.mats[0].rm_eo = to - from;
953 if (to < last || (to > from && line[einfo.mats[0].rm_eo - 1] == '\n'))
954 --einfo.mats[0].rm_eo;
957 einfo.sref + 1, &einfo.mats[0], flags);
959 if (replace && einfo.mats[0].rm_so == einfo.mats[0].rm_eo)
965 einfo.end = from + einfo.mats[0].rm_eo;
966 einfo.start = from + einfo.mats[0].rm_so;
985 from += einfo.mats[0].rm_so;
986 len = einfo.mats[0].rm_eo - einfo.mats[0].rm_so;
1014 xlen = einfo.mats[ref].rm_eo -
1015 einfo.mats[ref].rm_so;
1025 line + einfo.mats[ref].rm_so, xlen);