OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetP
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/xclipboard/dist/
xcutsel.c
127
Atom*
targetP
;
134
targetP
= *(Atom**)value;
136
*
targetP
++ = XA_STRING;
137
*
targetP
++ = XA_TEXT(d);
138
*
targetP
++ = XA_LENGTH(d);
139
*
targetP
++ = XA_LIST_LENGTH(d);
141
*
targetP
++ = XA_CHARACTER_POSITION(d);
143
memmove( (char*)
targetP
, (char*)std_targets, sizeof(Atom)*std_length);
xclipboard.c
551
Atom*
targetP
;
558
targetP
= *(Atom**)value;
559
*
targetP
++ = XA_STRING;
560
*
targetP
++ = XA_TEXT(d);
561
*
targetP
++ = XA_UTF8_STRING(d);
562
*
targetP
++ = XA_COMPOUND_TEXT(d);
563
*
targetP
++ = XA_LENGTH(d);
564
*
targetP
++ = XA_LIST_LENGTH(d);
565
*
targetP
++ = XA_CHARACTER_POSITION(d);
566
*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 60 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026