Searched refs:selections (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c1496 for (count = 0, match = s->selections; count < s->atom_count; match++, count++)
1719 atomP = ctx->text.s.selections;
1726 ctx->text.s.selections[ctx->text.s.atom_count-1] == 0)
1733 atomP = ctx->text.s.selections;
1736 *atomP = ctx->text.s.selections[--ctx->text.s.atom_count];
1738 ctx->text.s.selections[ctx->text.s.atom_count-1] == 0)
1751 atomP = salt->s.selections;
1758 salt->s.selections[salt->s.atom_count-1] == 0)
1767 atomP = salt->s.selections;
1771 *atomP = salt->s.selections[
[all...]
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...]
/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. */
H A DXaw3_1Text.c1514 atomP = ctx->text.s.selections;
1521 ctx->text.s.selections[ctx->text.s.atom_count-1] == 0)
1528 atomP = ctx->text.s.selections;
1531 *atomP = ctx->text.s.selections[--ctx->text.s.atom_count];
1533 ctx->text.s.selections[ctx->text.s.atom_count-1] == 0)
1545 _SetSelection(ctx, left, right, selections, count)
1548 Atom *selections;
1574 (count == 0) ? NULL : selections[0]);
1581 Atom selection = selections[--count];
2073 Atom * sel = ctx->text.s.selections;
[all...]

Completed in 29 milliseconds