rb_str_index      903 dln.c              int rb_str_index;
rb_str_index      973 dln.c          	    char *name = name_base + base->rb_str_index;
rb_str_index     3224 string.c       	pos = rb_str_index(str, sub, pos);
rb_str_index     4027 string.c       	if (rb_str_index(str, indx, 0) != -1)
rb_str_index     4302 string.c       	beg = rb_str_index(str, indx, 0);
rb_str_index     5256 string.c           i = rb_str_index(str, arg, 0);
rb_str_index     8641 string.c       	pos = rb_str_index(str, sep, 0);