• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/

Lines Matching defs:regstart

1307    Requires variables fail_stack, regstart, regend, reg_info, and
1353 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
1354 PUSH_FAILURE_POINTER (regstart[this_reg]); \
1432 #define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\
1484 regstart[this_reg] = (const char *) POP_FAILURE_POINTER (); \
1485 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
1493 regstart[this_reg] = 0; \
1837 static const char ** regstart, ** regend;
1853 RETALLOC_IF (regstart, num_regs, const char *);
3777 FREE_VAR (regstart); \
3946 regnum-th regstart pointer points to where in the pattern we began
3951 const char **regstart, **regend;
4018 regstart = REGEX_TALLOC (num_regs, const char *);
4028 if (!(regstart && regend && old_regstart && old_regend && reg_info
4039 regstart = regend = old_regstart = old_regend = best_regstart
4057 regstart[mcnt] = regend[mcnt]
4161 best_regstart[mcnt] = regstart[mcnt];
4187 regstart[mcnt] = best_regstart[mcnt];
4237 /* Convert the pointer data in `regstart' and `regend' to
4253 if (REG_UNSET (regstart[mcnt]) || REG_UNSET (regend[mcnt]))
4258 = (regoff_t) POINTER_TO_OFFSET (regstart[mcnt]);
4398 ? REG_UNSET (regstart[*p]) ? d : regstart[*p]
4399 : regstart[*p];
4403 regstart[*p] = d;
4404 DEBUG_PRINT2 (" regstart: %d\n", POINTER_TO_OFFSET (regstart[*p]));
4527 regstart[1], and, e.g., with `((a*)*(b*)*)*'
4544 regstart[r] = old_regstart[r];
4547 if (old_regend[r] >= regstart[r])
4573 if (REG_UNSET (regstart[regno]) || REG_UNSET (regend[regno]))
4577 d2 = regstart[regno];
4584 dend2 = ((FIRST_STRING_P (regstart[regno])
5217 regstart, regend, reg_info);