Searched refs:nitems (Results 1 - 13 of 13) sorted by relevance
/solaris-x11-s11/open-src/lib/libXmu/sun-src/src/ |
H A D | VisGamma.c | 319 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 D | CmapEquiv.c | 166 unsigned long nitems; local 176 &actualFormat, &nitems, &bytesAfter,
|
/solaris-x11-s11/open-src/app/cmap_compact/sun-src/ |
H A D | cmcutil.c | 263 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 D | Xaw3_1ListP.h | 82 int nitems; /* number of items in the list. */ member in struct:__anon305
|
H A D | Xaw3_1List.c | 84 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 D | ListP.h | 82 int nitems; /* number of items in the list. */ member in struct:__anon369
|
H A D | List.c | 96 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 D | Vendor.c | 248 prop.nitems = fromVal->size;
|
H A D | TextSrc.c | 608 *len_in_out = textprop.nitems;
|
H A D | TextAction.c | 244 textprop.nitems = strlen(value); 720 *length = textprop.nitems; 735 textprop.nitems = strlen(*value); 749 *length = textprop.nitems; 897 salt->length = textprop.nitems;
|
H A D | Text.c | 1598 *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 D | csfindNX.c | 108 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 D | xmag_multivis.c | 665 windowName.nitems = strlen ((char *)(windowName.value)); 669 iconName.nitems = strlen ((char *)(iconName.value));
|
Completed in 41 milliseconds