Searched refs:MAX_UNEXEC_REGIONS (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c430 #define MAX_UNEXEC_REGIONS 400 macro
437 static unexec_region_info unexec_regions[MAX_UNEXEC_REGIONS];
443 while (num && num_unexec_regions < MAX_UNEXEC_REGIONS)
471 if (num_unexec_regions == MAX_UNEXEC_REGIONS)
/macosx-10.10/emacs-93/
H A Dunexmacosx.c430 #define MAX_UNEXEC_REGIONS 400 macro
437 static unexec_region_info unexec_regions[MAX_UNEXEC_REGIONS];
443 while (num && num_unexec_regions < MAX_UNEXEC_REGIONS)
471 if (num_unexec_regions == MAX_UNEXEC_REGIONS)

Completed in 145 milliseconds