Searched refs:rb_jump_tag (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl_bio.c84 if(status) rb_jump_tag(status);
H A Dossl.c92 if (status) rb_jump_tag(status); \
142 if(status) rb_jump_tag(status);
H A Dossl_pkcs12.c169 if(st) rb_jump_tag(st);
H A Dossl_pkcs7.c220 rb_jump_tag(status);
273 rb_jump_tag(status);
712 rb_jump_tag(status);
H A Dossl_pkey_dsa.c137 if (cb_arg.state) rb_jump_tag(cb_arg.state);
H A Dossl_asn1.c375 if(status) rb_jump_tag(status);
415 if(status) rb_jump_tag(status);
477 if(status) rb_jump_tag(status);
H A Dossl_pkey_dh.c131 if (cb_arg.state) rb_jump_tag(cb_arg.state);
H A Dossl_pkey_rsa.c141 if (cb_arg.state) rb_jump_tag(cb_arg.state);
H A Dossl_ocsp.c513 if(rstatus) rb_jump_tag(rstatus);
H A Dossl_ssl.c1266 rb_jump_tag(NUM2INT(cb_state));
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Dunixsocket.c63 rb_jump_tag(prot);
/macosx-10.9.5/ruby-104/ruby/ext/io/console/
H A Dconsole.c288 rb_jump_tag(status);
/macosx-10.9.5/ruby-104/ruby/ext/psych/
H A Dpsych_parser.c510 if (state) rb_jump_tag(state);
/macosx-10.9.5/ruby-104/ruby/ext/pty/
H A Dpty.c197 if (status) rb_jump_tag(status);
/macosx-10.9.5/ruby-104/ruby/
H A Deval.c666 rb_jump_tag(int tag) function
H A Ddir.c1020 #define GLOB_JUMP_TAG(status) (((status) == -1) ? rb_memerror() : rb_jump_tag(status))
H A Dio.c9218 rb_jump_tag(state);
9228 rb_jump_tag(state);
9468 rb_jump_tag(state);
9550 rb_jump_tag(state);
/macosx-10.9.5/ruby-104/ruby/ext/dbm/
H A Ddbm.c516 if (status) rb_jump_tag(status);
/macosx-10.9.5/ruby-104/ruby/ext/gdbm/
H A Dgdbm.c618 if (status) rb_jump_tag(status);
/macosx-10.9.5/ruby-104/ruby/ext/readline/
H A Dreadline.c428 rb_jump_tag(status);
/macosx-10.9.5/ruby-104/ruby/ext/sdbm/
H A Dinit.c521 if (status) rb_jump_tag(status);
/macosx-10.9.5/ruby-104/ruby/ext/tk/
H A Dtcltklib.c1394 DUMP1("pending_exception_check0: call rb_jump_tag(retry)");
1395 rb_jump_tag(TAG_RETRY);
1397 DUMP1("pending_exception_check0: call rb_jump_tag(redo)");
1398 rb_jump_tag(TAG_REDO);
1400 DUMP1("pending_exception_check0: call rb_jump_tag(throw)");
1401 rb_jump_tag(TAG_THROW);
1438 DUMP1("pending_exception_check1: call rb_jump_tag(retry)");
1439 rb_jump_tag(TAG_RETRY);
1441 DUMP1("pending_exception_check1: call rb_jump_tag(redo)");
1442 rb_jump_tag(TAG_RED
[all...]
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dintern.h376 NORETURN(void rb_jump_tag(int));
/macosx-10.9.5/ruby-104/ruby/ext/zlib/
H A Dzlib.c642 rb_jump_tag(state);
1092 rb_jump_tag(args.jump_state);
3009 rb_jump_tag(state);
/macosx-10.9.5/ruby-104/ruby/ext/bigdecimal/
H A Dbigdecimal.c2577 if (state) rb_jump_tag(state);
2602 if (state) rb_jump_tag(state);
2627 if (state) rb_jump_tag(state);

Completed in 660 milliseconds

12