Lines Matching refs:atomP
1509 register Atom* atomP;
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 = ctx->text.s.selections[--ctx->text.s.atom_count];