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

/macosx-10.9.5/ruby-104/ruby/
H A Deval_error.c260 case TAG_BREAK:
H A Deval_intern.h136 #define TAG_BREAK RUBY_TAG_BREAK macro
H A Dvm.c875 case TAG_BREAK:
920 case TAG_BREAK:
954 th->state = TAG_BREAK;
955 th->errinfo = (VALUE)NEW_THROW_OBJECT(val, (VALUE)ep, TAG_BREAK);
956 TH_JUMP_TAG(th, TAG_BREAK);
1233 if (state == TAG_BREAK || state == TAG_RETURN) {
1240 SET_THROWOBJ_STATE(err, state = TAG_BREAK);
1264 /* TAG_BREAK */
1314 else if (state == TAG_BREAK && ((VALUE)escape_ep & ~0x03) == 0) {
H A Dvm_eval.c1061 if (state == TAG_BREAK) {
/macosx-10.9.5/vim-53/src/
H A Dif_ruby.c679 #define TAG_BREAK 0x2 macro
695 case TAG_BREAK:
/macosx-10.9.5/ruby-104/ruby/ext/tk/
H A Dtcltklib.c157 #define TAG_BREAK 0x2 macro
3214 case TAG_BREAK:

Completed in 175 milliseconds