Searched refs:atom_count (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++)
1720 for (i = 0 ; i < ctx->text.s.atom_count; i++, atomP++)
1725 while (ctx->text.s.atom_count &&
1726 ctx->text.s.selections[ctx->text.s.atom_count-1] == 0)
1727 ctx->text.s.atom_count--;
1734 for (i = 0 ; i < ctx->text.s.atom_count; i++, atomP++)
1736 *atomP = ctx->text.s.selections[--ctx->text.s.atom_count];
1737 while (ctx->text.s.atom_count &&
1738 ctx->text.s.selections[ctx->text.s.atom_count-1] == 0)
1739 ctx->text.s.atom_count
[all...]
H A DTextP.h99 int atom_count; member in struct:__anon402
H A DTextAction.c621 for (count = 0, match = s->selections; count < s->atom_count; match++, count++)
820 for (i = 0 ; i < salt->s.atom_count; i++, atomP++)
824 while (salt->s.atom_count &&
825 salt->s.selections[salt->s.atom_count-1] == 0)
827 salt->s.atom_count--;
835 for (i = 0 ; i < salt->s.atom_count; i++, atomP++)
838 *atomP = salt->s.selections[--salt->s.atom_count];
839 while (salt->s.atom_count &&
840 salt->s.selections[salt->s.atom_count-1] == 0)
841 salt->s.atom_count
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextP.h76 int atom_count; member in struct:__anon334
H A DXaw3_1Text.c1515 for (i = 0 ; i < ctx->text.s.atom_count; i++, atomP++)
1520 while (ctx->text.s.atom_count &&
1521 ctx->text.s.selections[ctx->text.s.atom_count-1] == 0)
1522 ctx->text.s.atom_count--;
1529 for (i = 0 ; i < ctx->text.s.atom_count; i++, atomP++)
1531 *atomP = ctx->text.s.selections[--ctx->text.s.atom_count];
1532 while (ctx->text.s.atom_count &&
1533 ctx->text.s.selections[ctx->text.s.atom_count-1] == 0)
1534 ctx->text.s.atom_count--;
1537 if (ctx->text.s.atom_count
[all...]

Completed in 27 milliseconds