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

/haiku-fatelf/src/bin/bash/lib/sh/
H A Dshmatch.c104 matches[subexp_ind].rm_eo - matches[subexp_ind].rm_so);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dregexec.c249 length = pmatch[0].rm_eo;
510 rval = pmatch[0].rm_eo - start;
579 regs->end[i] = pmatch[i].rm_eo;
922 pmatch[reg_idx].rm_so = pmatch[reg_idx].rm_eo = -1;
926 pmatch[0].rm_eo = mctx.match_last;
952 pmatch[reg_idx].rm_eo =
953 (pmatch[reg_idx].rm_eo == mctx.input.valid_len
955 : mctx.input.offsets[pmatch[reg_idx].rm_eo]);
961 pmatch[reg_idx].rm_eo += match_first;
966 pmatch[nmatch + reg_idx].rm_eo
[all...]
H A Dregex.h552 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
548 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ member in struct:__anon3324
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregexec.c244 length = pmatch[0].rm_eo;
499 rval = pmatch[0].rm_eo - start;
568 regs->end[i] = pmatch[i].rm_eo;
910 pmatch[reg_idx].rm_so = pmatch[reg_idx].rm_eo = -1;
914 pmatch[0].rm_eo = mctx.match_last;
940 pmatch[reg_idx].rm_eo =
941 (pmatch[reg_idx].rm_eo == mctx.input.valid_len
943 : mctx.input.offsets[pmatch[reg_idx].rm_eo]);
949 pmatch[reg_idx].rm_eo += match_first;
954 pmatch[nmatch + reg_idx].rm_eo
[all...]
H A Dregex.h548 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
544 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ member in struct:__anon3498
/haiku-fatelf/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-fatelf/headers/build/host/cygwin/
H A Dregex.h427 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ member in struct:__anon18
/haiku-fatelf/headers/build/host/sunos/
H A Dregex.h458 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
454 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ member in struct:__anon20
/haiku-fatelf/headers/posix/
H A Dregex.h458 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
454 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ member in struct:__anon567
/haiku-fatelf/headers/private/mail/
H A Dregex.h461 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ member in struct:__anon1107
/haiku-fatelf/src/bin/diffutils/lib/posix/
H A Dregex.h427 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
423 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ member in struct:__anon3469
/haiku-fatelf/src/bin/gawk/
H A Dregex.h435 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
431 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ member in struct:__anon3533
H A Dregexec.c434 rval = pmatch[0].rm_eo - start;
503 regs->end[i] = pmatch[i].rm_eo;
796 pmatch[reg_idx].rm_so = pmatch[reg_idx].rm_eo = -1;
800 pmatch[0].rm_eo = mctx.match_last;
816 pmatch[reg_idx].rm_eo += match_first;
1174 naccepted = regs[subexp_idx].rm_eo - regs[subexp_idx].rm_so;
1177 if (regs[subexp_idx].rm_so == -1 || regs[subexp_idx].rm_eo == -1)
1263 pmatch[i].rm_so == pmatch[i].rm_eo == -1 (i > 1). */
1295 for (idx = pmatch[0].rm_so; idx <= pmatch[0].rm_eo ;)
1298 if (idx == pmatch[0].rm_eo
[all...]
/haiku-fatelf/src/bin/gdb/include/
H A Dxregex2.h430 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
426 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ member in struct:__anon4194
/haiku-fatelf/src/bin/less/
H A Dsearch.c547 *ep = line + rm.rm_eo;
/haiku-fatelf/src/bin/diffutils/lib/
H A Dregex.c8298 pmatch[r].rm_eo = regs.end[r];
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dregex.c8179 pmatch[r].rm_eo = regs.end[r];

Completed in 251 milliseconds