Home
last modified time | relevance | path

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

/external/clearsilver/util/regex/
Dregex.c1184 DEBUG_PRINT2 (" info: 0x%x\n ", reg_info[this_reg]); \
1186 REG_MATCH_NULL_STRING_P (reg_info[this_reg])); \
1187 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \
1189 MATCHED_SOMETHING (reg_info[this_reg])); \
1191 EVER_MATCHED_SOMETHING (reg_info[this_reg])); \
1193 PUSH_FAILURE_ELT (reg_info[this_reg].word); \
1256 #define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\ argument
1301 reg_info[this_reg].word = POP_FAILURE_ELT (); \
1302 DEBUG_PRINT2 (" info: 0x%x\n", reg_info[this_reg]); \
1314 reg_info[this_reg].word.integer = 0; \
[all …]