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

/macosx-10.10.1/ruby-106/ruby/
H A Dstring.c6995 scan_once(VALUE str, VALUE pat, long *start) function
7075 while (!NIL_P(result = scan_once(str, pat, &start))) {
7084 while (!NIL_P(result = scan_once(str, pat, &start))) {

Completed in 140 milliseconds