OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomName
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
thread.c
85
intern_atom(xcb_connection_t *conn, const char *
atomName
)
91
atom_cookie = xcb_intern_atom(conn, 0, strlen(
atomName
),
atomName
);
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
imTrX.c
250
char *
atomName
)
254
(void)sprintf(
atomName
, "_client%d", sequence);
256
return
atomName
;
263
char
atomName
[16];
287
atom = XInternAtom(im->core.display, _NewAtom(
atomName
), False);
/xsrc/external/mit/libXt/dist/src/
TMprint.c
238
_XtString
atomName
;
243
atomName
= (dpy ? XGetAtomName(dpy, atom) : NULL);
245
if (!
atomName
)
248
ExpandToFit(sb,
atomName
);
249
strcpy(sb->current,
atomName
);
251
XFree(
atomName
);
TMparse.c
1143
char
atomName
[1000];
1155
(void) memcpy(
atomName
, start, (size_t) (str - start));
1156
atomName
[str - start] = '\0';
1157
event->event.eventCode = (TMLongCard) XrmStringToQuark(
atomName
);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
winmultiwindowicons.c
400
const char *
atomName
= "_NET_WM_ICON";
406
atom_cookie = xcb_intern_atom(conn, 0, strlen(
atomName
),
atomName
);
winmultiwindowwm.c
1012
intern_atom(xcb_connection_t *conn, const char *
atomName
)
1018
atom_cookie = xcb_intern_atom(conn, 0, strlen(
atomName
),
atomName
);
/xsrc/external/mit/xorgproto/dist/include/X11/
Xproto.h
1272
xGetAtomNameReply
atomName
;
Completed in 13 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026