• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/

Lines Matching defs:reg_info

1307    Requires variables fail_stack, regstart, regend, reg_info, and
1360 reg_info[this_reg].word.pointer); \
1362 REG_MATCH_NULL_STRING_P (reg_info[this_reg])); \
1363 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \
1365 MATCHED_SOMETHING (reg_info[this_reg])); \
1367 EVER_MATCHED_SOMETHING (reg_info[this_reg])); \
1369 PUSH_FAILURE_ELT (reg_info[this_reg].word); \
1432 #define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\
1477 reg_info[this_reg].word = POP_FAILURE_ELT (); \
1479 reg_info[this_reg].word.pointer); \
1491 reg_info[this_reg].word.integer = 0; \
1552 MATCHED_SOMETHING (reg_info[r]) \
1553 = EVER_MATCHED_SOMETHING (reg_info[r]) \
1840 static register_info_type *reg_info;
1859 RETALLOC_IF (reg_info, num_regs, register_info_type);
3783 FREE_VAR (reg_info); \
3830 register_info_type *reg_info));
3833 register_info_type *reg_info));
3836 register_info_type *reg_info));
3913 restart, regend, and reg_info for all registers corresponding to
3963 /* The is_active field of reg_info helps us keep track of which (possibly
3965 field of reg_info[reg_num] helps us tell whether or not we have
3970 register_info_type *reg_info;
4024 reg_info = REGEX_TALLOC (num_regs, register_info_type);
4028 if (!(regstart && regend && old_regstart && old_regend && reg_info
4041 reg_info = reg_info_dummy = (register_info_type *) NULL;
4060 REG_MATCH_NULL_STRING_P (reg_info[mcnt]) = MATCH_NULL_UNSET_VALUE;
4061 IS_ACTIVE (reg_info[mcnt]) = 0;
4062 MATCHED_SOMETHING (reg_info[mcnt]) = 0;
4063 EVER_MATCHED_SOMETHING (reg_info[mcnt]) = 0;
4388 if (REG_MATCH_NULL_STRING_P (reg_info[*p]) == MATCH_NULL_UNSET_VALUE)
4389 REG_MATCH_NULL_STRING_P (reg_info[*p])
4390 = group_match_null_string_p (&p1, pend, reg_info);
4397 old_regstart[*p] = REG_MATCH_NULL_STRING_P (reg_info[*p])
4406 IS_ACTIVE (reg_info[*p]) = 1;
4407 MATCHED_SOMETHING (reg_info[*p]) = 0;
4438 old_regend[*p] = REG_MATCH_NULL_STRING_P (reg_info[*p])
4448 IS_ACTIVE (reg_info[*p]) = 0;
4466 while (r > 0 && !IS_ACTIVE (reg_info[r]))
4490 if ((!MATCHED_SOMETHING (reg_info[*p])
4534 if (EVER_MATCHED_SOMETHING (reg_info[*p]))
4538 EVER_MATCHED_SOMETHING (reg_info[*p]) = 0;
5217 regstart, regend, reg_info);
5282 group_match_null_string_p (p, end, reg_info)
5284 register_info_type *reg_info;
5333 reg_info))
5362 if (!alt_match_null_string_p (p1, p1 + mcnt, reg_info))
5377 if (!common_op_match_null_string_p (&p1, end, reg_info))
5391 alt_match_null_string_p (p, end, reg_info)
5393 register_info_type *reg_info;
5413 if (!common_op_match_null_string_p (&p1, end, reg_info))
5428 common_op_match_null_string_p (p, end, reg_info)
5430 register_info_type *reg_info;
5458 ret = group_match_null_string_p (&p1, end, reg_info);
5463 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
5464 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
5495 if (!REG_MATCH_NULL_STRING_P (reg_info[*p1]))