HomeSort by: relevance | last modified time | path
    Searched refs:XA_TEXT (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/libXmu/dist/src/
Atoms.c 80 DeclareAtom(XA_TEXT, "TEXT" )
  /xsrc/external/mit/libXmu/dist/include/X11/Xmu/
Atoms.h 84 #define XA_TEXT(d) XmuInternAtom(d, _XA_TEXT)
  /xsrc/external/mit/xclipboard/dist/
xcutsel.c 137 *targetP++ = XA_TEXT(d);
149 if (*target == XA_STRING || *target == XA_TEXT(d)) {
xclipboard.c 560 *targetP++ = XA_TEXT(d);
607 *target == XA_TEXT(d) ||
  /xsrc/external/mit/xconsole/dist/
xconsole.c 463 *targetP++ = XA_TEXT(d);
508 *target == XA_TEXT(d) ||
  /xsrc/external/mit/xterm/dist/
button.c 1897 result[count++] = XA_TEXT(XtDisplay(w));
1901 result[count++] = XA_TEXT(XtDisplay(w));
1948 result[n++] = XA_TEXT(XtDisplay(w));
1985 result[n++] = XA_TEXT(XtDisplay(w));
4892 } else if (screen->wide_chars && *target == XA_TEXT(dpy)) {
4922 } else if (*target == XA_TEXT(dpy)) { /* not wide_chars */
trace.c 497 } else if (a == XA_TEXT(d)) {
498 result = "XA_TEXT()";
  /xsrc/external/mit/libXaw/dist/src/
TextAction.c 503 XA_UTF8_STRING(d) : XA_TEXT(d),
977 *targetP++ = XA_TEXT(d);
1003 || *target == XA_TEXT(d)
1006 if (*target == XA_TEXT(d)) {
Text.c 1986 *targetP++ = XA_TEXT(d);
2017 || *target == XA_TEXT(d)
2020 if (*target == XA_TEXT(d)) {

Completed in 16 milliseconds