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

/macosx-10.9.5/ruby-104/ruby/ext/tk/
H A Dtcltklib.c954 static char *rubytk_kitpath = NULL; variable
959 "load {} rubytk_kitpath\n"
1035 if (rubytk_kitpath) {
1036 ckfree(rubytk_kitpath);
1039 rubytk_kitpath = (char *)ckalloc(len + 1);
1040 memcpy(rubytk_kitpath, kitpath, len);
1041 rubytk_kitpath[len] = '\0';
1043 return rubytk_kitpath;
1101 str = rubytk_kitpath ? rubytk_kitpath
[all...]

Completed in 273 milliseconds