crb_create_crowbar_string_i  606 crowbar.h      CRB_Object *crb_create_crowbar_string_i(CRB_Interpreter *inter, CRB_Char *str);
crb_create_crowbar_string_i  209 error.c            message_value.u.object = crb_create_crowbar_string_i(inter, message);
crb_create_crowbar_string_i  508 eval.c             right_obj = crb_create_crowbar_string_i(inter, right_str);
crb_create_crowbar_string_i  516 eval.c             result->u.object = crb_create_crowbar_string_i(inter, str);
crb_create_crowbar_string_i   97 heap.c             ret = crb_create_crowbar_string_i(inter, str);
crb_create_crowbar_string_i  126 heap.c             return crb_create_crowbar_string_i(inter, new_str);
crb_create_crowbar_string_i  443 heap.c             value.u.object = crb_create_crowbar_string_i(inter, wc_func_name);
crb_create_crowbar_string_i  152 interface.c    	elem.u.object = crb_create_crowbar_string_i(interpreter, wc_str);
crb_create_crowbar_string_i  413 regexp.c           result = crb_create_crowbar_string_i(inter, vs.string);
crb_create_crowbar_string_i  481 regexp.c           str.u.object = crb_create_crowbar_string_i(inter, vs->string);