Searched refs:atomP (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c1713 Atom* atomP; local
1719 atomP = ctx->text.s.selections;
1720 for (i = 0 ; i < ctx->text.s.atom_count; i++, atomP++)
1721 if ( (*selection == *atomP) ||
1722 (GetCutBufferNumber(*atomP) != NOT_A_CUT_BUFFER) )/* is a cut buffer */
1723 *atomP = (Atom)0;
1733 atomP = ctx->text.s.selections;
1734 for (i = 0 ; i < ctx->text.s.atom_count; i++, atomP++)
1735 if (*atomP == (Atom)0) {
1736 *atomP
[all...]
H A DTextAction.c811 Atom* atomP; local
818 atomP = salt->s.selections;
820 for (i = 0 ; i < salt->s.atom_count; i++, atomP++)
821 if (*selection == *atomP)
822 *atomP = (Atom)0;
834 atomP = salt->s.selections;
835 for (i = 0 ; i < salt->s.atom_count; i++, atomP++)
836 if (*atomP == (Atom)0)
838 *atomP = salt->s.selections[--salt->s.atom_count];
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c1509 register Atom* atomP; local
1514 atomP = ctx->text.s.selections;
1515 for (i = 0 ; i < ctx->text.s.atom_count; i++, atomP++)
1516 if ( (*selection == *atomP) ||
1517 (GetCutBufferNumber(*atomP) != NOT_A_CUT_BUFFER) )/* is a cut buffer */
1518 *atomP = (Atom)0;
1528 atomP = ctx->text.s.selections;
1529 for (i = 0 ; i < ctx->text.s.atom_count; i++, atomP++)
1530 if (*atomP == (Atom)0) {
1531 *atomP
[all...]

Completed in 29 milliseconds