TAG_RETURN       5368 compile.c      		    ADD_INSN1(ret, line, throw, INT2FIX(TAG_RETURN));
TAG_RETURN        752 eval.c             if (UNLIKELY(tag < TAG_RETURN || tag > TAG_FATAL)) {
TAG_RETURN        279 eval_error.c         case TAG_RETURN:
TAG_RETURN       3222 ext/tk/tcltklib.c         case TAG_RETURN:
TAG_RETURN        990 load.c         		result = TAG_RETURN;
TAG_RETURN       1006 load.c         		    result = TAG_RETURN;
TAG_RETURN       1034 load.c             return result == TAG_RETURN ? 1 : result ? -1 : 0;
TAG_RETURN       1042 load.c             if (result > TAG_RETURN) {
TAG_RETURN       1293 vm.c                 case TAG_RETURN:
TAG_RETURN       1323 vm.c                 case TAG_RETURN:
TAG_RETURN       1692 vm.c           	if (state == TAG_BREAK || state == TAG_RETURN) {
TAG_RETURN       1696 vm.c           		if (state == TAG_RETURN) {
TAG_RETURN        941 vm_insnhelper.c 	    state = TAG_RETURN;
TAG_RETURN        985 vm_insnhelper.c     else if (state == TAG_RETURN) {
TAG_RETURN       1031 vm_insnhelper.c 	rb_vm_localjump_error("unexpected return", throwobj, TAG_RETURN);