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

  /xsrc/external/mit/xclipboard/dist/
xcutsel.c 126 Atom* targetP;
133 targetP = *(Atom**)value;
135 *targetP++ = XA_STRING;
136 *targetP++ = XA_TEXT(d);
137 *targetP++ = XA_LENGTH(d);
138 *targetP++ = XA_LIST_LENGTH(d);
140 *targetP++ = XA_CHARACTER_POSITION(d);
142 memmove( (char*)targetP, (char*)std_targets, sizeof(Atom)*std_length);
xclipboard.c 542 Atom* targetP;
549 targetP = *(Atom**)value;
550 *targetP++ = XA_STRING;
551 *targetP++ = XA_TEXT(d);
552 *targetP++ = XA_UTF8_STRING(d);
553 *targetP++ = XA_COMPOUND_TEXT(d);
554 *targetP++ = XA_LENGTH(d);
555 *targetP++ = XA_LIST_LENGTH(d);
556 *targetP++ = XA_CHARACTER_POSITION(d);
557 *length = std_length + (targetP - (*(Atom **) value))
    [all...]
  /xsrc/external/mit/xconsole/dist/
xconsole.c 454 Atom* targetP;
461 targetP = *(Atom**)value;
462 *targetP++ = XA_STRING;
463 *targetP++ = XA_TEXT(d);
464 *targetP++ = XA_LENGTH(d);
465 *targetP++ = XA_LIST_LENGTH(d);
466 *targetP++ = XA_CHARACTER_POSITION(d);
467 *length = std_length + (targetP - (*(Atom **) value));
468 memmove( (char*)targetP, (char*)std_targets, sizeof(Atom)*std_length);
  /xsrc/external/mit/libXaw/dist/src/
Text.c 1966 Atom *targetP, *std_targets;
1984 targetP = *(Atom**)value;
1985 *targetP++ = XA_STRING;
1986 *targetP++ = XA_TEXT(d);
1987 *targetP++ = XA_UTF8_STRING(d);
1988 *targetP++ = XA_COMPOUND_TEXT(d);
1989 *targetP++ = XA_LENGTH(d);
1990 *targetP++ = XA_LIST_LENGTH(d);
1991 *targetP++ = XA_CHARACTER_POSITION(d);
1993 *targetP++ = XA_DELETE(d)
    [all...]
TextAction.c 957 Atom *targetP, *std_targets;
975 targetP = *(Atom**)value;
976 *targetP++ = XA_STRING;
977 *targetP++ = XA_TEXT(d);
978 *targetP++ = XA_UTF8_STRING(d);
979 *targetP++ = XA_COMPOUND_TEXT(d);
980 *targetP++ = XA_LENGTH(d);
981 *targetP++ = XA_LIST_LENGTH(d);
982 *targetP++ = XA_CHARACTER_POSITION(d);
984 *targetP++ = XA_DELETE(d)
    [all...]
  /xsrc/external/mit/xterm/dist/
button.c 4838 Atom *targetP;
4853 targetP = TypeXtMallocN(Atom, *length);
4854 allocP = targetP;
4856 *value = (XtPointer) targetP;
4860 *targetP++ = *my_targets++;
4863 *targetP++ = XA_LENGTH(dpy);
4864 *targetP++ = XA_LIST_LENGTH(dpy);
4866 *length = std_length + (unsigned long) (targetP - allocP);
4868 memcpy(targetP, std_targets, sizeof(Atom) * std_length);

Completed in 11 milliseconds