Lines Matching refs:regstart
1704 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
1705 PUSH_FAILURE_POINTER (regstart[this_reg]); \
1784 # define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\ argument
1836 regstart[this_reg] = (const CHAR_T *) POP_FAILURE_POINTER (); \
1837 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
1845 regstart[this_reg] = 0; \
2290 static const char ** regstart, ** regend; variable
2308 RETALLOC_IF (regstart, num_regs, const char *);
5441 FREE_VAR (regstart); \
5462 FREE_VAR (regstart); \
5756 const CHAR_T **regstart, **regend; local
5905 regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5915 if (!(regstart && regend && old_regstart && old_regend && reg_info
5926 regstart = regend = old_regstart = old_regend = best_regstart
5999 regstart[mcnt] = regend[mcnt]
6160 best_regstart[mcnt] = regstart[mcnt];
6186 regstart[mcnt] = best_regstart[mcnt];
6260 if (REG_UNSET (regstart[mcnt]) || REG_UNSET (regend[mcnt]))
6265 = (regoff_t) POINTER_TO_OFFSET (regstart[mcnt]);
6777 ? REG_UNSET (regstart[*p]) ? d : regstart[*p]
6778 : regstart[*p];
6782 regstart[*p] = d;
6783 DEBUG_PRINT2 (" regstart: %d\n", POINTER_TO_OFFSET (regstart[*p]));
6925 regstart[r] = old_regstart[r];
6928 if (old_regend[r] >= regstart[r])
6954 if (REG_UNSET (regstart[regno]) || REG_UNSET (regend[regno]))
6958 d2 = regstart[regno];
6965 dend2 = ((FIRST_STRING_P (regstart[regno])
7642 regstart, regend, reg_info);