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

/haiku-fatelf/src/bin/bash/lib/sh/
H A Dshmatch.c103 strncpy (subexp_str, string + matches[subexp_ind].rm_so,
104 matches[subexp_ind].rm_eo - matches[subexp_ind].rm_so);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dregexec.c248 start = pmatch[0].rm_so;
509 assert (pmatch[0].rm_so == start);
513 rval = pmatch[0].rm_so;
578 regs->start[i] = pmatch[i].rm_so;
922 pmatch[reg_idx].rm_so = pmatch[reg_idx].rm_eo = -1;
925 pmatch[0].rm_so = 0;
943 if (pmatch[reg_idx].rm_so != -1)
948 pmatch[reg_idx].rm_so =
949 (pmatch[reg_idx].rm_so == mctx.input.valid_len
951 : mctx.input.offsets[pmatch[reg_idx].rm_so]);
[all...]
H A Dregex.h551 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
547 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ member in struct:__anon3324
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregexec.c243 start = pmatch[0].rm_so;
498 assert (pmatch[0].rm_so == start);
502 rval = pmatch[0].rm_so;
567 regs->start[i] = pmatch[i].rm_so;
910 pmatch[reg_idx].rm_so = pmatch[reg_idx].rm_eo = -1;
913 pmatch[0].rm_so = 0;
931 if (pmatch[reg_idx].rm_so != -1)
936 pmatch[reg_idx].rm_so =
937 (pmatch[reg_idx].rm_so == mctx.input.valid_len
939 : mctx.input.offsets[pmatch[reg_idx].rm_so]);
[all...]
H A Dregex.h547 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
543 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ member in struct:__anon3498
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregexec.c238 start = pmatch[0].rm_so;
488 assert (pmatch[0].rm_so == start);
492 rval = pmatch[0].rm_so;
547 regs->start[i] = pmatch[i].rm_so;
878 pmatch[reg_idx].rm_so = pmatch[reg_idx].rm_eo = -1;
881 pmatch[0].rm_so = 0;
896 if (pmatch[reg_idx].rm_so != -1)
901 pmatch[reg_idx].rm_so =
902 (pmatch[reg_idx].rm_so == mctx.input.valid_len
904 : mctx.input.offsets[pmatch[reg_idx].rm_so]);
[all...]
/haiku-fatelf/headers/build/host/cygwin/
H A Dregex.h426 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ member in struct:__anon18
/haiku-fatelf/headers/build/host/sunos/
H A Dregex.h457 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
453 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ member in struct:__anon20
/haiku-fatelf/headers/posix/
H A Dregex.h457 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
453 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ member in struct:__anon567
/haiku-fatelf/headers/private/mail/
H A Dregex.h460 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ member in struct:__anon1107
/haiku-fatelf/src/bin/diffutils/lib/posix/
H A Dregex.h426 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
422 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ member in struct:__anon3469
/haiku-fatelf/src/bin/gawk/
H A Dregex.h434 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
430 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ member in struct:__anon3533
H A Dregexec.c433 assert (pmatch[0].rm_so == start);
437 rval = pmatch[0].rm_so;
502 regs->start[i] = pmatch[i].rm_so;
796 pmatch[reg_idx].rm_so = pmatch[reg_idx].rm_eo = -1;
799 pmatch[0].rm_so = 0;
813 if (pmatch[reg_idx].rm_so != -1)
815 pmatch[reg_idx].rm_so += 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)
1182 if (memcmp (buf + regs[subexp_idx].rm_so, bu
[all...]
/haiku-fatelf/src/bin/gdb/include/
H A Dxregex2.h429 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
425 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ member in struct:__anon4194
/haiku-fatelf/src/bin/less/
H A Dsearch.c546 *sp = line + rm.rm_so;
H A Dconfigure6963 if (rm.rm_so != 1) exit(1); /* check for correct offset */
/haiku-fatelf/src/bin/diffutils/lib/
H A Dregex.c8297 pmatch[r].rm_so = regs.start[r];
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dregex.c8178 pmatch[r].rm_so = regs.start[r];

Completed in 244 milliseconds