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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c591 } *dpy_list = NULL; local
594 for (dpy_ptr = dpy_list; dpy_ptr != NULL; dpy_ptr = dpy_ptr->next)
598 dpy_ptr->next = dpy_list;
600 dpy_list = dpy_ptr;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c631 } *dpy_list = NULL; local
634 for (dpy_ptr = dpy_list; dpy_ptr != NULL; dpy_ptr = dpy_ptr->next)
638 dpy_ptr->next = dpy_list;
640 dpy_list = dpy_ptr;

Completed in 45 milliseconds