Lines Matching refs:regstart
1624 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
1625 PUSH_FAILURE_POINTER (regstart[this_reg]); \
1702 #define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\ argument
1754 regstart[this_reg] = (const CHAR_TYPE *) POP_FAILURE_POINTER ();\
1755 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
1763 regstart[this_reg] = 0; \
2203 static const char ** regstart, ** regend; variable
2219 RETALLOC_IF (regstart, num_regs, const char *);
5164 FREE_VAR (regstart); \
5182 FREE_VAR (regstart); \
5426 const CHAR_TYPE **regstart, **regend; local
5493 regstart = REGEX_TALLOC (num_regs, const CHAR_TYPE *);
5503 if (!(regstart && regend && old_regstart && old_regend && reg_info
5514 regstart = regend = old_regstart = old_regend = best_regstart
5583 regstart[mcnt] = regend[mcnt]
5728 best_regstart[mcnt] = regstart[mcnt];
5754 regstart[mcnt] = best_regstart[mcnt];
5828 if (REG_UNSET (regstart[mcnt]) || REG_UNSET (regend[mcnt]))
5833 = (regoff_t) POINTER_TO_OFFSET (regstart[mcnt]);
6345 ? REG_UNSET (regstart[*p]) ? d : regstart[*p]
6346 : regstart[*p];
6350 regstart[*p] = d;
6351 DEBUG_PRINT2 (" regstart: %d\n", POINTER_TO_OFFSET (regstart[*p]));
6493 regstart[r] = old_regstart[r];
6496 if (old_regend[r] >= regstart[r])
6522 if (REG_UNSET (regstart[regno]) || REG_UNSET (regend[regno]))
6526 d2 = regstart[regno];
6533 dend2 = ((FIRST_STRING_P (regstart[regno])
7188 regstart, regend, reg_info);