Searched refs:initpos (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dre.c2855 VALUE result, str, initpos; local
2858 if (rb_scan_args(argc, argv, "11", &str, &initpos) == 2) {
2859 pos = NUM2LONG(initpos);
H A Dstring.c2567 VALUE initpos; local
2570 if (rb_scan_args(argc, argv, "11", &sub, &initpos) == 2) {
2571 pos = NUM2LONG(initpos);

Completed in 221 milliseconds