Lines Matching refs:items
125 | Create a new state with ACCESSING_SYMBOL, for those items. Store |
138 res = xmalloc (offsetof (state, items) + items_size);
150 memcpy (res->items, core, items_size);
161 size_t items_size = s->nitems * sizeof *s->items;
165 res = xmalloc (offsetof (state, items) + items_size);
178 memcpy (res->items, s->items, items_size);
308 /* Two states are equal if they have the same core items. */
318 if (s1->items[i] != s2->items[i])
337 key += s->items[i];
395 state *probe = xmalloc (offsetof (state, items) + items_size);
399 memcpy (probe->items, core, items_size);