HomeSort by: relevance | last modified time | path
    Searched defs:rm_so (Results 1 - 19 of 19) sorted by relevancy

  /src/include/
regex.h 92 regoff_t rm_so; /* start of match */ member in struct:__anon145
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regex_impl.h 44 llvm_regoff_t rm_so; /* start of match */ member in struct:__anon4555
  /src/external/bsd/nvi/dist/regex/
regex.h 61 regoff_t rm_so; /* start of match */ member in struct:__anon7616
  /src/external/bsd/tre/dist/tests/
retest.c 248 int rm_so, rm_eo; local
249 rm_so = va_arg(ap, int);
250 if (rm_so == END)
254 if (rm_so >= 0)
256 int n = rm_so;
258 if ((rm_so = woffs[rm_so]) < 0 ||
267 if (pmatch[i].rm_so != rm_so
281 i, rm_so, rm_eo, rm_eo - rm_so, str + rm_so
    [all...]
  /src/external/bsd/tre/dist/include/tre/
tre.h 73 regoff_t rm_so; member in struct:__anon8170
  /src/external/gpl2/diffutils/dist/lib/posix/
regex.h 428 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
424 regoff_t rm_so; \/* Byte offset from string's start to substring's start. *\/ member in struct:__anon9124
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.h 435 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
431 regoff_t rm_so; \/* Byte offset from string's start to substring's start. *\/ member in struct:__anon9252
  /src/external/gpl2/grep/dist/lib/posix/
regex.h 432 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
428 regoff_t rm_so; \/* Byte offset from string's start to substring's start. *\/ member in struct:__anon9309
  /src/external/gpl3/binutils/dist/include/
xregex2.h 431 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
427 regoff_t rm_so; \/* Byte offset from string's start to substring's start. *\/ member in struct:__anon10740
  /src/external/gpl3/binutils.old/dist/include/
xregex2.h 431 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
427 regoff_t rm_so; \/* Byte offset from string's start to substring's start. *\/ member in struct:__anon12204
  /src/external/gpl3/gcc/dist/include/
xregex2.h 431 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
427 regoff_t rm_so; \/* Byte offset from string's start to substring's start. *\/ member in struct:__anon14139
  /src/external/gpl3/gcc.old/dist/include/
xregex2.h 431 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
427 regoff_t rm_so; \/* Byte offset from string's start to substring's start. *\/ member in struct:__anon16551
  /src/external/gpl3/gdb.old/dist/include/
xregex2.h 431 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
427 regoff_t rm_so; \/* Byte offset from string's start to substring's start. *\/ member in struct:__anon21592
  /src/external/gpl3/gdb/dist/include/
xregex2.h 431 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
427 regoff_t rm_so; \/* Byte offset from string's start to substring's start. *\/ member in struct:__anon1179
  /src/external/gpl2/xcvs/dist/lib/
regex.h 547 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:__anon9598
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.h 72 OFF_T rm_so; member in struct:__sanitizer::__sanitizer_regmatch
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_netbsd.h 65 OFF_T rm_so; member in struct:__sanitizer::__sanitizer_regmatch
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_netbsd.h 65 OFF_T rm_so; member in struct:__sanitizer::__sanitizer_regmatch
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 1060 int rm_so; member in struct:__anon17
3819 if (pmatch[j].rm_so == -1) {
3828 int so = utf8_strlen(source_str, pmatch[j].rm_so);
3834 Jim_AppendString(interp, resultObj, source_str + pmatch[j].rm_so, pmatch[j].rm_eo - pmatch[j].rm_so);
4030 Jim_AppendString(interp, resultObj, p, pmatch[0].rm_so);
4036 if (pmatch[j].rm_so == -1) {
4040 Jim_Obj *srcObj = Jim_NewStringObj(interp, p + pmatch[j].rm_so, pmatch[j].rm_eo - pmatch[j].rm_so);
4080 if ((idx < MAX_SUB_MATCHES) && pmatch[idx].rm_so != -1 && pmatch[idx].rm_eo != -1)
    [all...]

Completed in 76 milliseconds