AST_CODE 327 core/compile.c case AST_CODE: AST_CODE 330 core/compile.c DBG_c("%s %u %s\n", t->part == AST_CODE?"code":"block", reg, AST_CODE 331 core/compile.c t->part == AST_CODE?"":AS_STR(PN_S(t,0))); AST_CODE 1044 core/compile.c case AST_CODE: AST_CODE 398 core/syntax.y if (!YY_NAME(parse)(G) || ((struct PNSource *)(P->source))->part != AST_CODE) {