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

/xsrc/external/mit/xedit/dist/
H A Dhook.c66 re_mat mats[10]; member in struct:_EditInfo
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[
[all...]

Completed in 2 milliseconds