Searched refs:regend (Results 1 – 1 of 1) sorted by relevance
/external/clearsilver/util/regex/ |
D | regex.c | 1181 DEBUG_PRINT2 (" end: 0x%x\n", regend[this_reg]); \ 1182 PUSH_FAILURE_POINTER (regend[this_reg]); \ 1256 #define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\ argument 1304 regend[this_reg] = (const char *) POP_FAILURE_POINTER (); \ 1305 DEBUG_PRINT2 (" end: 0x%x\n", regend[this_reg]); \ 1315 regend[this_reg] = 0; \ 1608 static const char ** regstart, ** regend; variable 1625 RETALLOC_IF (regend, num_regs, const char *); 3496 FREE_VAR (regend); \ 3643 const char **regstart, **regend; local [all …]
|