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

/barrelfish-2018-10-04/lib/libc/regex/grot/
H A Dmain.c95 subs[0].rm_so = startoff;
106 len = (int)(subs[0].rm_eo - subs[0].rm_so);
107 if (subs[0].rm_so != -1) {
110 argv[optind] + subs[0].rm_so);
113 argv[optind] + subs[0].rm_so);
116 if (subs[i].rm_so != -1)
118 (int)(subs[i].rm_eo - subs[i].rm_so),
119 argv[optind] + subs[i].rm_so);
250 subs[0].rm_so = strchr(f2, '(') - f2 + 1;
409 /* check rm_so an
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dmain.c92 subs[0].rm_so = startoff;
103 len = (int)(subs[0].rm_eo - subs[0].rm_so);
104 if (subs[0].rm_so != -1) {
107 argv[optind] + subs[0].rm_so);
110 argv[optind] + subs[0].rm_so);
113 if (subs[i].rm_so != -1)
115 (int)(subs[i].rm_eo - subs[i].rm_so),
116 argv[optind] + subs[i].rm_so);
256 subs[0].rm_so = strchr(f2, '(') - f2 + 1;
423 /* check rm_so an
[all...]
H A Dregex.h17 regoff_t rm_so; /* start of match */ member in struct:__anon1773
H A Dengine.c87 start = string + pmatch[0].rm_so;
153 m->pmatch[i].rm_so = m->pmatch[i].rm_eo = -1;
185 assert(m->pmatch[i].rm_so == -1);
204 pmatch[0].rm_so = m->coldp - m->offp;
213 pmatch[i].rm_so = -1;
397 m->pmatch[i].rm_so = sp - m->offp;
530 assert(m->pmatch[i].rm_so != -1);
531 len = m->pmatch[i].rm_eo - m->pmatch[i].rm_so;
535 ssp = m->offp + m->pmatch[i].rm_so;
589 offsave = m->pmatch[i].rm_so;
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Deregex.c175 ec_length_string(match.rm_eo - match.rm_so, string + match.rm_so));
218 ec_length_string(pmatch[nmatch].rm_eo - pmatch[nmatch].rm_so,
219 string + pmatch[nmatch].rm_so),
262 if (match.rm_eo == match.rm_so)
272 ec_length_string(match.rm_eo - match.rm_so,
273 string + match.rm_so),
319 if (match.rm_eo == match.rm_so)
329 ec_length_string(match.rm_so,
331 ec_length_string(match.rm_eo - match.rm_so,
[all...]
/barrelfish-2018-10-04/include/
H A Dregex.h59 regoff_t rm_so; /* start of match */ member in struct:__anon271
H A Dpcreposix.h108 regoff_t rm_so; member in struct:__anon262
/barrelfish-2018-10-04/lib/pcre/
H A Dpcreposix.h108 regoff_t rm_so; member in struct:__anon1361
H A Dpcreposix.c369 so = pmatch[0].rm_so;
392 pmatch[i].rm_so = ovector[i*2];
396 for (; i < nmatch; i++) pmatch[i].rm_so = pmatch[i].rm_eo = -1;
/barrelfish-2018-10-04/lib/libc/regex/
H A Dengine.c177 start = string + pmatch[0].rm_so;
289 m->pmatch[i].rm_so = m->pmatch[i].rm_eo = -1;
321 assert(m->pmatch[i].rm_so == -1);
342 pmatch[0].rm_so = m->coldp - m->offp;
351 pmatch[i].rm_so = -1;
534 m->pmatch[i].rm_so = sp - m->offp;
673 assert(m->pmatch[i].rm_so != -1);
674 len = m->pmatch[i].rm_eo - m->pmatch[i].rm_so;
680 ssp = m->offp + m->pmatch[i].rm_so;
731 offsave = m->pmatch[i].rm_so;
[all...]

Completed in 66 milliseconds