Lines Matching refs:atomP
4976 Atom *atomP;
4987 for (i = 0, atomP = screen->selection_atoms;
4988 atomP++) {
4989 if (*selection == *atomP)
4990 *atomP = (Atom) 0;
4991 if (CutBuffer(*atomP) >= 0) {
4992 *atomP = (Atom) 0;
5002 for (i = 0, atomP = screen->selection_atoms;
5003 i < screen->selection_count; i++, atomP++) {
5004 if (*atomP == (Atom) 0) {
5005 *atomP = screen->selection_atoms[--screen->selection_count];