Searched refs:topnode (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/listres/dist/ |
| H A D | listres.c | 137 static int print_classname (XmuWidgetNode *node, XmuWidgetNode *topnode, argument 142 if (node && node != topnode) { 143 retval = print_classname (node->superclass, topnode, level + 1, 174 XmuWidgetNode *topnode, Bool showsuper, 209 XmuWidgetNode *topnode, Widget toplevel, 214 XmuWnFetchResources (node, toplevel, topnode); 225 print_classname (node, topnode, 0, showvar); 227 print_resources (node, format, topnode, showsuper, showvar); 237 XmuWidgetNode *topnode; local in function:main 276 topnode 173 print_resources(XmuWidgetNode * node,const char * format,XmuWidgetNode * topnode,Bool showsuper,Bool showvar) argument 208 list_resources(XmuWidgetNode * node,const char * format,XmuWidgetNode * topnode,Widget toplevel,Bool showsuper,Bool showvar) argument [all...] |
| /xsrc/external/mit/libXmu/dist/include/X11/Xmu/ |
| H A D | WidgetNode.h | 75 XmuWidgetNode *topnode
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | WidgetNode.c | 211 XmuWidgetNode *topnode) 260 if (wn == topnode) break; 270 if (wn == topnode) break; 210 XmuWnFetchResources(XmuWidgetNode * node,Widget toplevel,XmuWidgetNode * topnode) argument
|
| /xsrc/external/mit/viewres/dist/ |
| H A D | viewres.c | 223 static XmuWidgetNode *topnode; variable in typeref:typename:XmuWidgetNode * 508 if (node != topnode) 602 add_subtree_to_selected_list(topnode, TRUE); 849 set_node_labels(topnode, 0); 908 topnode = XmuWnNameToNode(widget_list, nwidgets, options.top_object); 909 if (!topnode) { 1037 build_tree(topnode, treeWidget, (Widget) NULL);
|
Completed in 12 milliseconds