handlertype 542 src/bytecode.c enum handlertype type; handlertype 1610 src/eval.c push_handler (Lisp_Object tag_ch_val, enum handlertype handlertype) handlertype 1612 src/eval.c struct handler *c = push_handler_nosignal (tag_ch_val, handlertype); handlertype 1619 src/eval.c push_handler_nosignal (Lisp_Object tag_ch_val, enum handlertype handlertype) handlertype 1632 src/eval.c c->type = handlertype; handlertype 3628 src/lisp.h enum handlertype type; handlertype 4587 src/lisp.h extern struct handler *push_handler (Lisp_Object, enum handlertype) handlertype 4589 src/lisp.h extern struct handler *push_handler_nosignal (Lisp_Object, enum handlertype); handlertype 3025 test/manual/etags/c-src/emacs/src/lisp.h enum handlertype type; handlertype 3053 test/manual/etags/c-src/emacs/src/lisp.h #define PUSH_HANDLER(c, tag_ch_val, handlertype) \ handlertype 3062 test/manual/etags/c-src/emacs/src/lisp.h (c)->type = (handlertype); \