Searched refs:outtree (Results 1 – 2 of 2) sorted by relevance
23 # upgrade the .py files and copy all the other files to the outtree24 tf_upgrade_v2 --intree coolcode --outtree coolcode-upgraded27 tf_upgrade_v2 --intree coolcode --outtree coolcode-upgraded --copyotherfiles False
69 static struct op *outtree; /* yyparse output */ variable94 outtree = c_list(doalias ? ALIAS : 0, source->type == SSTRING); in yyparse()96 if (c == 0 && !outtree) in yyparse()97 outtree = newtp(TEOF); in yyparse()936 return (outtree); in compile()