Searched refs:targetP (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xclipboard/dist/
H A Dxcutsel.c126 Atom* targetP; local in function:ConvertSelection
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);
H A Dxclipboard.c542 Atom* targetP; local in function:ConvertSelection
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
[all...]
/xsrc/external/mit/xconsole/dist/
H A Dxconsole.c454 Atom* targetP; local in function:ConvertSelection
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/
H A DText.c1966 Atom *targetP, *std_targets; local in function:TextConvertSelection
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
[all...]
H A DTextAction.c957 Atom *targetP, *std_targets; local in function:ConvertSelection
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
[all...]
/xsrc/external/mit/xterm/dist/
H A Dbutton.c4838 Atom *targetP; local in function:ConvertSelection
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 20 milliseconds