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

/haiku/src/kits/shared/
H A DRegExp.cpp328 ? fData->Matches()[0].rm_eo : 0;
355 ? fData->Matches()[index + 1].rm_eo : 0;
/haiku/src/build/libgnuregex/
H A Dregex.h385 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
381 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ member in struct:__anon1707
H A Dregex.c4872 pmatch[r].rm_eo = regs.end[r];
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c239 length = pmatch[0].rm_eo;
489 rval = pmatch[0].rm_eo - start;
548 regs->end[i] = pmatch[i].rm_eo;
878 pmatch[reg_idx].rm_so = pmatch[reg_idx].rm_eo = -1;
882 pmatch[0].rm_eo = mctx.match_last;
905 pmatch[reg_idx].rm_eo =
906 (pmatch[reg_idx].rm_eo == mctx.input.valid_len
908 : mctx.input.offsets[pmatch[reg_idx].rm_eo]);
914 pmatch[reg_idx].rm_eo += match_first;
919 pmatch[nmatch + reg_idx].rm_eo
[all...]
/haiku/headers/posix/
H A Dregex.h448 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
445 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ member in struct:__anon2

Completed in 68 milliseconds