potion_str         73 core/ast.c       return potion_str(P, potion_ast_names[t->part]);
potion_str        173 core/file.c      str = potion_str(P, buf);
potion_str        184 core/file.c        return potion_str(P, line);
potion_str        196 core/file.c          potion_str(P, key + 1));
potion_str         37 core/load.c              PN_compile, potion_str(P, filename), PN_NIL),
potion_str        192 core/load.c      PN_PUSH(pn_loader_path, potion_str(P, "lib/potion"));
potion_str        193 core/load.c      PN_PUSH(pn_loader_path, potion_str(P, POTION_PREFIX"/lib/potion"));
potion_str        194 core/load.c      PN_PUSH(pn_loader_path, potion_str(P, "."));
potion_str        196 core/load.c      potion_define_global(P, potion_str(P, "LOADER_PATH"), pn_loader_path);
potion_str        190 core/number.c    return potion_str(P, ints);
potion_str        247 core/number.c    return potion_str(P, ints);
potion_str        262 core/number.c    return potion_str(P, ints);
potion_str        478 core/objmodel.c   return potion_str(P, "<ref>");
potion_str        492 core/objmodel.c   return potion_str(P, "<object>");
potion_str        581 core/objmodel.c     PN_IS_METACLASS(self) ? potion_str(P, "<metaclass>") : potion_str(P, "<class>");
potion_str        619 core/objmodel.c   ((struct PNVtable *)vt)->meta->name = potion_str(P, meta_str);
potion_str        635 core/objmodel.c   potion_table_put(P, PN_NIL, about, potion_str(P, "_why"),
potion_str        636 core/objmodel.c     potion_str(P, "“I love _why, but learning Ruby from him is like trying to learn to pole vault "
potion_str        638 core/objmodel.c   potion_table_put(P, PN_NIL, about, potion_str(P, "minimalism"),
potion_str        639 core/objmodel.c     potion_str(P, "“The sad thing about ‘minimalism’ is that it has a name.” "
potion_str        641 core/objmodel.c   potion_table_put(P, PN_NIL, about, potion_str(P, "stage fright"),
potion_str        642 core/objmodel.c     potion_str(P, "“Recently no move on Potion. I git pull everyday.” "
potion_str        644 core/objmodel.c   potion_table_put(P, PN_NIL, about, potion_str(P, "terms of use"),
potion_str        645 core/objmodel.c     potion_str(P, "“Setting up my new anarchist bulletin board so that during registration, if you accept "
potion_str        647 core/objmodel.c   potion_table_put(P, PN_NIL, about, potion_str(P, "help"),
potion_str        648 core/objmodel.c     potion_str(P, "`man which` - Evan Weaver"));
potion_str        649 core/objmodel.c   potion_table_put(P, PN_NIL, about, potion_str(P, "ts"),
potion_str        650 core/objmodel.c     potion_str(P, "“pigeon%” - Guy Decoux (1955 - 2008)"));
potion_str        651 core/objmodel.c   potion_table_put(P, PN_NIL, about, potion_str(P, "summary"),
potion_str        652 core/objmodel.c     potion_str(P, "“I smell as how a leprechaun looks.” - Alana Post"));
potion_str        683 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Lobby"),        P->lobby);
potion_str        684 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Mixin"),        PN_VTABLE(PN_TVTABLE));
potion_str        685 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Object"),       PN_VTABLE(PN_TOBJECT));
potion_str        686 core/objmodel.c   potion_init_class_reference(P, potion_str(P, NILKIND_NAME),   PN_VTABLE(PN_TNIL));
potion_str        687 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Number"),       PN_VTABLE(PN_TNUMBER));
potion_str        688 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Boolean"),      PN_VTABLE(PN_TBOOLEAN));
potion_str        689 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "String"),       PN_VTABLE(PN_TSTRING));
potion_str        690 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Table"),        PN_VTABLE(PN_TTABLE));
potion_str        691 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Function"),     PN_VTABLE(PN_TCLOSURE));
potion_str        692 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Tuple"),        PN_VTABLE(PN_TTUPLE));
potion_str        693 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "File"),         PN_VTABLE(PN_TFILE));
potion_str        694 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Potion"),       PN_VTABLE(PN_TSTATE));
potion_str        695 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Source"),       PN_VTABLE(PN_TSOURCE));
potion_str        696 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Bytes"),        PN_VTABLE(PN_TBYTES));
potion_str        697 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Compiled"),     PN_VTABLE(PN_TPROTO));
potion_str        698 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Ref"),          PN_VTABLE(PN_TWEAK));
potion_str        699 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Lick"),         PN_VTABLE(PN_TLICK));
potion_str        700 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Error"),        PN_VTABLE(PN_TERROR));
potion_str        701 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Continuation"), PN_VTABLE(PN_TCONT));
potion_str        702 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Integer"),      PN_VTABLE(PN_TINTEGER));
potion_str        703 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Double"),       PN_VTABLE(PN_TDOUBLE));
potion_str        124 core/potion.c      code = potion_send(code, PN_compile, potion_str(P, filename),
potion_str        125 core/potion.c  		       compile ? potion_str(P, compile): PN_NIL);
potion_str        194 core/potion.c  				potion_str(P, compile),
potion_str        291 core/potion.c  	potion_loader_add(P, potion_str(P, extra_path));
potion_str        297 core/potion.c  	potion_loader_add(P, potion_str(P, argv[i+1]));
potion_str        376 core/potion.c  	  buf = potion_str(P, arg);
potion_str        210 core/potion.h  #define PN_STR(x)       potion_str(P, x)
potion_str        781 core/potion.h    potion_send(RCV, PN_def, potion_str(P, MSG), PN_FUNC(FN, SIG))
potion_str        783 core/potion.h    potion_send(((struct PNVtable *)(RCV))->meta, PN_def, potion_str(P, MSG), PN_FUNC(FN, SIG))
potion_str        818 core/potion.h  PN potion_str(Potion *, const char *);
potion_str         73 core/primitive.c   if (PN_TEST(self)) return potion_str(P, "true");
potion_str         74 core/primitive.c   return potion_str(P, "false");
potion_str         83 core/primitive.c   potion_send(nil_vt, PN_def, PN_string, potion_str(P, NIL_NAME));
potion_str        105 lib/aio.c        if (cb) cb->method(wrap->P, (PN)cb, (PN)data, potion_str(wrap->P, filename),
potion_str        290 lib/buffile.c    str = potion_str(P, buf);
potion_str         14 lib/readline/readline.c   r = potion_str(P, line);
potion_str         97 test/api/gc-bench.c   PN_TUPLE_AT(ary, 0) = PN_left = potion_str(P, "left");
potion_str         98 test/api/gc-bench.c   PN_TUPLE_AT(ary, 1) = PN_right = potion_str(P, "right");
potion_str         23 test/api/potion-test.c     PN_TRUE == potion_send(PN_NIL, potion_str(P, "nil?")));
potion_str         39 test/api/potion-test.c     490 == PN_INT(potion_send(zero, potion_str(P, "+"), num)));
potion_str         48 test/api/potion-test.c     11381 == PN_INT(potion_send(pos, potion_str(P, "+"), num)));
potion_str         57 test/api/potion-test.c     -3853 == PN_INT(potion_send(neg, potion_str(P, "+"), num)));
potion_str         69 test/api/potion-test.c     6 == PN_INT(potion_send(PN_string, potion_str(P, "length"))));
potion_str         77 test/api/potion-test.c                     0, PN_INT(potion_send(empty, potion_str(P, "length"))));
potion_str         88 test/api/potion-test.c                     3, PN_INT(potion_send(tup, potion_str(P, "length"))));
potion_str        149 test/api/potion-test.c   vPN(Closure) f1 = PN_CLOSURE(potion_eval(P, potion_str(P, "(x,y):x+y.")));
potion_str        168 test/api/potion-test.c   add = potion_eval(P, potion_str(P, "(x, y): x + y."));
potion_str        174 test/api/potion-test.c   add = potion_eval(P, potion_str(P, "(x=N|y=N): x + y."));
potion_str        181 test/api/potion-test.c   add = potion_eval(P, potion_str(P, "(x=N,y:=1): x + y."));
potion_str        190 test/api/potion-test.c   add = potion_eval(P, potion_str(P, "(x, y): x + y."));
potion_str        199 test/api/potion-test.c   add = potion_eval(P, potion_str(P, "(x=N|y=N): x + y."));
potion_str        207 test/api/potion-test.c   add = potion_eval(P, potion_str(P, "(x=N|y:=1): x + y."));