regoff_t         3507 libglibc/regex.c     regoff_t *starts, *ends;
regoff_t         3520 libglibc/regex.c       regs->start = regs->end = (regoff_t *) 0;
regoff_t         3713 libglibc/regex.c    ? ((regoff_t) ((ptr) - string1))		\
regoff_t         3714 libglibc/regex.c    : ((regoff_t) ((ptr) - string2 + size1)))
regoff_t         4191 libglibc/regex.c                   regs->start = TALLOC (regs->num_regs, regoff_t);
regoff_t         4192 libglibc/regex.c                   regs->end = TALLOC (regs->num_regs, regoff_t);
regoff_t         4207 libglibc/regex.c                       RETALLOC (regs->start, regs->num_regs, regoff_t);
regoff_t         4208 libglibc/regex.c                       RETALLOC (regs->end, regs->num_regs, regoff_t);
regoff_t         4230 libglibc/regex.c 				  ? ((regoff_t) (d - string1))
regoff_t         4231 libglibc/regex.c 			          : ((regoff_t) (d - string2 + size1)));
regoff_t         4244 libglibc/regex.c 			= (regoff_t) POINTER_TO_OFFSET (regstart[mcnt]);
regoff_t         4246 libglibc/regex.c 			= (regoff_t) POINTER_TO_OFFSET (regend[mcnt]);
regoff_t         5774 libglibc/regex.c       regs.start = TALLOC (nmatch * 2, regoff_t);
regoff_t          402 libglibc/regex.h   regoff_t *start;
regoff_t          403 libglibc/regex.h   regoff_t *end;
regoff_t          420 libglibc/regex.h   regoff_t rm_so;  /* Byte offset from string's start to substring's start.  */
regoff_t          421 libglibc/regex.h   regoff_t rm_eo;  /* Byte offset from string's start to substring's end.  */
regoff_t          506 libglibc/regex.h              unsigned num_regs, regoff_t *starts, regoff_t *ends));