Searched defs:sel (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c2073 Atom * sel = ctx->text.s.selections; local
2076 sel = (Atom *) XtRealloc((caddr_t)sel, sizeof(Atom) * nelems);
2079 XmuInternStrings(XtDisplay((Widget)ctx), list, nelems, sel); local
2081 return(ctx->text.s.selections = sel);
2693 Atom sel = ctx->text.s.selections[ctx->text.s.atom_count - 1]; local
2694 if ( sel != (Atom) 0 ) {
2698 if (GetCutBufferNumber(sel) == NOT_A_CUT_BUFFER)
2699 XtDisownSelection(w, sel, ctx->text.time);
2700 LoseSelection(w, &sel); /* I
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextAction.c1377 Atom* sel; local
1385 for (sel=selections; --num_atoms >= 0; sel++, params++)
1386 *sel = XInternAtom(dpy, *params, False);
H A DText.c2467 Atom * sel = ctx->text.s.selections; local
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]; local
3322 if ( sel != (Atom) 0 ) {
3326 if (GetCutBufferNumber(sel) == NOT_A_CUT_BUFFER)
3327 XtDisownSelection(w, sel, ct
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_display.c2953 u32 sel; local
2957 sel = TRANS_DPLLB_SEL(pipe);
2959 temp |= sel;
2961 temp &= ~sel;

Completed in 62 milliseconds