this_reg 1309 libglibc/regex.c active_reg_t this_reg; \ this_reg 1335 libglibc/regex.c for (this_reg = lowest_active_reg; this_reg <= highest_active_reg; \ this_reg 1336 libglibc/regex.c this_reg++) \ this_reg 1338 libglibc/regex.c DEBUG_PRINT2 (" Pushing reg: %lu\n", this_reg); \ this_reg 1341 libglibc/regex.c DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \ this_reg 1342 libglibc/regex.c PUSH_FAILURE_POINTER (regstart[this_reg]); \ this_reg 1344 libglibc/regex.c DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \ this_reg 1345 libglibc/regex.c PUSH_FAILURE_POINTER (regend[this_reg]); \ this_reg 1348 libglibc/regex.c reg_info[this_reg].word.pointer); \ this_reg 1350 libglibc/regex.c REG_MATCH_NULL_STRING_P (reg_info[this_reg])); \ this_reg 1351 libglibc/regex.c DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \ this_reg 1353 libglibc/regex.c MATCHED_SOMETHING (reg_info[this_reg])); \ this_reg 1355 libglibc/regex.c EVER_MATCHED_SOMETHING (reg_info[this_reg])); \ this_reg 1357 libglibc/regex.c PUSH_FAILURE_ELT (reg_info[this_reg].word); \ this_reg 1423 libglibc/regex.c active_reg_t this_reg; \ this_reg 1461 libglibc/regex.c for (this_reg = high_reg; this_reg >= low_reg; this_reg--) \ this_reg 1463 libglibc/regex.c DEBUG_PRINT2 (" Popping reg: %ld\n", this_reg); \ this_reg 1465 libglibc/regex.c reg_info[this_reg].word = POP_FAILURE_ELT (); \ this_reg 1467 libglibc/regex.c reg_info[this_reg].word.pointer); \ this_reg 1469 libglibc/regex.c regend[this_reg] = (const char *) POP_FAILURE_POINTER (); \ this_reg 1470 libglibc/regex.c DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \ this_reg 1472 libglibc/regex.c regstart[this_reg] = (const char *) POP_FAILURE_POINTER (); \ this_reg 1473 libglibc/regex.c DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \ this_reg 1477 libglibc/regex.c for (this_reg = highest_active_reg; this_reg > high_reg; this_reg--) \ this_reg 1479 libglibc/regex.c reg_info[this_reg].word.integer = 0; \ this_reg 1480 libglibc/regex.c regend[this_reg] = 0; \ this_reg 1481 libglibc/regex.c regstart[this_reg] = 0; \