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

/macosx-10.9.5/lsof-52/lsof/lib/
H A Dregex.c1450 DEBUG_PRINT2 (" available: %d\n", REMAINING_AVAIL_SLOTS); \
1453 while (REMAINING_AVAIL_SLOTS < NUM_FAILURE_ITEMS) \
1460 DEBUG_PRINT2 (" slots available: %d\n", REMAINING_AVAIL_SLOTS);\
1537 #define REMAINING_AVAIL_SLOTS ((fail_stack).size - (fail_stack).avail)
1527 #define REMAINING_AVAIL_SLOTS macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c1617 DEBUG_PRINT2 (" available: %d\n", REMAINING_AVAIL_SLOTS); \
1620 while (REMAINING_AVAIL_SLOTS < NUM_FAILURE_ITEMS) \
1627 DEBUG_PRINT2 (" slots available: %d\n", REMAINING_AVAIL_SLOTS);\
1705 # define REMAINING_AVAIL_SLOTS ((fail_stack).size - (fail_stack).avail)
1695 # define REMAINING_AVAIL_SLOTS macro
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c1689 DEBUG_PRINT2 (" available: %d\n", REMAINING_AVAIL_SLOTS); \
1692 while (REMAINING_AVAIL_SLOTS < NUM_FAILURE_ITEMS) \
1699 DEBUG_PRINT2 (" slots available: %d\n", REMAINING_AVAIL_SLOTS);\
1777 # define REMAINING_AVAIL_SLOTS ((fail_stack).size - (fail_stack).avail)
1767 # define REMAINING_AVAIL_SLOTS macro
/macosx-10.9.5/emacs-92/emacs/src/
H A Dregex.c1545 while (REMAINING_AVAIL_SLOTS <= space) { \
1549 DEBUG_PRINT2 (" slots available: %d\n", REMAINING_AVAIL_SLOTS);\
1670 #define REMAINING_AVAIL_SLOTS ((fail_stack).size - (fail_stack).avail)
1659 #define REMAINING_AVAIL_SLOTS macro

Completed in 284 milliseconds