PN_FUNC 171 core/callcc.c potion_type_call_is(cnt_vt, PN_FUNC(potion_continuation_yield, 0)); PN_FUNC 212 core/file.c potion_type_constructor_is(file_vt, PN_FUNC(potion_file_new, "path=S,mode=S")); PN_FUNC 90 core/internal.c potion_def_method(P, 0, vtable, PN_lookup, PN_FUNC(potion_lookup, 0)); PN_FUNC 91 core/internal.c potion_def_method(P, 0, vtable, PN_def, PN_FUNC(potion_def_method, "name=S,block=&")); PN_FUNC 92 core/internal.c potion_send(vtable, PN_def, PN_allocate, PN_FUNC(potion_allocate, 0)); PN_FUNC 93 core/internal.c potion_send(vtable, PN_def, PN_delegated, PN_FUNC(potion_delegated, 0)); PN_FUNC 206 core/objmodel.c meta->ctor = PN_FUNC(potion_no_call, 0); PN_FUNC 218 core/objmodel.c vt->ctor = PN_FUNC(potion_no_call, 0); PN_FUNC 687 core/objmodel.c P->call = P->callset = PN_FUNC(potion_no_call, 0); PN_FUNC 690 core/objmodel.c potion_type_call_is(mixin_vt, PN_FUNC(potion_object_new, 0)); PN_FUNC 755 core/potion.h potion_send(RCV, PN_def, potion_str(P, MSG), PN_FUNC(FN, SIG)) PN_FUNC 757 core/potion.h potion_send(((struct PNVtable *)(RCV))->meta, PN_def, potion_str(P, MSG), PN_FUNC(FN, SIG)) PN_FUNC 431 core/string.c potion_type_call_is(str_vt, PN_FUNC(potion_str_at, 0)); PN_FUNC 443 core/string.c potion_type_call_is(byt_vt, PN_FUNC(potion_bytes_at, 0)); PN_FUNC 681 core/table.c potion_type_call_is(tbl_vt, PN_FUNC(potion_table_at, "key=o")); PN_FUNC 682 core/table.c potion_type_callset_is(tbl_vt, PN_FUNC(potion_table_put, "key=o,value=o")); PN_FUNC 689 core/table.c potion_type_call_is(tpl_vt, PN_FUNC(potion_tuple_at, "index=N")); PN_FUNC 690 core/table.c potion_type_callset_is(tpl_vt, PN_FUNC(potion_tuple_put, "index=N,value=o")); PN_FUNC 1759 lib/aio.c potion_type_constructor_is(aio_##T##_vt, PN_FUNC(aio_##T##_new, 0)); PN_FUNC 1768 lib/aio.c potion_type_constructor_is(aio_##T##_vt, PN_FUNC(aio_##T##_new, args)); \ PN_FUNC 1842 lib/aio.c potion_type_call_is(aio_udp_vt, PN_FUNC(aio_udp_get, "key=S")); PN_FUNC 1843 lib/aio.c potion_type_callset_is(aio_udp_vt, PN_FUNC(aio_udp_set, "key=S,value=o")); PN_FUNC 1844 lib/aio.c potion_type_constructor_is(aio_udp_vt, PN_FUNC(aio_udp_new, "|loop=o")); PN_FUNC 1860 lib/aio.c potion_type_call_is(aio_po_vt, PN_FUNC(aio_process_options_get, "key=S")); PN_FUNC 1861 lib/aio.c potion_type_callset_is(aio_po_vt, PN_FUNC(aio_process_options_set, "key=S,value=o")); PN_FUNC 1862 lib/aio.c potion_type_constructor_is(aio_po_vt, PN_FUNC(aio_process_options, 0)); PN_FUNC 1898 lib/aio.c potion_type_constructor_is(aio_process_vt, PN_FUNC(aio_spawn, "options=o|loop=o")); PN_FUNC 288 lib/buffile.c potion_type_constructor_is(ffile_vt, PN_FUNC(potion_buffile_fopen, "path=S,mode=S")); PN_FUNC 71 lib/pcre/pcre.c potion_type_call_is(mat_vt, PN_FUNC(potion_match_at, 0)); //< \returns i-th match PN_FUNC 152 test/api/potion-test.c p2 = PN_FUNC(PN_CLOSURE_F(f1), "x=N,y=N");