PN_AST 21 core/ast.h #define PN_AST(T, A, N, L) potion_source(P, AST_##T, A, PN_NIL, PN_NIL, N, L) PN_AST 386 core/potion.h enum PN_AST { PN_AST 15 core/syntax.y #undef PN_AST PN_AST 19 core/syntax.y #define PN_AST(T, A) potion_source(P, AST_##T, A, PN_NIL, PN_NIL, G->lineno, P->line)