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

/macosx-10.10/ruby-106/ruby/
H A Dtime.c1833 #define GetTimeval(obj, tobj) ((tobj) = get_timeval(obj))
1834 #define GetNewTimeval(obj, tobj) ((tobj) = get_new_timeval(obj))
1837 #define TIME_INIT_P(tobj) ((tobj)->gmt != -1)
1839 #define TIME_UTC_P(tobj) ((tobj)->gmt == 1)
1840 #define TIME_SET_UTC(tobj) ((tobj)
1867 struct time_object *tobj = ptr; local
1877 time_free(void *tobj) argument
1883 time_memsize(const void *tobj) argument
1897 struct time_object *tobj; local
1910 struct time_object *tobj; local
1921 struct time_object *tobj; local
1990 struct time_object *tobj; local
2020 struct time_object *tobj; local
2201 struct time_object *tobj; local
2354 struct time_object *tobj; local
2500 struct time_object *tobj; local
2517 struct time_object *tobj; local
2579 struct time_object *tobj, *tobj2; local
3236 struct time_object *tobj; local
3260 struct time_object *tobj; local
3284 struct time_object *tobj; local
3310 struct time_object *tobj; local
3341 struct time_object *tobj; local
3369 struct time_object *tobj; local
3461 struct time_object *tobj; local
3478 struct time_object *tobj; local
3488 struct time_object *tobj, *tcopy; local
3509 struct time_object *tobj; local
3588 struct time_object *tobj; local
3612 struct time_object *tobj; local
3702 time_get_tm(VALUE time, struct time_object *tobj) argument
3746 struct time_object *tobj; local
3756 time_add(struct time_object *tobj, VALUE offset, int sign) argument
3790 struct time_object *tobj; local
3817 struct time_object *tobj; local
3847 struct time_object *tobj; local
3902 struct time_object *tobj; local
3951 struct time_object *tobj; local
3971 struct time_object *tobj; local
3991 struct time_object *tobj; local
4013 struct time_object *tobj; local
4035 struct time_object *tobj; local
4055 struct time_object *tobj; local
4083 struct time_object *tobj; local
4222 struct time_object *tobj; local
4257 struct time_object *tobj; local
4280 struct time_object *tobj; local
4311 struct time_object *tobj; local
4344 struct time_object *tobj; local
4412 struct time_object *tobj; local
4612 struct time_object *tobj; local
4664 struct time_object *tobj; local
4777 struct time_object *tobj; local
[all...]
H A Dthread.c4099 #define GetMutexPtr(obj, tobj) \
4100 TypedData_Get_Struct((obj), rb_mutex_t, &mutex_data_type, (tobj))
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_hash.c340 ipc_object_t tobj; local
354 tobj = table[index].ie_object;
355 assert(tobj != IO_NULL);
356 tindex = IH_TABLE_HASH(tobj, size);
/macosx-10.10/ruby-106/ruby/test/win32ole/
H A Dtest_win32ole.rb217 tobj = fso.ole_type
218 assert_match(/^IFileSystem/, tobj.name)
223 tobj = fso.ole_obj_help
224 assert_match(/^IFileSystem/, tobj.name)
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dtree.rb546 tobj = Tk::BLT::Tree.id2obj(t)
547 if tobj.kind_of?(Tk::BLT::Tree)
548 nobj = Tk::BLT::Tree::Node.id2obj(tobj, id)
552 cmd.call(tobj, nobj, k, ops)
/macosx-10.10/Libc-1044.1.2/gen/NetBSD/
H A Drb.c294 void *tobj = RB_NODETOITEM(rbto, tmp); local
296 tobj, object);
301 return tobj;

Completed in 110 milliseconds