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

/haiku/src/build/libgnuregex/
H A Dregex.c2387 for (this_reg = lowest_active_reg; this_reg <= highest_active_reg; \
2411 DEBUG_PRINT2 (" Pushing low active reg: %d\n", lowest_active_reg);\
2412 PUSH_FAILURE_ITEM (lowest_active_reg); \
2447 ((highest_active_reg - lowest_active_reg + 1) * NUM_REG_ITEMS \
3047 for (r = lowest_active_reg; r <= highest_active_reg; r++) \
3221 unsigned lowest_active_reg = NO_LOWEST_ACTIVE_REG;
3651 if (lowest_active_reg == NO_LOWEST_ACTIVE_REG)
3652 lowest_active_reg = *p;
3684 if (lowest_active_reg == highest_active_reg)
3686 lowest_active_reg
3205 unsigned lowest_active_reg = NO_LOWEST_ACTIVE_REG; local
[all...]

Completed in 35 milliseconds