• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/

Lines Matching defs:regstart

1598    Requires variables fail_stack, regstart, regend, reg_info, and
1644 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
1645 PUSH_FAILURE_POINTER (regstart[this_reg]); \
1724 # define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\
1776 regstart[this_reg] = (const CHAR_T *) POP_FAILURE_POINTER (); \
1777 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
1785 regstart[this_reg] = 0; \
2231 static const char ** regstart, ** regend;
2248 RETALLOC_IF (regstart, num_regs, const char *);
5347 FREE_VAR (regstart); \
5368 FREE_VAR (regstart); \
5650 regnum-th regstart pointer points to where in the pattern we began
5655 const CHAR_T **regstart, **regend;
5804 regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5814 if (!(regstart && regend && old_regstart && old_regend && reg_info
5825 regstart = regend = old_regstart = old_regend = best_regstart
5898 regstart[mcnt] = regend[mcnt]
6061 best_regstart[mcnt] = regstart[mcnt];
6087 regstart[mcnt] = best_regstart[mcnt];
6136 /* Convert the pointer data in `regstart' and `regend' to
6161 if (REG_UNSET (regstart[mcnt]) || REG_UNSET (regend[mcnt]))
6166 = (regoff_t) POINTER_TO_OFFSET (regstart[mcnt]);
6678 ? REG_UNSET (regstart[*p]) ? d : regstart[*p]
6679 : regstart[*p];
6683 regstart[*p] = d;
6684 DEBUG_PRINT2 (" regstart: %d\n", POINTER_TO_OFFSET (regstart[*p]));
6809 regstart[1], and, e.g., with `((a*)*(b*)*)*'
6826 regstart[r] = old_regstart[r];
6829 if (old_regend[r] >= regstart[r])
6855 if (REG_UNSET (regstart[regno]) || REG_UNSET (regend[regno]))
6859 d2 = regstart[regno];
6866 dend2 = ((FIRST_STRING_P (regstart[regno])
7543 regstart, regend, reg_info);