Lines Matching refs:rm_eo
413 if (lastempty || match[0].rm_so != match[0].rm_eo) {
423 if (match[0].rm_so != match[0].rm_eo) {
424 s += match[0].rm_eo;
425 slen -= match[0].rm_eo;
442 if (match[0].rm_eo == match[0].rm_so)
443 match[0].rm_eo = match[0].rm_so + 1;
444 s += match[0].rm_eo;
445 slen -= match[0].rm_eo;
460 s += match[0].rm_eo;
461 slen -= match[0].rm_eo;
701 match[0].rm_eo = (regoff_t)slen;
748 } else if (match[no].rm_so != -1 && match[no].rm_eo != -1) {
749 len = (size_t)(match[no].rm_eo - match[no].rm_so);