Searched refs:atom_count (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DText.c1946 for (count = 0, match = s->selections; count < s->atom_count;
2192 for (i = 0 ; i < ctx->text.s.atom_count; i++, atomP++)
2197 while (ctx->text.s.atom_count
2198 && ctx->text.s.selections[ctx->text.s.atom_count - 1] == 0)
2199 ctx->text.s.atom_count--;
2205 for (i = 0 ; i < ctx->text.s.atom_count; i++, atomP++)
2207 *atomP = ctx->text.s.selections[--ctx->text.s.atom_count];
2208 while (ctx->text.s.atom_count
2209 && ctx->text.s.selections[ctx->text.s.atom_count-1] == 0)
2210 ctx->text.s.atom_count
[all...]
H A DTextAction.c935 for (count = 0, match = s->selections; count < s->atom_count;
1162 for (i = 0 ; i < salt->s.atom_count; i++, atomP++)
1166 while (salt->s.atom_count
1167 && salt->s.selections[salt->s.atom_count-1] == 0)
1168 salt->s.atom_count--;
1174 for (i = 0 ; i < salt->s.atom_count; i++, atomP++)
1176 *atomP = salt->s.selections[--salt->s.atom_count];
1178 while (salt->s.atom_count
1179 && salt->s.selections[salt->s.atom_count-1] == 0)
1180 salt->s.atom_count
[all...]
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTextP.h100 int atom_count; member in struct:__anon33d498150208
/xsrc/external/mit/xwininfo/dist/
H A Dxwininfo.c1718 int atom_count = prop->value_len; local in function:Display_WM_Info
1720 if (atom_count > 0) {
1722 for (int i = 0; i < atom_count; i++)
1735 int atom_count = prop->value_len; local in function:Display_WM_Info
1737 if (atom_count > 0) {
1739 for (int i = 0; i < atom_count; i++)

Completed in 11 milliseconds