regoff_t 441 compat/regex/regex.h regoff_t *start; regoff_t 442 compat/regex/regex.h regoff_t *end; regoff_t 460 compat/regex/regex.h regoff_t rm_so; /* Byte offset from string's start to substring's start. */ regoff_t 461 compat/regex/regex.h regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ regoff_t 530 compat/regex/regex.h regoff_t *__starts, regoff_t *__ends); regoff_t 500 compat/regex/regexec.c regs->start = re_malloc (regoff_t, need_regs); regoff_t 503 compat/regex/regexec.c regs->end = re_malloc (regoff_t, need_regs); regoff_t 517 compat/regex/regexec.c regoff_t *new_start = re_realloc (regs->start, regoff_t, need_regs); regoff_t 518 compat/regex/regexec.c regoff_t *new_end; regoff_t 521 compat/regex/regexec.c new_end = re_realloc (regs->end, regoff_t, need_regs); regoff_t 569 compat/regex/regexec.c regoff_t *starts, regoff_t 570 compat/regex/regexec.c regoff_t *ends) regoff_t 583 compat/regex/regexec.c regs->start = regs->end = (regoff_t *) 0; regoff_t 1310 grep.c regoff_t earliest = -1;