Lines Matching defs:items
10346 printf (_(" extension opcode table, %" PRIu8 " items:\n"),
11732 exceed WRAP_COLUMN. Unpadded numbers look better for the core items
11738 may happen in some cases of the core items. */
12057 /* Sort items by group, and by layout offset within each group. */
12087 const Ebl_Core_Item *items, size_t nitems)
12096 items below. */
12097 if (nitems == 1 && (items[0].format == '\n' || items[0].format == 'b'
12098 || items[0].format == 'B'))
12100 assert (items[0].offset == 0);
12102 colno = handle_core_item (core, items, desc, colno, &size);
12108 assert (items[i].format != '\n');
12113 sorted_items[i] = &items[i];
12146 /* This set of items consumed a certain amount of the note's data.
12149 const Ebl_Core_Item *item = &items[nitems - 1];
12652 const Ebl_Core_Item *items;
12655 ®s_offset, &nregloc, ®locs, &nitems, &items))
12664 items, nitems);