Home
last modified time | relevance | path

Searched refs:lowest_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; \
1196 DEBUG_PRINT2 (" Pushing low active reg: %d\n", lowest_active_reg);\
1197 PUSH_FAILURE_INT (lowest_active_reg); \
1236 ? 0 : highest_active_reg - lowest_active_reg + 1) \
1369 for (r = lowest_active_reg; r <= highest_active_reg; r++) \
3632 unsigned lowest_active_reg = NO_LOWEST_ACTIVE_REG; local
4104 if (lowest_active_reg == NO_LOWEST_ACTIVE_REG)
4105 lowest_active_reg = *p;
4142 if (lowest_active_reg == highest_active_reg)
4144 lowest_active_reg = NO_LOWEST_ACTIVE_REG;
[all …]