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

/xsrc/external/mit/xedit/dist/lisp/
H A Dregex.c174 match[0].rm_eo = end;
178 if (nmatch && match[0].rm_eo >= match[0].rm_so) {
180 FIXNUM(match[0].rm_eo)), NIL);
181 if (nmatch > 1 && match[1].rm_eo >= match[1].rm_so) {
188 i < nmatch && match[i].rm_eo >= match[i].rm_so;
191 FIXNUM(match[i].rm_eo)), NIL));
/xsrc/external/mit/xedit/dist/lisp/re/
H A Dre.h93 long rm_eo; member in struct:_re_mat
H A Dtests.c183 else if (so != mat[group].rm_so || eo != mat[group].rm_eo) {
185 line, mat[group].rm_so, mat[group].rm_eo);
186 if (mat[group].rm_so < mat[group].rm_eo)
188 mat[group].rm_eo - mat[group].rm_so, 1, stderr);
H A Dre.c199 (pmat == NULL || pmat[0].rm_eo < pmat[0].rm_so)))
204 eng.end = eng.str + pmat[0].rm_eo;
1632 pmat[0].rm_eo = eng.eo[0];
1636 pmat[i].rm_eo = eng.geo[i - 1];
1640 pmat[i].rm_eo = -1;
1648 pmat[i].rm_eo += len;
1658 pmat[0].rm_eo = eng.eo[0] + len;
/xsrc/external/mit/xedit/dist/
H A Dtags.c575 match.rm_eo = length;
601 (right > left && line[match.rm_eo - 1] == '\n')) {
602 --match.rm_eo;
603 length = match.rm_eo;
610 match.rm_eo > match.rm_so &&
611 match.rm_so == 0 && match.rm_eo == length) {
612 right = left + match.rm_so + (match.rm_eo - match.rm_so);
H A Dhook.c949 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;
959 if (replace && einfo.mats[0].rm_so == einfo.mats[0].rm_eo)
965 einfo.end = from + einfo.mats[0].rm_eo;
986 len = einfo.mats[0].rm_eo - einfo.mats[0].rm_so;
1014 xlen = einfo.mats[ref].rm_eo -
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c78 return matches[index].rm_eo - matches[index].rm_so;
103 matches[i].rm_so, matches[i].rm_eo);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c78 return matches[index].rm_eo - matches[index].rm_so;
103 matches[i].rm_so, matches[i].rm_eo);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
H A Dloadmod.c523 len = match[1].rm_eo - match[1].rm_so;
1236 len = match[1].rm_eo - match[1].rm_so;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/
H A Dloadmod.c389 len = match[1].rm_eo - match[1].rm_so;
984 len = match[1].rm_eo - match[1].rm_so;
/xsrc/external/mit/xterm/dist/
H A Dbutton.c4030 int finis_inx = (int) (match.rm_eo + offset);

Completed in 21 milliseconds