Searched refs:low_reg (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/ |
H A D | gnu-regex.c | 1302 #define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\ argument 1339 low_reg = (active_reg_t) POP_FAILURE_INT (); \ 1340 DEBUG_PRINT2 (" Popping low active reg: %ld\n", low_reg); \ 1343 for (this_reg = high_reg; this_reg >= low_reg; this_reg--) \
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | regex.c | 1403 #define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\ argument 1440 low_reg = (unsigned) POP_FAILURE_INT (); \ 1441 DEBUG_PRINT2 (" Popping low active reg: %d\n", low_reg); \ 1444 for (this_reg = high_reg; this_reg >= low_reg; this_reg--) \
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | regex.c | 1710 # define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\ argument 1747 low_reg = (active_reg_t) POP_FAILURE_INT (); \ 1748 DEBUG_PRINT2 (" Popping low active reg: %ld\n", low_reg); \ 1751 for (this_reg = high_reg; this_reg >= low_reg; this_reg--) \
|