Searched refs:regend (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/lsof-52/lsof/lib/
H A Dregex.c1427 Requires variables fail_stack, regstart, regend, reg_info, and
1476 DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \
1477 PUSH_FAILURE_POINTER (regend[this_reg]); \
1552 #define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\
1601 regend[this_reg] = (const char *) POP_FAILURE_POINTER (); \
1602 DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \
1612 regend[this_reg] = 0; \
1980 static const char ** regstart, ** regend;
1997 RETALLOC_IF (regend, num_regs, const char *);
4224 FREE_VAR (regend); \
1967 static const char ** regstart, ** regend; variable
4377 const char **regstart, **regend; local
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dregex.c1558 num, regstart[num], regend[num]); \
1560 PUSH_FAILURE_POINTER (regend[num]); \
1594 regend[reg] = POP_FAILURE_POINTER (); \
1597 reg, regstart[reg], regend[reg]); \
1626 Requires variables fail_stack, regstart, regend and
2388 static re_char ** regstart, ** regend;
2401 RETALLOC_IF (regend, num_regs, re_char *);
4601 FREE_VAR (regend); \
5001 regstart, and regend for all registers corresponding to
5028 matching and the regnum-th regend point
2370 static re_char ** regstart, ** regend; variable
5005 re_char **regstart, **regend; local
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c1594 Requires variables fail_stack, regstart, regend, reg_info, and
1643 DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \
1644 PUSH_FAILURE_POINTER (regend[this_reg]); \
1720 # define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\
1769 regend[this_reg] = (const CHAR_T *) POP_FAILURE_POINTER (); \
1770 DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \
1780 regend[this_reg] = 0; \
2228 static const char ** regstart, ** regend;
2246 RETALLOC_IF (regend, num_regs, const char *);
5344 FREE_VAR (regend); \
2216 static const char ** regstart, ** regend; variable
5626 const CHAR_T **regstart, **regend; local
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c1666 Requires variables fail_stack, regstart, regend, reg_info, and
1715 DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \
1716 PUSH_FAILURE_POINTER (regend[this_reg]); \
1792 # define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\
1841 regend[this_reg] = (const CHAR_T *) POP_FAILURE_POINTER (); \
1842 DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \
1852 regend[this_reg] = 0; \
2300 static const char ** regstart, ** regend;
2319 RETALLOC_IF (regend, num_regs, const char *);
5456 FREE_VAR (regend); \
2288 static const char ** regstart, ** regend; variable
5754 const CHAR_T **regstart, **regend; local
[all...]

Completed in 328 milliseconds