Searched defs:selections (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextP.h75 Atom* selections; member in struct:__anon334
142 XawTextSelectType *sarray; /* Array to cycle for selections. */
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextP.h98 Atom* selections; member in struct:__anon402
181 XawTextSelectType *sarray; /* Array to cycle for selections. */
182 XawTextSelectionSalt *salt; /* salted away selections */
222 XawTextSelectionSalt *salt2; /* salted away selections */
273 Atom* /*selections*/,
H A DTextAction.c289 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
1379 Atom selections[256]; local
[all...]

Completed in 56 milliseconds