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

/haiku/src/build/libgnuregex/
H A Dregex.c2351 Requires variables fail_stack, regstart, regend, reg_info, and
2399 DEBUG_PRINT2 (" info: 0x%x\n ", reg_info[this_reg]); \
2401 REG_MATCH_NULL_STRING_P (reg_info[this_reg])); \
2402 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \
2404 MATCHED_SOMETHING (reg_info[this_reg])); \
2406 EVER_MATCHED_SOMETHING (reg_info[this_reg])); \
2408 PUSH_FAILURE_ITEM (reg_info[this_reg].word); \
2466 #define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\
2510 reg_info[this_reg].word = POP_FAILURE_ITEM (); \
2511 DEBUG_PRINT2 (" info: 0x%x\n", reg_info[this_re
3230 register_info_type *reg_info; local
[all...]

Completed in 41 milliseconds