handlertype 542 src/bytecode.c enum handlertype type; handlertype 1598 src/eval.c push_handler (Lisp_Object tag_ch_val, enum handlertype handlertype) handlertype 1600 src/eval.c struct handler *c = push_handler_nosignal (tag_ch_val, handlertype); handlertype 1607 src/eval.c push_handler_nosignal (Lisp_Object tag_ch_val, enum handlertype handlertype) handlertype 1620 src/eval.c c->type = handlertype; handlertype 3631 src/lisp.h enum handlertype type; handlertype 4580 src/lisp.h extern struct handler *push_handler (Lisp_Object, enum handlertype) handlertype 4582 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); \