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            21 syn/syntax-p5.y #undef PN_AST3
PN_AST3            25 syn/syntax-p5.y #define PN_AST3(T, A, B, C) potion_source(P, AST_##T, A, B, C, G->lineno, P->line)
PN_AST3            17 syn/syntax.y   #undef PN_AST3
PN_AST3            21 syn/syntax.y   #define PN_AST3(T, A, B, C) potion_source(P, AST_##T, A, B, C, G->lineno, P->line)