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