Lines Matching refs:selections
289 String* params; /* selections in precedence order */
337 String* params; /* precedence list of selections to try */
621 for (count = 0, match = s->selections; count < s->atom_count; match++, count++)
818 atomP = salt->s.selections;
825 salt->s.selections[salt->s.atom_count-1] == 0)
834 atomP = salt->s.selections;
838 *atomP = salt->s.selections[--salt->s.atom_count];
840 salt->s.selections[salt->s.atom_count-1] == 0)
845 XtFree ((char *) salt->s.selections);
877 salt->s.selections = (Atom *) XtMalloc (sizeof (Atom));
878 if (!salt->s.selections)
902 salt->s.selections[0] = selection;
1379 Atom selections[256];
1385 for (sel=selections; --num_atoms >= 0; sel++, params++)
1388 _XawTextSaltAwaySelection( (TextWidget) w, selections, num_atoms );