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 385 core/potion.h enum PN_AST { PN_AST 19 syn/syntax-p5.y #undef PN_AST PN_AST 23 syn/syntax-p5.y #define PN_AST(T, A) potion_source(P, AST_##T, A, PN_NIL, PN_NIL, G->lineno, P->line) PN_AST 15 syn/syntax.y #undef PN_AST PN_AST 19 syn/syntax.y #define PN_AST(T, A) potion_source(P, AST_##T, A, PN_NIL, PN_NIL, G->lineno, P->line)