Searched refs:nitems (Results 1 - 13 of 13) sorted by relevance

/solaris-x11-s11/open-src/lib/libXmu/sun-src/src/
H A DVisGamma.c319 unsigned long nitems = 0; local
335 CorrectAtom, &format, &nitems, &nbytes_return,
341 } else if ((long)nitems <= 0) {
355 /* Note: nitems is decremented as a side-effect of calling getElement */
356 while (nitems) {
374 if (nitems < 9) {
392 if (nitems < 7) {
409 if (nitems < 6) {
422 visualID = _XcmsGetElement(format, &pChar, &nitems);
425 visualID |= _XcmsGetElement(format, &pChar, &nitems);
[all...]
H A DCmapEquiv.c166 unsigned long nitems; local
176 &actualFormat, &nitems, &bytesAfter,
/solaris-x11-s11/open-src/app/cmap_compact/sun-src/
H A Dcmcutil.c263 unsigned long nitems; local
271 1/*delete*/, AnyPropertyType, &actual_type, &format, &nitems,
273 && nitems == 1) {
276 nitems == 1 && bytes_after == 0) {
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1ListP.h82 int nitems; /* number of items in the list. */ member in struct:__anon305
H A DXaw3_1List.c84 offset(list.nitems), XtRImmediate, (caddr_t)0},
216 lw->list.nitems = 1;
219 if (lw->list.nitems == 0) /* Get number of items. */
220 for ( ; lw->list.list[lw->list.nitems] != NULL ; lw->list.nitems++);
223 for ( i = 0 ; i < lw->list.nitems; i++) {
367 if (*item >= lw->list.nitems) return(OUT_OF_RANGE);
544 for (item = ul_item; (item <= lr_item && item < lw->list.nitems) ; item++)
651 lw->list.nrows = ( ( lw->list.nitems - 1) / lw->list.ncols) + 1 ;
674 lw->list.nrows = ( ( lw->list.nitems
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DListP.h82 int nitems; /* number of items in the list. */ member in struct:__anon369
H A DList.c96 offset(list.nitems), XtRImmediate, (XtPointer)0},
244 lw->list.nitems = 1;
249 if (lw->list.nitems == 0)
250 for ( ; lw->list.list[lw->list.nitems] != NULL ; lw->list.nitems++);
258 for ( i = 0 ; i < lw->list.nitems; i++) {
433 if (*item >= lw->list.nitems) return(OUT_OF_RANGE);
681 for (item = ul_item; (item <= lr_item && item < lw->list.nitems) ; item++)
787 lw->list.nrows = ( ( lw->list.nitems - 1) / lw->list.ncols) + 1 ;
815 lw->list.nrows = ( ( lw->list.nitems
1083 XawListChange(Widget w, char ** list, int nitems, int longest, int resize_it) argument
[all...]
H A DVendor.c248 prop.nitems = fromVal->size;
H A DTextSrc.c608 *len_in_out = textprop.nitems;
H A DTextAction.c244 textprop.nitems = strlen(value);
720 *length = textprop.nitems;
735 textprop.nitems = strlen(*value);
749 *length = textprop.nitems;
897 salt->length = textprop.nitems;
H A DText.c1598 *length = textprop.nitems;
1613 textprop.nitems = strlen(*value);
1627 *length = textprop.nitems;
1830 salt->length = textprop.nitems;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DcsfindNX.c108 unsigned long *nitems, /* IN: if non-null then RETURN val */
122 if (nitems != NULL) *nitems = actual_number;
125 if (*nitems != 0) { /* if data returned, clean up */
128 *nitems = 0;
103 GetProperty( Display *dpy, Window w, Atom prop, Atom type, unsigned long *nitems, char **data) argument
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c665 windowName.nitems = strlen ((char *)(windowName.value));
669 iconName.nitems = strlen ((char *)(iconName.value));

Completed in 43 milliseconds