Searched refs:w_ruby_ref (Results 1 – 2 of 2) sorted by relevance
993 if (win->w_ruby_ref) in ruby_window_free()995 rb_hash_aset(objtbl, rb_obj_id((VALUE) win->w_ruby_ref), Qnil); in ruby_window_free()996 RDATA(win->w_ruby_ref)->data = NULL; in ruby_window_free()1583 if (win->w_ruby_ref) in window_new()1585 return (VALUE) win->w_ruby_ref; in window_new()1594 win->w_ruby_ref = (void *) obj; in window_new()
3798 void *w_ruby_ref; member