SAVE_VALUE_SLOTS 2062 test/manual/etags/c-src/emacs/src/lisp.h enum { SAVE_TYPE_BITS = SAVE_VALUE_SLOTS * SAVE_SLOT_BITS + 1 };
SAVE_VALUE_SLOTS 2129 test/manual/etags/c-src/emacs/src/lisp.h     } data[SAVE_VALUE_SLOTS];
SAVE_VALUE_SLOTS 2136 test/manual/etags/c-src/emacs/src/lisp.h   eassert (0 <= n && n < SAVE_VALUE_SLOTS);