Searched refs:item (Results 1 - 25 of 525) sorted by path

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pq.c67 void *item = p->dtpq_items[index]; local
68 return (p->dtpq_value(item, p->dtpq_arg));
72 dt_pq_insert(dt_pq_t *p, void *item) argument
79 p->dtpq_items[i] = item;
/freebsd-11-stable/contrib/amd/amd/
H A Dsun_map.c54 sun_list_add(struct sun_list *list, qelem *item) argument
57 list->last = item;
58 list->first = item;
59 item->q_back = NULL;
62 list->last->q_forw = item;
63 item->q_back = list->last;
64 list->last = item;
67 item->q_forw = NULL;
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex636 % max (\topskip - \ht (first item), 0). If that height is large,
2840 % to a command which sets the catcodes (such as @item or @section).
3490 % Tables -- @table, @ftable, @vtable, @item(x).
3496 % margin between end of table item and start of table text.
3502 % Note @table, @ftable, and @vtable define @item, @itemx, etc., with
3505 % to index the item name in whatever manner is desired (perhaps none).
3521 % If the item text does not fit in the space we have, put it on a line
3538 % \parskip glue -- logically it's part of the @item we just started.
3544 % cause the example and the item to crash together. So we use this
3552 % The item tex
[all...]
/freebsd-11-stable/contrib/atf/atf-c/
H A Dcheck.c233 char *item = strdup(*a); local
234 if (item == NULL) {
239 err = atf_list_append(l, item, true);
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dlist_test.c193 int item = 5; local
196 RE(atf_list_append(&l1, &item, false));
201 ATF_CHECK_EQ(*(int *)atf_list_index(&l1, 0), item);
208 int item = 5; local
212 RE(atf_list_append(&l2, &item, false));
216 ATF_CHECK_EQ(*(int *)atf_list_index(&l1, 0), item);
293 printf("Retrieved item: %d\n", *(int *)atf_list_iter_data(iter));
332 printf("Retrieved item: %d\n",
/freebsd-11-stable/contrib/binutils/
H A Dconfigure5531 for item in ${build_configdirs} ; do
5534 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
5536 olditem=${item}
5540 for item in ${configdirs} ; do
5543 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
5545 olditem=${item}
5549 for item in ${target_configdirs} ; do
5552 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
5554 olditem=${item}
/freebsd-11-stable/contrib/binutils/gas/
H A Dsb.c81 ptr->item = e;
95 /* Return item to free list. */
96 ptr->item->next = free_list.size[ptr->pot];
97 free_list.size[ptr->pot] = ptr->item;
H A Dsb.h56 struct le *item; member in struct:sb
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c1560 # define PUSH_FAILURE_POINTER(item) \
1561 fail_stack.stack[fail_stack.avail++].pointer = (UCHAR_T *) (item)
1563 /* This pushes an integer-valued item onto the failure stack.
1566 # define PUSH_FAILURE_INT(item) \
1567 fail_stack.stack[fail_stack.avail++].integer = (item)
1572 # define PUSH_FAILURE_ELT(item) \
1573 fail_stack.stack[fail_stack.avail++] = (item)
1586 # define DEBUG_PUSH(item)
1799 the type of `word', i.e., is something that fits into one item on the
/freebsd-11-stable/contrib/bmake/
H A Dfor.c365 const char *item = strlist_str(items, item_no);
373 Buf_AddBytes(cmds, strlen(item), item);
378 while ((ch = *item++) != 0) {
380 len = for_var_len(item);
382 Buf_AddBytes(cmds, len + 1, item - 1);
383 item += len;
363 const char *item = strlist_str(items, item_no); local
/freebsd-11-stable/contrib/bmake/mk/
H A Ddirdeps.mk219 # there needs to be at least one item missing for these to make sense
/freebsd-11-stable/contrib/byacc/
H A Dlr0.c439 int item; local
447 item = ritem[*isp];
448 if (item < 0)
450 redset[count++] = (Value_t)-item;
H A Dmain.c613 MY_TMPFILES *item; local
620 item = NEW(MY_TMPFILES);
621 NO_SPACE(item);
623 item->name = name;
624 NO_SPACE(item->name);
626 item->next = my_tmpfiles;
627 my_tmpfiles = item;
/freebsd-11-stable/contrib/dialog/
H A Dbuildlist.c61 * Print list item. The 'selected' parameter is true if 'choice' is the
62 * current item. That one is colored differently from the other items.
67 DIALOG_LISTITEM * item,
77 ? item->name
78 : item->text);
80 /* Clear 'residue' of last item */
90 dlg_print_listitem(win, item->name, climit, first, selected);
100 dlg_item_help(item->help);
137 * Return the previous item from the list, staying in the same column. If no
181 * Return the next item fro
65 print_item(ALL_DATA * data, WINDOW *win, DIALOG_LISTITEM * item, int choice, int selected) argument
[all...]
H A Dchecklist.c52 * Print list item. The 'selected' parameter is true if 'choice' is the
53 * current item. That one is colored differently from the other items.
58 DIALOG_LISTITEM * item,
69 ? item->name
70 : item->text);
72 /* Clear 'residue' of last item */
82 states[item->state]);
87 dlg_print_listitem(win, item->name, climit, first, selected);
95 dlg_item_help(item->help);
147 * to read the list item state
56 print_item(ALL_DATA * data, WINDOW *win, DIALOG_LISTITEM * item, const char *states, int choice, int selected) argument
[all...]
H A Dformbox.c43 is_readonly(DIALOG_FORMITEM * item) argument
45 return ((item->type & 2) != 0) || (item->text_flen <= 0);
49 is_hidden(DIALOG_FORMITEM * item) argument
51 return ((item->type & 1) != 0);
75 * Print form item
78 print_item(WINDOW *win, DIALOG_FORMITEM * item, int scrollamt, bool choice) argument
83 if (ok_move(win, scrollamt, item->name_y, item->name_x)) {
84 len = item
135 print_form(WINDOW *win, DIALOG_FORMITEM * item, int total, int scrollamt, int choice) argument
151 set_choice(DIALOG_FORMITEM item[], int choice, int item_no, bool * noneditable) argument
178 form_limit(DIALOG_FORMITEM item[]) argument
192 is_first_field(DIALOG_FORMITEM item[], int choice) argument
206 is_last_field(DIALOG_FORMITEM item[], int choice, int item_no) argument
223 tab_next(WINDOW *win, DIALOG_FORMITEM item[], int item_no, int stepsize, int *choice, int *scrollamt) argument
288 scroll_next(WINDOW *win, DIALOG_FORMITEM item[], int stepsize, int *choice, int *scrollamt) argument
342 real_length(DIALOG_FORMITEM * item) argument
355 make_FORM_ELTs(DIALOG_FORMITEM * item, int item_no, int *min_height, int *min_width) argument
[all...]
H A Dmenubox.c60 * Print menu item
65 DIALOG_LISTITEM * item,
80 ? item->name
81 : item->text);
96 /* Clear 'residue' of last item and mark current current item */
112 dlg_print_listitem(win, item->name, climit, first, selected);
127 /* print actual item */
132 dlg_item_help(item->help);
160 /* original item i
63 print_item(ALL_DATA * data, WINDOW *win, DIALOG_LISTITEM * item, int choice, Mode selected, bool is_inputmenu) argument
[all...]
H A Dmixedgauge.c114 int item; local
126 for (item = 0; item < dlg->item_no; ++item) {
129 y = item + MARGIN + 1;
133 status = status_string(dlg->list[item].text, &freeMe);
138 dlg_print_text(win, dlg->list[item].name, lm, &attr);
/freebsd-11-stable/contrib/dialog/samples/
H A Dchecklist28 $DIALOG --item-help --backtitle "No Such Organization" \
H A Dchecklist38 $DIALOG --item-help --backtitle "No Such Organization" \
H A Dchecklist48 $DIALOG --help-button --item-help --backtitle "No Such Organization" \
H A Dchecklist58 $DIALOG --help-button --item-help --backtitle "No Such Organization" \
H A Dchecklist69 $DIALOG --help-button --item-help --colors --backtitle "\Z1No Such\Zn Organization" \
H A Dchecklist710 --item-help \
H A Ddialog.py162 pairs = map(lambda i, item: (i + 1, item), range(len(list)), list)
184 lambda i, item, onoff, fs=('off', 'on'): (i + 1, item, fs[onoff]),
193 objectList = filter(lambda item, list=list, indexList=indexList:
194 list.index(item) + 1 in indexList,
208 selected -- the selected item (must be between 1 and len(list)
212 triples = map(lambda i, item: (i + 1, item, 'off'),
215 i, item, tm
[all...]

Completed in 237 milliseconds

1234567891011>>