regoff_t          398 _regex.h         regoff_t *start;
regoff_t          399 _regex.h         regoff_t *end;
regoff_t          416 _regex.h         regoff_t rm_so;  /* Byte offset from string's start to substring's start.  */
regoff_t          417 _regex.h         regoff_t rm_eo;  /* Byte offset from string's start to substring's end.  */
regoff_t          502 _regex.h                    unsigned num_regs, regoff_t *starts, regoff_t *ends));
regoff_t         3385 regex.cpp      re_set_registers (struct re_pattern_buffer *bufp, struct re_registers *regs, unsigned num_regs, regoff_t *starts, regoff_t *ends)
regoff_t         3398 regex.cpp            regs->start = regs->end = (regoff_t *) 0;
regoff_t         3568 regex.cpp         ? ((regoff_t) ((ptr) - string1))		\
regoff_t         3569 regex.cpp         : ((regoff_t) ((ptr) - string2 + size1)))
regoff_t         4032 regex.cpp                        regs->start = TALLOC (regs->num_regs, regoff_t);
regoff_t         4033 regex.cpp                        regs->end = TALLOC (regs->num_regs, regoff_t);
regoff_t         4048 regex.cpp                            RETALLOC (regs->start, regs->num_regs, regoff_t);
regoff_t         4049 regex.cpp                            RETALLOC (regs->end, regs->num_regs, regoff_t);
regoff_t         4071 regex.cpp      				  ? ((regoff_t) (d - string1))
regoff_t         4072 regex.cpp      			          : ((regoff_t) (d - string2 + size1)));
regoff_t         4085 regex.cpp      			= (regoff_t) POINTER_TO_OFFSET (regstart[mcnt]);
regoff_t         4087 regex.cpp      			= (regoff_t) POINTER_TO_OFFSET (regend[mcnt]);
regoff_t         5593 regex.cpp            regs.start = TALLOC (nmatch, regoff_t);
regoff_t         5594 regex.cpp            regs.end = TALLOC (nmatch, regoff_t);