potion_type_constructor_is 212 core/file.c potion_type_constructor_is(file_vt, PN_FUNC(potion_file_new, "path=S,mode=S")); potion_type_constructor_is 810 core/potion.h void potion_type_constructor_is(PN, PN); potion_type_constructor_is 1759 lib/aio.c potion_type_constructor_is(aio_##T##_vt, PN_FUNC(aio_##T##_new, 0)); potion_type_constructor_is 1768 lib/aio.c potion_type_constructor_is(aio_##T##_vt, PN_FUNC(aio_##T##_new, args)); \ potion_type_constructor_is 1844 lib/aio.c potion_type_constructor_is(aio_udp_vt, PN_FUNC(aio_udp_new, "|loop=o")); potion_type_constructor_is 1862 lib/aio.c potion_type_constructor_is(aio_po_vt, PN_FUNC(aio_process_options, 0)); potion_type_constructor_is 1898 lib/aio.c potion_type_constructor_is(aio_process_vt, PN_FUNC(aio_spawn, "options=o|loop=o")); potion_type_constructor_is 288 lib/buffile.c potion_type_constructor_is(ffile_vt, PN_FUNC(potion_buffile_fopen, "path=S,mode=S"));