Lines Matching defs:sel
2467 Atom * sel = ctx->text.s.selections;
2472 sel = (Atom *) XtRealloc((char *) sel, sizeof(Atom) * nelems);
2474 ctx->text.s.selections = sel;
2476 for (n=nelems; --n >= 0; sel++, list++)
2477 *sel = XInternAtom(dpy, *list, False);
3321 Atom sel = ctx->text.s.selections[ctx->text.s.atom_count - 1];
3322 if ( sel != (Atom) 0 ) {
3326 if (GetCutBufferNumber(sel) == NOT_A_CUT_BUFFER)
3327 XtDisownSelection(w, sel, ctx->text.time);
3328 LoseSelection(w, &sel); /* In case this is a cut buffer, or