PN_OP              27 core/ast.h     #define PN_OP(T, A, B)         potion_source(P, T, A, B, PN_NIL, 0, PN_NIL)
PN_OP              19 core/opcodes.h } PN_OP;
PN_OP              22 syn/syntax-p5.y #undef PN_OP
PN_OP              26 syn/syntax-p5.y #define PN_OP(T, A, B)      potion_source(P, T, A, B, PN_NIL, G->lineno, P->line)
PN_OP              18 syn/syntax.y   #undef PN_OP
PN_OP              22 syn/syntax.y   #define PN_OP(T, A, B)      potion_source(P, T, A, B, PN_NIL, G->lineno, P->line)