Searched refs:sortkey_sz (Results 1 – 1 of 1) sorted by relevance
123 static size_t sortkey_sz; /* Bytes in sort keys. */ variable3039 cp = lp->key = safe_malloc(sortkey_sz); in list_instance()3385 sortkey_sz += columns[i].sortkey_width; in add_sort_column()3422 return (memcmp(l->key, r->key, sortkey_sz)); in line_cmp()3532 sortkey_sz = 0; in main()