Home | History | Annotate | Download | only in src

Lines Matching refs:atomP

2187     Atom *atomP;
2191 atomP = ctx->text.s.selections;
2192 for (i = 0 ; i < ctx->text.s.atom_count; i++, atomP++)
2193 if ((*selection == *atomP)
2194 || (GetCutBufferNumber(*atomP) != NOT_A_CUT_BUFFER))
2195 *atomP = (Atom)0;
2204 atomP = ctx->text.s.selections;
2205 for (i = 0 ; i < ctx->text.s.atom_count; i++, atomP++)
2206 if (*atomP == (Atom)0) {
2207 *atomP = ctx->text.s.selections[--ctx->text.s.atom_count];
2218 atomP = salt->s.selections;
2220 for (i = 0 ; i < salt->s.atom_count; i++, atomP++)
2221 if (*selection == *atomP)
2222 *atomP = (Atom)0;
2231 atomP = salt->s.selections;
2232 for (i = 0 ; i < salt->s.atom_count; i++, atomP++)
2233 if (*atomP == (Atom)0) {
2234 *atomP = salt->s.selections[--salt->s.atom_count];