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