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

/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c1365 TopoOrder(XOTclClass *cl, XOTclClasses* (*next)(XOTclClass*)) { function
1376 return cl->order = TopoOrder(cl, direction);
5672 if (obj->cl->order == NULL) obj->cl->order = TopoOrder(obj->cl, Super);

Completed in 148 milliseconds