Home
last modified time | relevance | path

Searched defs:Blt_TreeNextSibling (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltTree.h500 #define Blt_TreeNextSibling(node) (((node) == NULL) ? NULL : (node)->next) macro
H A DbltDecls.h665 #define Blt_TreeNextSibling \ macro
H A DbltTree.c3970 Blt_TreeNode Blt_TreeNextSibling (Blt_TreeNode node) { in Blt_TreeNextSibling() function