Home
last modified time | relevance | path

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

/external/clearsilver/util/regex/
Dregex.c1172 for (this_reg = lowest_active_reg; this_reg <= highest_active_reg; \
1199 DEBUG_PRINT2 (" Pushing high active reg: %d\n", highest_active_reg);\
1200 PUSH_FAILURE_INT (highest_active_reg); \
1236 ? 0 : highest_active_reg - lowest_active_reg + 1) \
1312 for (this_reg = highest_active_reg; this_reg > high_reg; this_reg--) \
1318 highest_active_reg = high_reg; \
1369 for (r = lowest_active_reg; r <= highest_active_reg; r++) \
3633 unsigned highest_active_reg = NO_HIGHEST_ACTIVE_REG; local
4100 highest_active_reg = *p;
4142 if (lowest_active_reg == highest_active_reg)
[all …]