Searched defs:item (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpswsemantics.c106 register Arg arg, nextarg; register Item item, nextitem; local
109 for(item = arg->items; item; item = nextitem) {
110 nextitem = item->next;
111 if (item->subscripted) {
112 if (!item->subscript->constant) free(item->subscript->name);
113 free(item->subscript);
114 if(item
150 register Item item, prevItem; local
426 register Item item = (Item)psw_calloc(sizeof(ItemRec), 1); local
435 register Item item = (Item)psw_calloc(sizeof(ItemRec), 1); local
445 register Item item = (Item)psw_calloc(sizeof(ItemRec), 1); local
456 Item item; local
541 AppendPSWItems(Item item, Items items) argument
[all...]
H A Dpsw.c106 register Item item; local
108 for (item = arg->items; item; item = item->next)
339 register Item item; local
342 for (item = arg->items; item; item = item
377 register Item item; local
882 Item item = t->namedFormal; local
930 Item item = t->namedFormal; local
973 Item item = t->namedFormal; local
1112 register Item item; local
1374 register Item item; local
1481 EmitValueAssignments(Body body, Item item) argument
1566 EmitElementValueAssignments(Body body, Item item) argument
1609 register Item item; /* a parameter */ local
1776 register Item item; local
1818 Item item; local
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1List.c31 * overhead of having a widget for each item in the list. It allows
32 * the user to select an item in a list and notifies the application through
324 * Description: Converts Xcoord to item number of item containing that
328 * Returns: the item number.
332 CvtToItem(w, xloc, yloc, item)
335 int *item;
366 *item = one + another;
367 if (*item >= lw->list.nitems) return(OUT_OF_RANGE);
372 * Description: Find the corners of the rectangle in item spac
532 int item; /* an item to work with. */ local
734 int item, item_len; local
800 int item; local
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DList.c31 * This is a List widget. It allows the user to select an item in a list and
390 * Description: Converts Xcoord to item number of item containing that
394 * Returns: the item number.
398 CvtToItem(w, xloc, yloc, item)
401 int *item;
432 *item = one + another;
433 if (*item >= lw->list.nitems) return(OUT_OF_RANGE);
438 * Description: Find the corners of the rectangle in item space.
462 * Description: returns TRUE if the item passe
669 int item; /* an item to work with. */ local
871 int item, item_len; local
931 int item; local
1160 XawListHighlight(Widget w, int item) argument
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_drv.c936 int ret, item; local
938 item = ddi_get_instance(dip);
942 if (ddi_soft_state_zalloc(i915_statep, item) != DDI_SUCCESS) {
943 DRM_ERROR("failed to alloc softstate, item = %d", item);
947 dev = ddi_get_soft_state(i915_statep, item);
960 (void) ddi_soft_state_free(i915_statep, item);
965 dev = ddi_get_soft_state(i915_statep, item);
982 int item; local
984 item
[all...]

Completed in 28 milliseconds