PN_FUNC           171 core/callcc.c    potion_type_call_is(cnt_vt, PN_FUNC(potion_continuation_yield, 0));
PN_FUNC           202 core/file.c      potion_type_constructor_is(file_vt, PN_FUNC(potion_file_new, "path=S,mode=S"));
PN_FUNC            91 core/internal.c   potion_def_method(P, 0, vtable, PN_lookup, PN_FUNC(potion_lookup, 0));
PN_FUNC            92 core/internal.c   potion_def_method(P, 0, vtable, PN_def, PN_FUNC(potion_def_method, "name=S,block=&"));
PN_FUNC            93 core/internal.c   potion_send(vtable, PN_def, PN_allocate, PN_FUNC(potion_allocate, 0));
PN_FUNC            94 core/internal.c   potion_send(vtable, PN_def, PN_delegated, PN_FUNC(potion_delegated, 0));
PN_FUNC           201 core/objmodel.c   meta->ctor = PN_FUNC(potion_no_call, 0);
PN_FUNC           213 core/objmodel.c   vt->ctor = PN_FUNC(potion_no_call, 0);
PN_FUNC           705 core/objmodel.c   P->call = P->callset = PN_FUNC(potion_no_call, 0);
PN_FUNC           708 core/objmodel.c   potion_type_call_is(mixin_vt, PN_FUNC(potion_object_new, 0));
PN_FUNC           781 core/potion.h    potion_send(RCV, PN_def, potion_str(P, MSG), PN_FUNC(FN, SIG))
PN_FUNC           783 core/potion.h    potion_send(((struct PNVtable *)(RCV))->meta, PN_def, potion_str(P, MSG), PN_FUNC(FN, SIG))
PN_FUNC           494 core/string.c    potion_type_call_is(str_vt, PN_FUNC(potion_str_at, 0));
PN_FUNC           507 core/string.c    potion_type_call_is(byt_vt, PN_FUNC(potion_bytes_at, 0));
PN_FUNC           824 core/table.c     potion_type_call_is(tbl_vt, PN_FUNC(potion_table_at, "key=o"));
PN_FUNC           825 core/table.c     potion_type_callset_is(tbl_vt, PN_FUNC(potion_table_put, "key=o,value=o"));
PN_FUNC           837 core/table.c     potion_type_call_is(tpl_vt, PN_FUNC(potion_tuple_at, "index=N"));
PN_FUNC           838 core/table.c     potion_type_callset_is(tpl_vt, PN_FUNC(potion_tuple_put, "index=N,value=o"));
PN_FUNC          1819 lib/aio.c        potion_type_constructor_is(aio_##T##_vt, PN_FUNC(aio_##T##_new, 0));
PN_FUNC          1828 lib/aio.c        potion_type_constructor_is(aio_##T##_vt, PN_FUNC(aio_##T##_new, args)); \
PN_FUNC          1915 lib/aio.c        potion_type_call_is(aio_udp_vt, PN_FUNC(aio_udp_get, "key=S"));
PN_FUNC          1916 lib/aio.c        potion_type_callset_is(aio_udp_vt, PN_FUNC(aio_udp_set, "key=S,value=o"));
PN_FUNC          1917 lib/aio.c        potion_type_constructor_is(aio_udp_vt, PN_FUNC(aio_udp_new, "|loop=o"));
PN_FUNC          1934 lib/aio.c        potion_type_call_is(aio_po_vt, PN_FUNC(aio_process_options_get, "key=S"));
PN_FUNC          1935 lib/aio.c        potion_type_callset_is(aio_po_vt, PN_FUNC(aio_process_options_set, "key=S,value=o"));
PN_FUNC          1936 lib/aio.c        potion_type_constructor_is(aio_po_vt, PN_FUNC(aio_process_options, 0));
PN_FUNC          1942 lib/aio.c        potion_type_constructor_is(aio_process_vt, PN_FUNC(aio_spawn, "options=o|loop=o"));
PN_FUNC           298 lib/buffile.c    potion_type_constructor_is(ffile_vt, PN_FUNC(potion_buffile_fopen, "path=S,mode=S"));
PN_FUNC           153 test/api/potion-test.c   p2 = PN_FUNC(PN_CLOSURE_F(f1), "x=N,y=N");