Searched refs:std_targets (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextAction.c | 646 Atom* targetP, * std_targets; local 653 target, type, (XPointer*)&std_targets, 674 memcpy((char*)targetP, (char*)std_targets, sizeof(Atom)*std_length); 675 XtFree((char*)std_targets);
|
H A D | Text.c | 1520 Atom* targetP, * std_targets; local 1527 target, type, (XPointer*)&std_targets, 1547 (void) memmove((char*)targetP, (char*)std_targets, sizeof(Atom)*std_length); 1548 XtFree((char*)std_targets);
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Text.c | 1381 Atom* targetP, * std_targets; local 1388 target, type, (caddr_t*)&std_targets, 1408 bcopy((char*)std_targets, (char*)targetP, sizeof(Atom)*std_length); 1409 XtFree((char*)std_targets);
|
Completed in 98 milliseconds