kh_key 90 core/gc.h PN v1 = kh_key(name, kh, k); \ kh_key 92 core/gc.h kh_key(name, kh, k) = v1; \ kh_key 105 core/gc.h PN v1 = kh_key(name, kh, k); \ kh_key 107 core/gc.h kh_key(name, kh, k) = v1; \ kh_key 121 core/gc.h PN v = kh_key(str, P->strings, k); \ kh_key 124 core/gc.h kh_key(str, P->strings, k) = ((struct PNFwd *)v)->ptr; \ kh_key 136 core/gc.h PN v = kh_key(str, P->strings, k); \ kh_key 140 core/gc.h kh_key(str, P->strings, k) = ((struct PNFwd *)v)->ptr; \ kh_key 29 core/string.c if (k != kh_end(t)) return kh_key(str, t, k); kh_key 27 core/table.c potion_bytes_obj_string(P, out, kh_key(PN, t, k)); kh_key 84 core/table.c PN_CLOSURE(block)->method(P, block, P->lobby, kh_key(PN, t, k), kh_val(PN, t, k)); kh_key 849 core/vm-x86.c ASMI(PN_UNIQ(kh_key(PN, vt->methods, k - 1))); // cmp NAME %edi