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

/macosx-10.9.5/ruby-104/ruby/ext/tk/
H A Dtcltklib.c4005 struct th_update_param { struct
4015 struct th_update_param *param = (struct th_update_param *) clientData;
4046 struct th_update_param *param;
4127 /* param = (struct th_update_param *)Tcl_Alloc(sizeof(struct th_update_param)); */
4128 param = RbTk_ALLOC_N(struct th_update_param, 1);

Completed in 199 milliseconds