PN_PUSH 229 core/compile.c up->upvals = PN_PUSH(up->upvals, name); \ PN_PUSH 641 core/compile.c PN_PUSH(ctor, PN_AST(EXPR, PN_TUP(PN_AST(MSG, PN_PUSH 918 core/compile.c sig = PN_PUSH(sig, name); \ PN_PUSH 964 core/compile.c sig = PN_PUSH(sig, v); PN_PUSH 973 core/compile.c sig = PN_PUSH(sig, PN_NUM('|')); PN_PUSH 987 core/compile.c sig = PN_PUSH(sig, PN_NUM('|')); PN_PUSH 998 core/compile.c sig = PN_PUSH(sig, v); PN_PUSH 1006 core/compile.c sig = PN_PUSH(sig, v); PN_PUSH 1008 core/compile.c sig = PN_PUSH(sig, PN_NUM('|')); PN_PUSH 1015 core/compile.c sig = PN_PUSH(sig, v); PN_PUSH 1020 core/compile.c sig = PN_PUSH(PN_PUSH(sig, PN_NUM(':')), v); PN_PUSH 184 core/load.c PN_PUSH(pn_loader_path, path); PN_PUSH 192 core/load.c PN_PUSH(pn_loader_path, potion_str(P, "lib/potion")); PN_PUSH 193 core/load.c PN_PUSH(pn_loader_path, potion_str(P, POTION_PREFIX"/lib/potion")); PN_PUSH 194 core/load.c PN_PUSH(pn_loader_path, potion_str(P, ".")); PN_PUSH 390 core/potion.c if (buf == PN_NIL) { fn = argv[i++]; PN_PUSH(args, PN_STR(fn)); } PN_PUSH 391 core/potion.c else { PN_PUSH(args, PN_STR("-e")); } PN_PUSH 392 core/potion.c for (; i < argc; i++) PN_PUSH(args, PN_STR(argv[i])); PN_PUSH 402 core/potion.c PN_PUSH(args, PN_STR("")); PN_PUSH 54 core/syntax.y #define SRC_TPL1(x) P->source = PN_PUSH(P->source, x) PN_PUSH 55 core/syntax.y #define SRC_TPL2(x,y) P->source = PN_PUSH(PN_PUSH(P->source, x), y) PN_PUSH 56 core/syntax.y #define SRC_TPL3(x,y,z) P->source = PN_PUSH(PN_PUSH(PN_PUSH(P->source, x), y), z) PN_PUSH 64 core/syntax.y (sep s2:stmt { $$ = s1 = PN_PUSH(s1, s2) })* PN_PUSH 141 core/syntax.y (c:call { a = PN_PUSH(a, c) })* PN_PUSH 151 core/syntax.y { $$ = PN_AST2(MSG, PN_extern, PN_PUSH(PN_TUP(n), P->source)) } PN_PUSH 163 core/syntax.y (sep i2:lick-item { $$ = i1 = PN_PUSH(i1, i2) })* PN_PUSH 177 core/vm.c ary = PN_PUSH(ary, va_arg(args, PN)); PN_PUSH 188 core/vm.c ary = PN_PUSH(ary, PN_TUPLE_LEN(s) == 3 ? PN_TUPLE_AT(s,2) : potion_type_default(type)); PN_PUSH 190 core/vm.c ary = PN_PUSH(ary, arg); PN_PUSH 485 core/vm.c PN_TUP(PN_AST_(EXPR, PN_PUSH(PN_TUP(PN_AST_(MSG, PN_STR("debug"))), PN_PUSH 487 core/vm.c PN_AST_(LIST, PN_PUSH(PN_TUP(PN_AST_(MSG, ast)), PN_AST_(MSG, (PN)f)))))))); PN_PUSH 731 core/vm.c reg[op.a] = PN_PUSH(reg[op.a], reg[op.b])) PN_PUSH 985 lib/aio.c PN_PUSH(PN_PUSH(PN_PUSH(PN_TUP0(), mcaddr), ifaddr), membership)); PN_PUSH 1198 lib/aio.c PN_PUSH(PN_PUSH(PN_TUP0(), PN_NUM(width)), PN_NUM(height));