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

/macosx-10.10.1/ruby-106/ruby/
H A Dclass.c1577 int n_lead = 0, n_opt = 0, n_trail = 0, n_mand; local
1582 n_lead = *p - '0';
1614 n_mand = n_lead + n_trail;
1639 for (i = n_lead; i-- > 0; ) {

Completed in 73 milliseconds