PN_STR 679 core/compile.c if (arg == PN_STR("N") || arg == PN_STR("int") || arg == PN_STR("long")) { PN_STR 683 core/compile.c } else if (arg == PN_STR("S") || arg == PN_STR("char*")) { PN_STR 1078 core/compile.c PN PN_clone = PN_STR("clone"); PN_STR 135 core/file.c case PN_TBYTES: len = potion_send(obj, PN_STR("length")); ptr = PN_STR_PTR(obj); break; PN_STR 17 core/internal.h #define PN_STRDUP(S) PN_STR(S) PN_STR 390 core/potion.c if (buf == PN_NIL) { fn = argv[i++]; PN_PUSH(args, PN_STR(fn)); } PN_STR 391 core/potion.c else { PN_PUSH(args, PN_STR("-e")); } PN_STR 392 core/potion.c for (; i < argc; i++) PN_PUSH(args, PN_STR(argv[i])); PN_STR 393 core/potion.c potion_define_global(P, PN_STR("argv"), args); PN_STR 402 core/potion.c PN_PUSH(args, PN_STR("")); PN_STR 403 core/potion.c potion_define_global(P, PN_STR("argv"), args); PN_STR 42 core/primitive.c return potion_send(PN_STR(""), PN_cmp, value); PN_STR 385 core/string.c potion_bytes_append(P, 0, bytes, obj ? potion_send(obj, PN_string) : PN_STR("nil")); PN_STR 373 core/syntax.y # | assign t:arg-type { SRC_TPL2(PN_STR(""),t) } PN_STR 396 core/syntax.y P->fileno = PN_PUT(pn_filenames, PN_STR(filename)); PN_STR 476 core/vm.c PN debug = potion_message(P, self, PN_STR("debug")); // find debug object =>0 PN_STR 478 core/vm.c PN loopmeth = potion_message(P, debug, PN_STR("loop")); PN_STR 485 core/vm.c PN_TUP(PN_AST_(EXPR, PN_PUSH(PN_TUP(PN_AST_(MSG, PN_STR("debug"))), PN_STR 486 core/vm.c PN_AST2_(MSG, PN_STR("loop"), PN_STR 515 core/vm.c if (str == PN_STR(":c")) { break; } PN_STR 516 core/vm.c else if (str == PN_STR(":q")) { P->flags -= EXEC_DEBUG; break; } PN_STR 517 core/vm.c else if (str == PN_STR(":exit")) { exit(0); } PN_STR 518 core/vm.c else if (str == PN_STR(":h")) { PN_STR 538 core/vm.c else if (str && str != PN_STR("")) { PN_STR 549 core/vm.c PN code = potion_parse(P, potion_send(str, PN_STR("bytes")), "-d"); PN_STR 556 core/vm.c PN_TUPLE_AT(sig, 0) = PN_STR("r"); //regs PN_STR 557 core/vm.c PN_TUPLE_AT(sig, 1) = PN_STR("l"); //locals PN_STR 558 core/vm.c PN_TUPLE_AT(sig, 2) = PN_STR("u"); //upvals PN_STR 559 core/vm.c PN_TUPLE_AT(sig, 3) = PN_STR("v"); //values PN_STR 560 core/vm.c PN_TUPLE_AT(sig, 4) = PN_STR("p"); //paths PN_STR 153 lib/aio.c if (!potion_bind(P, self, PN_STR("Aio_"_XSTR(T)))) return potion_type_error_want(P, "self", self, ""_XSTR(T)) PN_STR 162 lib/aio.c !potion_bind(P, stream, PN_STR("listen"))) \ PN_STR 167 lib/aio.c if (!potion_bind(P, self, PN_STR("Aio_"_XSTR(T)))) { \ PN_STR 182 lib/aio.c !potion_bind(P, stream, PN_STR("listen"))) \ PN_STR 662 lib/aio.c if (!potion_bind(P, data, PN_STR("Aio_connect"))) { PN_STR 774 lib/aio.c return PN_STR(uv_version_string()); PN_STR 984 lib/aio.c potion_obj_set(P, cl, udp, PN_STR("membership"), PN_STR 995 lib/aio.c potion_obj_set(P, cl, udp, PN_STR("multicast_loop"), PN_STR 1005 lib/aio.c potion_obj_set(P, cl, udp, PN_STR("multicast_ttl"), ttl); PN_STR 1014 lib/aio.c potion_obj_set(P, cl, udp, PN_STR("broadcast"), PN_STR 1024 lib/aio.c potion_obj_set(P, cl, udp, PN_STR("ttl"), ttl); PN_STR 1553 lib/aio.c v = potion_obj_get(P, cl, options, PN_STR("args")); PN_STR 1735 lib/aio.c t->set[0] = r ? PN_STR0 : PN_STR(dent.name); PN_STR 1812 lib/aio.c potion_define_global(P, PN_STR("Aio"), aio_vt); PN_STR 1816 lib/aio.c potion_define_global(P, PN_STR("Aio_" _XSTR(T)), aio_##T##_vt); \ PN_STR 1824 lib/aio.c potion_define_global(P, PN_STR("Aio_" _XSTR(T)), aio_##T##_vt); \ PN_STR 1831 lib/aio.c potion_define_global(P, PN_STR("AIO_"_XSTR(name)), PN_NUM(UV_##name)) PN_STR 1906 lib/aio.c t->set[i++] = PN_STR("broadcast"); PN_STR 1907 lib/aio.c t->set[i++] = PN_STR("membership"); PN_STR 1908 lib/aio.c t->set[i++] = PN_STR("multicast_loop"); PN_STR 1909 lib/aio.c t->set[i++] = PN_STR("multicast_ttl"); PN_STR 1910 lib/aio.c t->set[i++] = PN_STR("ttl"); PN_STR 1913 lib/aio.c potion_define_global(P, PN_STR("Aio_udp"), aio_udp_vt); PN_STR 1923 lib/aio.c t->set[i++] = PN_STR("args"); PN_STR 1924 lib/aio.c t->set[i++] = PN_STR("cwd"); PN_STR 1925 lib/aio.c t->set[i++] = PN_STR("env"); PN_STR 1926 lib/aio.c t->set[i++] = PN_STR("exit_cb"); PN_STR 1927 lib/aio.c t->set[i++] = PN_STR("flags"); PN_STR 1928 lib/aio.c t->set[i++] = PN_STR("gid"); PN_STR 1929 lib/aio.c t->set[i++] = PN_STR("stdio"); PN_STR 1930 lib/aio.c t->set[i++] = PN_STR("uid"); PN_STR 1933 lib/aio.c potion_define_global(P, PN_STR("Aio_process_options"), aio_po_vt); PN_STR 1941 lib/aio.c potion_define_global(P, PN_STR("Aio_process"), aio_process_vt); PN_STR 168 lib/buffile.c size = potion_send(buf, PN_STR("length")); PN_STR 297 lib/buffile.c PN ffile_vt = potion_type_new2(P, PN_TUSER, PN_VTABLE(PN_TFILE), PN_STR("BufFile")); PN_STR 52 test/api/gc-test.c PN s1 = PN_STR("teststring");