PN_AST3            23 core/ast.h     #define PN_AST3(T, A, B, C, N, L) potion_source(P, AST_##T, A, B, C, N, L)
PN_AST3            17 core/syntax.y  #undef PN_AST3
PN_AST3            21 core/syntax.y  #define PN_AST3(T, A, B, C) potion_source(P, AST_##T, A, B, C, G->lineno, P->line)