OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_XawDisplayList
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/libXaw/dist/src/
Private.h
86
typedef struct _XawDL
_XawDisplayList
;
99
void XawRunDisplayList(Widget,
_XawDisplayList
*, XEvent*, Region);
102
_XawDisplayList
*XawCreateDisplayList(String, Screen*, Colormap, int);
103
void XawDestroyDisplayList(
_XawDisplayList
*);
104
String XawDisplayListString(
_XawDisplayList
*);
DisplayList.c
122
XawRunDisplayList(Widget w,
_XawDisplayList
*list,
227
_XawDisplayList
*XawCreateDisplayList(String string, Screen *screen,
230
_XawDisplayList
*dlist;
247
dlist = (
_XawDisplayList
*)XtMalloc(sizeof(
_XawDisplayList
));
440
XawDisplayListString(
_XawDisplayList
*dlist)
448
XawDestroyDisplayList(
_XawDisplayList
*dlist)
Completed in 7 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026