Searched defs:next_child (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1SimpleMenu.c816 register Widget * child, * next_child; local
838 next_child = NULL;
841 if (next_child != NULL)
842 *next_child = *child;
843 next_child = child;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DSimpleMenu.c853 Widget * child, * next_child; local
875 next_child = NULL;
878 if (next_child != NULL)
879 *next_child = *child;
880 next_child = child;

Completed in 22 milliseconds