Lines Matching refs:atomP
1713 Atom* atomP;
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 = ctx->text.s.selections[--ctx->text.s.atom_count];
1751 atomP = salt->s.selections;
1753 for (i = 0 ; i < salt->s.atom_count; i++, atomP++)
1754 if (*selection == *atomP)
1755 *atomP = (Atom)0;
1767 atomP = salt->s.selections;
1768 for (i = 0 ; i < salt->s.atom_count; i++, atomP++)
1769 if (*atomP == (Atom)0)
1771 *atomP = salt->s.selections[--salt->s.atom_count];