regoff_t          527 lib/regex.h      regoff_t *_REG_RM_NAME (start);
regoff_t          528 lib/regex.h      regoff_t *_REG_RM_NAME (end);
regoff_t          545 lib/regex.h      regoff_t rm_so;  /* Byte offset from string's start to substring's start.  */
regoff_t          546 lib/regex.h      regoff_t rm_eo;  /* Byte offset from string's start to substring's end.  */
regoff_t          573 lib/regex.h    extern regoff_t re_search (struct re_pattern_buffer *__buffer,
regoff_t          575 lib/regex.h    			   __re_idx_t __start, regoff_t __range,
regoff_t          581 lib/regex.h    extern regoff_t re_search_2 (struct re_pattern_buffer *__buffer,
regoff_t          584 lib/regex.h    			     __re_idx_t __start, regoff_t __range,
regoff_t          591 lib/regex.h    extern regoff_t re_match (struct re_pattern_buffer *__buffer,
regoff_t          597 lib/regex.h    extern regoff_t re_match_2 (struct re_pattern_buffer *__buffer,
regoff_t          619 lib/regex.h    			      regoff_t *__starts, regoff_t *__ends);
regoff_t           47 lib/regexec.c  static regoff_t re_search_2_stub (struct re_pattern_buffer *bufp,
regoff_t           50 lib/regexec.c  				  Idx start, regoff_t range,
regoff_t           53 lib/regexec.c  static regoff_t re_search_stub (struct re_pattern_buffer *bufp,
regoff_t           55 lib/regexec.c  				regoff_t range, Idx stop,
regoff_t          314 lib/regexec.c  regoff_t
regoff_t          327 lib/regexec.c  regoff_t
regoff_t          332 lib/regexec.c      regoff_t range;
regoff_t          342 lib/regexec.c  regoff_t
regoff_t          356 lib/regexec.c  regoff_t
regoff_t          361 lib/regexec.c      regoff_t range;
regoff_t          371 lib/regexec.c  static regoff_t
regoff_t          376 lib/regexec.c  		  Idx start, regoff_t range, struct re_registers *regs,
regoff_t          380 lib/regexec.c    regoff_t rval;
regoff_t          422 lib/regexec.c  static regoff_t
regoff_t          426 lib/regexec.c  		Idx start, regoff_t range, Idx stop, struct re_registers *regs,
regoff_t          432 lib/regexec.c    regoff_t rval;
regoff_t          532 lib/regexec.c        regs->start = re_malloc (regoff_t, need_regs);
regoff_t          535 lib/regexec.c        regs->end = re_malloc (regoff_t, need_regs);
regoff_t          549 lib/regexec.c  	  regoff_t *new_start = re_realloc (regs->start, regoff_t, need_regs);
regoff_t          550 lib/regexec.c  	  regoff_t *new_end;
regoff_t          553 lib/regexec.c  	  new_end = re_realloc (regs->end, regoff_t, need_regs);
regoff_t          602 lib/regexec.c      regoff_t *starts, *ends;
regoff_t         2767 lib/regexec.c  	  regoff_t sl_str_diff;
regoff_t         2814 lib/regexec.c  	  regoff_t sl_str_off;