regoff_t 500 maint/gnulib/lib/regex.h regoff_t *start; regoff_t 501 maint/gnulib/lib/regex.h regoff_t *end; regoff_t 519 maint/gnulib/lib/regex.h regoff_t rm_so; /* Byte offset from string's start to substring's start. */ regoff_t 520 maint/gnulib/lib/regex.h regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ regoff_t 578 maint/gnulib/lib/regex.h extern regoff_t re_search (struct re_pattern_buffer *__buffer, regoff_t 579 maint/gnulib/lib/regex.h const char *__String, regoff_t __length, regoff_t 580 maint/gnulib/lib/regex.h regoff_t __start, regoff_t __range, regoff_t 587 maint/gnulib/lib/regex.h extern regoff_t re_search_2 (struct re_pattern_buffer *__buffer, regoff_t 588 maint/gnulib/lib/regex.h const char *__string1, regoff_t __length1, regoff_t 589 maint/gnulib/lib/regex.h const char *__string2, regoff_t __length2, regoff_t 590 maint/gnulib/lib/regex.h regoff_t __start, regoff_t __range, regoff_t 592 maint/gnulib/lib/regex.h regoff_t __stop) regoff_t 599 maint/gnulib/lib/regex.h extern regoff_t re_match (struct re_pattern_buffer *__buffer, regoff_t 600 maint/gnulib/lib/regex.h const char *__String, regoff_t __length, regoff_t 601 maint/gnulib/lib/regex.h regoff_t __start, struct re_registers *__regs) regoff_t 606 maint/gnulib/lib/regex.h extern regoff_t re_match_2 (struct re_pattern_buffer *__buffer, regoff_t 607 maint/gnulib/lib/regex.h const char *__string1, regoff_t __length1, regoff_t 608 maint/gnulib/lib/regex.h const char *__string2, regoff_t __length2, regoff_t 609 maint/gnulib/lib/regex.h regoff_t __start, struct re_registers *__regs, regoff_t 610 maint/gnulib/lib/regex.h regoff_t __stop) regoff_t 630 maint/gnulib/lib/regex.h regoff_t *__starts, regoff_t *__ends); regoff_t 183 maint/gnulib/lib/regex_internal.h typedef regoff_t Idx; regoff_t 39 maint/gnulib/lib/regexec.c static regoff_t re_search_2_stub (struct re_pattern_buffer *bufp, regoff_t 42 maint/gnulib/lib/regexec.c Idx start, regoff_t range, regoff_t 45 maint/gnulib/lib/regexec.c static regoff_t re_search_stub (struct re_pattern_buffer *bufp, regoff_t 47 maint/gnulib/lib/regexec.c regoff_t range, Idx stop, regoff_t 270 maint/gnulib/lib/regexec.c regoff_t regoff_t 280 maint/gnulib/lib/regexec.c regoff_t regoff_t 282 maint/gnulib/lib/regexec.c Idx start, regoff_t range, struct re_registers *regs) regoff_t 291 maint/gnulib/lib/regexec.c regoff_t regoff_t 303 maint/gnulib/lib/regexec.c regoff_t regoff_t 305 maint/gnulib/lib/regexec.c const char *string2, Idx length2, Idx start, regoff_t range, regoff_t 315 maint/gnulib/lib/regexec.c static regoff_t regoff_t 318 maint/gnulib/lib/regexec.c regoff_t range, struct re_registers *regs, regoff_t 322 maint/gnulib/lib/regexec.c regoff_t rval; regoff_t 362 maint/gnulib/lib/regexec.c static regoff_t regoff_t 364 maint/gnulib/lib/regexec.c Idx start, regoff_t range, Idx stop, struct re_registers *regs, regoff_t 370 maint/gnulib/lib/regexec.c regoff_t rval; regoff_t 466 maint/gnulib/lib/regexec.c regs->start = re_malloc (regoff_t, need_regs); regoff_t 469 maint/gnulib/lib/regexec.c regs->end = re_malloc (regoff_t, need_regs); regoff_t 483 maint/gnulib/lib/regexec.c regoff_t *new_start = re_realloc (regs->start, regoff_t, need_regs); regoff_t 484 maint/gnulib/lib/regexec.c regoff_t *new_end; regoff_t 487 maint/gnulib/lib/regexec.c new_end = re_realloc (regs->end, regoff_t, need_regs); regoff_t 533 maint/gnulib/lib/regexec.c __re_size_t num_regs, regoff_t *starts, regoff_t *ends) regoff_t 2642 maint/gnulib/lib/regexec.c regoff_t sl_str_diff; regoff_t 2690 maint/gnulib/lib/regexec.c regoff_t sl_str_off; regoff_t 482 maint/gnulib/tests/test-regex.c if (sizeof (regoff_t) < sizeof (ptrdiff_t) regoff_t 483 maint/gnulib/tests/test-regex.c || sizeof (regoff_t) < sizeof (ssize_t))