rb_str_index      889 dln.c              int rb_str_index;
rb_str_index      956 dln.c          	    char *name = name_base + base->rb_str_index;
rb_str_index     2385 string.c       	pos = rb_str_index(str, sub, pos);
rb_str_index     2933 string.c       	if (rb_str_index(str, indx, 0) != -1)
rb_str_index     3186 string.c       	beg = rb_str_index(str, indx, 0);
rb_str_index     3900 string.c           i = rb_str_index(str, arg, 0);
rb_str_index     6613 string.c       	pos = rb_str_index(str, sep, 0);