_XSTR 34 front/p2.c const char p2_banner[] = P2_BANNER(_XSTR(POTION_JIT_NAME)); _XSTR 127 lib/aio.c return r ? aio_error(P, "Aio_"_XSTR(T), r) : (PN)data; _XSTR 149 lib/aio.c if (!potion_bind(P, self, PN_STR("Aio_"_XSTR(T)))) return potion_type_error_want(P, self, ""_XSTR(T)) _XSTR 163 lib/aio.c if (!potion_bind(P, self, PN_STR("Aio_"_XSTR(T)))) { \ _XSTR 167 lib/aio.c : PN_IS_NUM(self) ? "Number" : "Boolean", "Aio_"_XSTR(T)); \ _XSTR 1756 lib/aio.c potion_define_global(P, PN_STR("Aio_" _XSTR(T)), aio_##T##_vt); \ _XSTR 1757 lib/aio.c potion_method(aio_##T##_vt, ""_XSTR(T), aio_##T##_new, 0) _XSTR 1764 lib/aio.c potion_define_global(P, PN_STR("Aio_" _XSTR(T)), aio_##T##_vt); \ _XSTR 1765 lib/aio.c potion_method(aio_##T##_vt, ""_XSTR(T), aio_##T##_new, 0) _XSTR 1769 lib/aio.c potion_method(P->lobby, "Aio_"_XSTR(T), aio_##T##_new, args) _XSTR 1771 lib/aio.c potion_define_global(P, PN_STR("AIO_"_XSTR(name)), PN_NUM(UV_##name))