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

/macosx-10.9.5/emacs-92/emacs/src/
H A Dregex.c1403 #ifndef INIT_FAILURE_ALLOC
1404 # define INIT_FAILURE_ALLOC 20
1450 REGEX_ALLOCATE_STACK (INIT_FAILURE_ALLOC * TYPICAL_FAILURE_SIZE \
1456 fail_stack.size = INIT_FAILURE_ALLOC; \
1393 # define INIT_FAILURE_ALLOC macro
/macosx-10.9.5/lsof-52/lsof/lib/
H A Dregex.c1266 #ifndef INIT_FAILURE_ALLOC
1267 # define INIT_FAILURE_ALLOC 5
1339 REGEX_ALLOCATE_STACK (INIT_FAILURE_ALLOC * sizeof (fail_stack_elt_t)); \
1344 fail_stack.size = INIT_FAILURE_ALLOC; \
1257 # define INIT_FAILURE_ALLOC macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c1427 # ifndef INIT_FAILURE_ALLOC
1428 # define INIT_FAILURE_ALLOC 5
1506 REGEX_ALLOCATE_STACK (INIT_FAILURE_ALLOC * sizeof (PREFIX(fail_stack_elt_t))); \
1511 fail_stack.size = INIT_FAILURE_ALLOC; \
1418 # define INIT_FAILURE_ALLOC macro
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c1499 # ifndef INIT_FAILURE_ALLOC
1500 # define INIT_FAILURE_ALLOC 5
1578 REGEX_ALLOCATE_STACK (INIT_FAILURE_ALLOC * sizeof (PREFIX(fail_stack_elt_t))); \
1583 fail_stack.size = INIT_FAILURE_ALLOC; \
1490 # define INIT_FAILURE_ALLOC macro

Completed in 126 milliseconds