Searched refs:REGEX_MALLOC (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/gnudiff-19/diffutils/
H A Dconfig.h429 #define REGEX_MALLOC 1 macro
H A Dconfig.hin428 #undef REGEX_MALLOC
/macosx-10.9.5/emacs-92/emacs/src/
H A Dregex.c33 #if defined _AIX && !defined REGEX_MALLOC
477 /* Should we use malloc or alloca? If REGEX_MALLOC is not defined, we
487 #ifdef REGEX_MALLOC
493 #else /* not REGEX_MALLOC */
519 #endif /* not REGEX_MALLOC */
523 #if defined REL_ALLOC && defined REGEX_MALLOC
534 # ifdef REGEX_MALLOC
540 # else /* not REGEX_MALLOC */
549 # endif /* not REGEX_MALLOC */
1389 #if (defined C_ALLOCA || defined REGEX_MALLOC)
[all...]
/macosx-10.9.5/lsof-52/lsof/lib/
H A Dregex.c76 #if defined _AIX && !defined REGEX_MALLOC
350 /* Should we use malloc or alloca? If REGEX_MALLOC is not defined, we
360 #ifdef REGEX_MALLOC
366 #else /* not REGEX_MALLOC */
392 #endif /* not REGEX_MALLOC */
396 #if defined REL_ALLOC && defined REGEX_MALLOC
407 # ifdef REGEX_MALLOC
413 # else /* not REGEX_MALLOC */
422 # endif /* not REGEX_MALLOC */
1252 #if (defined C_ALLOCA || defined REGEX_MALLOC)
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c30 #if defined _AIX && !defined __GNUC__ && !defined REGEX_MALLOC
309 /* Should we use malloc or alloca? If REGEX_MALLOC is not defined, we
319 # ifdef REGEX_MALLOC
325 # else /* not REGEX_MALLOC */
351 # endif /* not REGEX_MALLOC */
355 # if defined REL_ALLOC && defined REGEX_MALLOC
366 # ifdef REGEX_MALLOC
372 # else /* not REGEX_MALLOC */
381 # endif /* not REGEX_MALLOC */
1412 # if (defined C_ALLOCA || defined REGEX_MALLOC)
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c22 #if defined _AIX && !defined REGEX_MALLOC
311 /* Should we use malloc or alloca? If REGEX_MALLOC is not defined, we
321 # ifdef REGEX_MALLOC
327 # else /* not REGEX_MALLOC */
353 # endif /* not REGEX_MALLOC */
357 # if defined REL_ALLOC && defined REGEX_MALLOC
368 # ifdef REGEX_MALLOC
374 # else /* not REGEX_MALLOC */
383 # endif /* not REGEX_MALLOC */
1484 # if (defined C_ALLOCA || defined REGEX_MALLOC)
[all...]

Completed in 206 milliseconds