Searched defs:sarray (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextP.h142 XawTextSelectType *sarray; /* Array to cycle for selections. */ member in struct:_TextPart
H A DXaw3_1Text.c131 sizeof(XawTextSelectType*), offset(text.sarray),
1821 XawTextSelectType newType, *sarray; local
1829 sarray = ctx->text.sarray;
1830 for (;*sarray != XawselectNull && *sarray != ctx->text.s.type; sarray++);
1832 if (*sarray == XawselectNull)
1833 newType = *(ctx->text.sarray);
1835 newType = *(sarray
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextP.h181 XawTextSelectType *sarray; /* Array to cycle for selections. */ member in struct:_TextPart
H A DText.c158 sizeof(XawTextSelectType*), offset(text.sarray),
2153 XawTextSelectType newType, *sarray; local
2161 sarray = ctx->text.sarray;
2162 for (;*sarray != XawselectNull && *sarray != ctx->text.s.type; sarray++);
2164 if (*sarray == XawselectNull)
2165 newType = *(ctx->text.sarray);
2167 newType = *(sarray
3181 XawTextSetSelectionArray(Widget w, XawTextSelectType *sarray) argument
[all...]

Completed in 3286 milliseconds