Lines Matching defs:key_value
3071 struct key_value
3077 static struct key_value *udef_table;
3081 const struct key_value *l = l1;
3082 const struct key_value *r = r1;
3091 struct key_value *kv;
3092 struct key_value key;
3102 kv = bsearch (&key, udef_table, undef_count, sizeof (struct key_value),
3127 sizeof (struct key_value), undef_sort_cmp);
3139 sizeof (struct key_value), undef_sort_cmp);
3152 sizeof (struct key_value), undef_sort_cmp);
3171 sizeof (struct key_value), undef_sort_cmp);
3224 udef_table = xmalloc (undef_count * sizeof (struct key_value));
3230 qsort (udef_table, undef_count, sizeof (struct key_value), undef_sort_cmp);