Home
last modified time | relevance | path

Searched refs:kv1 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.bin/sort/
HDcoll.c58 static int wstrcoll(struct key_value *kv1, struct key_value *kv2, size_t offset);
772 wstrcoll(struct key_value *kv1, struct key_value *kv2, size_t offset) in wstrcoll() argument
778 bwsprintf(stdout, kv1->k, "; k1=<", ">"); in wstrcoll()
779 printf("(%zu)", BWSLEN(kv1->k)); in wstrcoll()
784 return (bwscoll(kv1->k, kv2->k, offset)); in wstrcoll()
801 numcoll_impl(struct key_value *kv1, struct key_value *kv2, in numcoll_impl() argument
812 s1 = kv1->k; in numcoll_impl()
829 if (kv1->hint->status == HS_UNINITIALIZED) { in numcoll_impl()
833 kv1->hint->v.nh.n1 = wcstoull(smain1, NULL, 10); in numcoll_impl()
835 kv1->hint->v.nh.empty=true; in numcoll_impl()
[all …]
HDsort.h105 typedef int (*cmpcoll_t)(struct key_value *kv1, struct key_value *kv2, size_t offset);
/dragonfly/contrib/ncurses/include/
HDMKkey_defs.sh67 key_event kv1 str V1 KEY_EVENT + ----- We were interrupted by an eve…