regstart 1341 libglibc/regex.c DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \ regstart 1342 libglibc/regex.c PUSH_FAILURE_POINTER (regstart[this_reg]); \ regstart 1420 libglibc/regex.c #define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\ regstart 1472 libglibc/regex.c regstart[this_reg] = (const char *) POP_FAILURE_POINTER (); \ regstart 1473 libglibc/regex.c DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \ regstart 1481 libglibc/regex.c regstart[this_reg] = 0; \ regstart 1822 libglibc/regex.c static const char ** regstart, ** regend; regstart 1838 libglibc/regex.c RETALLOC_IF (regstart, num_regs, const char *); regstart 3764 libglibc/regex.c FREE_VAR (regstart); \ regstart 3937 libglibc/regex.c const char **regstart, **regend; regstart 4004 libglibc/regex.c regstart = REGEX_TALLOC (num_regs, const char *); regstart 4014 libglibc/regex.c if (!(regstart && regend && old_regstart && old_regend && reg_info regstart 4025 libglibc/regex.c regstart = regend = old_regstart = old_regend = best_regstart regstart 4043 libglibc/regex.c regstart[mcnt] = regend[mcnt] regstart 4147 libglibc/regex.c best_regstart[mcnt] = regstart[mcnt]; regstart 4173 libglibc/regex.c regstart[mcnt] = best_regstart[mcnt]; regstart 4239 libglibc/regex.c if (REG_UNSET (regstart[mcnt]) || REG_UNSET (regend[mcnt])) regstart 4244 libglibc/regex.c = (regoff_t) POINTER_TO_OFFSET (regstart[mcnt]); regstart 4384 libglibc/regex.c ? REG_UNSET (regstart[*p]) ? d : regstart[*p] regstart 4385 libglibc/regex.c : regstart[*p]; regstart 4389 libglibc/regex.c regstart[*p] = d; regstart 4390 libglibc/regex.c DEBUG_PRINT2 (" regstart: %d\n", POINTER_TO_OFFSET (regstart[*p])); regstart 4530 libglibc/regex.c regstart[r] = old_regstart[r]; regstart 4533 libglibc/regex.c if (old_regend[r] >= regstart[r]) regstart 4559 libglibc/regex.c if (REG_UNSET (regstart[regno]) || REG_UNSET (regend[regno])) regstart 4563 libglibc/regex.c d2 = regstart[regno]; regstart 4570 libglibc/regex.c dend2 = ((FIRST_STRING_P (regstart[regno]) regstart 5192 libglibc/regex.c regstart, regend, reg_info);