Searched refs:reg_info (Results 1 - 1 of 1) sorted by relevance

/external/clearsilver/util/regex/
H A Dregex.c1144 Requires variables fail_stack, regstart, regend, reg_info, and
1193 DEBUG_PRINT2 (" info: 0x%x\n ", reg_info[this_reg]); \
1195 REG_MATCH_NULL_STRING_P (reg_info[this_reg])); \
1196 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \
1198 MATCHED_SOMETHING (reg_info[this_reg])); \
1200 EVER_MATCHED_SOMETHING (reg_info[this_reg])); \
1202 PUSH_FAILURE_ELT (reg_info[this_reg].word); \
1265 #define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\
1310 reg_info[this_reg].word = POP_FAILURE_ELT (); \
1311 DEBUG_PRINT2 (" info: 0x%x\n", reg_info[this_re
1611 static register_info_type *reg_info; variable
3662 register_info_type *reg_info; local
[all...]

Completed in 31 milliseconds