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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dkeyboard.c8835 volatile int nmaps_allocated = 0;
8981 if (2 > nmaps_allocated)
8985 nmaps_allocated = 2;
8992 if (2 > nmaps_allocated)
8996 nmaps_allocated = 2;
9010 if (total > nmaps_allocated)
9014 nmaps_allocated = total;
8804 volatile int nmaps_allocated = 0; local

Completed in 146 milliseconds