potion_define_global  239 core/load.c      potion_define_global(P, potion_str(P, LOADER_PATH), pn_loader_path);
potion_define_global  841 core/potion.h  void potion_define_global(Potion *, PN, PN);
potion_define_global  374 core/vm-x86.c    X86_PRE(); ASM(0xB8); ASMN(potion_define_global);
potion_define_global  625 core/vm.c                 potion_define_global(P, reg[op.a], reg[op.b]);
potion_define_global  327 front/p2.c               potion_define_global(P, potion_str(P, "$0"), potion_str(P, "-E"));
potion_define_global  333 front/p2.c               potion_define_global(P, potion_str(P, "$0"), potion_str(P, "-e"));
potion_define_global  347 front/p2.c       potion_define_global(P, potion_str(P, "$P2::mode"), PN_NUM((P->flags & 0xff))); // first flags word: p5,p2,p6
potion_define_global  348 front/p2.c       potion_define_global(P, potion_str(P, "$P2::execmode"), PN_NUM(exec)); // exec_jit, exec_vm
potion_define_global  349 front/p2.c       potion_define_global(P, potion_str(P, "$P2::verbose"),  PN_NUM((P->flags & ~0xff) >> 8)); // second flags word
potion_define_global  350 front/p2.c       potion_define_global(P, potion_str(P, "$^X"), potion_str(P, argv[0]));
potion_define_global  353 front/p2.c         potion_define_global(P, potion_str(P, "$P2::interactive"), PN_NIL);
potion_define_global  357 front/p2.c         potion_define_global(P, PN_STR("@ARGV"), args);
potion_define_global  359 front/p2.c           potion_define_global(P, PN_STR("$0"), PN_STR("-e"));
potion_define_global  363 front/p2.c           potion_define_global(P, PN_STR("$0"), PN_STR(fn));
potion_define_global  368 front/p2.c         potion_define_global(P, PN_STR("$0"), PN_STR("-i"));
potion_define_global  369 front/p2.c         potion_define_global(P, potion_str(P, "$P2::interactive"), PN_NUM(1));
potion_define_global  380 front/potion.c     potion_define_global(P, PN_STR("argv"), args);
potion_define_global  391 front/potion.c     potion_define_global(P, PN_STR("argv"), args);
potion_define_global 1752 lib/aio.c        potion_define_global(P, PN_STR("Aio"), aio_vt);
potion_define_global 1756 lib/aio.c        potion_define_global(P, PN_STR("Aio_" _XSTR(T)), aio_##T##_vt); \
potion_define_global 1764 lib/aio.c        potion_define_global(P, PN_STR("Aio_" _XSTR(T)), aio_##T##_vt); \
potion_define_global 1771 lib/aio.c        potion_define_global(P, PN_STR("AIO_"_XSTR(name)), PN_NUM(UV_##name))
potion_define_global 1840 lib/aio.c        potion_define_global(P, PN_STR("Aio_udp"), aio_udp_vt);
potion_define_global 1859 lib/aio.c        potion_define_global(P, PN_STR("Aio_process_options"), aio_po_vt);
potion_define_global 1897 lib/aio.c        potion_define_global(P, PN_STR("Aio_process"), aio_process_vt);