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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcreposix.c326 int rc, so, eo; local
370 eo = pmatch[0].rm_eo;
375 eo = (int)strlen(string);
378 rc = pcre_exec((const pcre *)preg->re_pcre, NULL, string + so, (eo - so),

Completed in 68 milliseconds