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

/macosx-10.10/ruby-106/ruby/
H A Dtime.c855 static int obj2subsecx(VALUE obj, VALUE *subsecx);
2221 vtm.sec = NIL_P(v[5]) ? 0 : obj2subsecx(v[5], &vtm.subsecx);
2622 obj2subsecx(VALUE obj, VALUE *subsecx) function
2767 vtm->sec = NIL_P(v[5])?0:obj2subsecx(v[5], &vtm->subsecx);

Completed in 72 milliseconds