SYMBOL_P          848 class.c            if (FIXNUM_P(obj) || SYMBOL_P(obj)) {
SYMBOL_P         2265 compile.c      	if (SYMBOL_P(v) || rb_obj_is_kind_of(v, rb_cNumeric)) {
SYMBOL_P         3953 compile.c      		    SYMBOL_P(node->nd_args->nd_head->nd_lit)) {
SYMBOL_P         5128 compile.c      	if (SYMBOL_P(obj)) {
SYMBOL_P          299 error.c        		else if (SYMBOL_P(x)) {
SYMBOL_P          550 ext/iconv/iconv.c 	if (SYMBOL_P(name)) {
SYMBOL_P          598 ext/openssl/ossl_asn1.c     else if(SYMBOL_P(s)){
SYMBOL_P          619 ext/openssl/ossl_asn1.c     else if(SYMBOL_P(s)){
SYMBOL_P          652 ext/openssl/ossl_asn1.c     if(!SYMBOL_P(tag_class))
SYMBOL_P          875 ext/openssl/ossl_asn1.c 	if(!SYMBOL_P(tagging))
SYMBOL_P          879 ext/openssl/ossl_asn1.c 	if(!SYMBOL_P(tag_class))
SYMBOL_P          750 ext/openssl/ossl_pkey_ec.c         if (SYMBOL_P(arg1)) {
SYMBOL_P          805 ext/openssl/ossl_pkey_ec.c         if (SYMBOL_P(arg1)) {
SYMBOL_P           61 ext/racc/cparse/cparse.c #ifndef SYMBOL_P
SYMBOL_P           74 ext/racc/cparse/cparse.c     if (! SYMBOL_P(v)) {
SYMBOL_P         15320 ext/ripper/ripper.c     if (SYMBOL_P(x)) return x;
SYMBOL_P         9920 ext/ripper/ripper.y     if (SYMBOL_P(x)) return x;
SYMBOL_P           50 hash.c             if (SYMBOL_P(a) && SYMBOL_P(b)) {
SYMBOL_P         1093 include/ruby/ruby.h 	if (SYMBOL_P(obj)) return rb_cSymbol;
SYMBOL_P         1108 include/ruby/ruby.h 	if (SYMBOL_P(obj)) return T_SYMBOL;
SYMBOL_P          582 marshal.c          else if (SYMBOL_P(obj)) {
SYMBOL_P         15252 parse.c            if (SYMBOL_P(x)) return x;
SYMBOL_P         9920 parse.y            if (SYMBOL_P(x)) return x;
SYMBOL_P         2518 re.c               if (SYMBOL_P(s)) {
SYMBOL_P          262 signal.c       	signm = SYMBOL_P(sig) ? rb_id2name(SYM2ID(sig)) : StringValuePtr(sig);
SYMBOL_P          756 signal.c       	if (NIL_P(command) && SYMBOL_P(*cmd)) {
SYMBOL_P         6955 string.c           if (!SYMBOL_P(other)) {
SYMBOL_P         6964 string.c           if (!SYMBOL_P(other)) {
SYMBOL_P          325 struct.c           if (!NIL_P(name) && SYMBOL_P(name)) {
SYMBOL_P         1687 vm.c           	if (FIXNUM_P(obj) || SYMBOL_P(obj)) {
SYMBOL_P          299 vm_eval.c          if (argc == 0 || !SYMBOL_P(argv[0])) {
SYMBOL_P          615 vm_insnhelper.c 	    *id = SYMBOL_P(sym) ? SYM2ID(sym) : rb_to_id(sym);
SYMBOL_P         1376 vm_insnhelper.c 	else if (SYMBOL_P(err)) {