_XSTR             131 lib/aio.c        return r ? aio_error(P, "Aio_"_XSTR(T), r) : (PN)data;
_XSTR             153 lib/aio.c        if (!potion_bind(P, self, PN_STR("Aio_"_XSTR(T)))) return potion_type_error_want(P, "self", self, ""_XSTR(T))
_XSTR             167 lib/aio.c        if (!potion_bind(P, self, PN_STR("Aio_"_XSTR(T)))) {                  \
_XSTR             171 lib/aio.c                  : PN_IS_INT(self) ? "Integer" : "Boolean", "Aio_"_XSTR(T));  \
_XSTR            1816 lib/aio.c        potion_define_global(P, PN_STR("Aio_" _XSTR(T)), aio_##T##_vt); \
_XSTR            1817 lib/aio.c        potion_method(aio_##T##_vt, ""_XSTR(T), aio_##T##_new, 0)
_XSTR            1824 lib/aio.c        potion_define_global(P, PN_STR("Aio_" _XSTR(T)), aio_##T##_vt); \
_XSTR            1825 lib/aio.c        potion_method(aio_##T##_vt, ""_XSTR(T), aio_##T##_new, 0)
_XSTR            1829 lib/aio.c        potion_method(P->lobby, "Aio_"_XSTR(T), aio_##T##_new, args)
_XSTR            1831 lib/aio.c        potion_define_global(P, PN_STR("AIO_"_XSTR(name)), PN_NUM(UV_##name))